aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-02drm/amdgpu/pm: fix display count in non-DC pathAlex Deucher1-1/+1
2018-05-15drm/amdgpu: Fix display corruption on CI with dpm enabledRex Zhu1-16/+16
2018-05-15drm/amd/pp: Skip fan attributes if fan not presentRex Zhu1-13/+8
2018-05-15drm/amdgpu: change pp_dpm clk/mclk/pcie input format.welu1-44/+59
2018-05-15drm/amd/pp: Print out voltage/clock range in sysfsRex Zhu1-0/+1
2018-05-15drm/amdgpu/pm: document pp_od_clk_voltageAlex Deucher1-0/+23
2018-05-15drm/amdgpu/pm: document pp_power_profile_modeAlex Deucher1-0/+20
2018-05-15drm/amdgpu/pm: document pp_dpm_sclk pp_dpm_mclk pp_dpm_pcie (v2)Alex Deucher1-0/+17
2018-05-15drm/amdgpu/pm: document pp_tableAlex Deucher1-0/+11
2018-05-15drm/amdgpu/pm: document power_dpm_stateAlex Deucher1-0/+31
2018-05-15drm/amdgpu/pm: document power_dpm_force_performance_levelAlex Deucher1-0/+53
2018-05-15drm/amd/pp: Remove struct pp_gpu_powerRex Zhu1-15/+7
2018-04-11drm/amdgpu: add documentation on hwmon interfaces exposed (v3)Alex Deucher1-0/+40
2018-04-11drm/amdgpu: Set pm_display_cfg in non-dc modeRex Zhu1-15/+16
2018-03-15drm/amdgpu: Remove wrapper layer of smu ip functionsRex Zhu1-1/+1
2018-03-06drm/amd/pp: Revert gfx/compute profile switch sysfsRex Zhu1-180/+0
2018-02-19drm/amdgpu: Get/set dgpu power cap via hwmon APIRex Zhu1-0/+75
2018-02-19drm/amd/pp: Delete debug info when set power_profile_modeRex Zhu1-1/+0
2018-02-19drm/amdgpu/pm: rework the hwmon visibility settingsAlex Deucher1-13/+17
2018-02-19drm/amdgpu/pp: remove the get_temperature APIAlex Deucher1-3/+0
2018-02-19drm/amdgpu/pm: use read_sensor API to get temperatureAlex Deucher1-8/+16
2018-02-19drm/amdgpu/pm: report gpu average power via hwmon APIAlex Deucher1-0/+34
2018-02-19drm/amdgpu/pm: report gpu voltages via hwmon APIAlex Deucher1-0/+82
2018-02-19drm/amdgpu/pm: handle fan properly when card is powered downAlex Deucher1-0/+20
2018-02-19drm/amd/pp: Add edit/commit/show OD clock/voltage support in sysfsRex Zhu1-1/+97
2018-02-19drm/amd/pp: Add stable Pstate clk display support in debugfsRex Zhu1-0/+4
2018-02-19drm/amdgpu: add custom power policy support in sysfsRex Zhu1-1/+80
2018-02-19drm/amd/powerplay: removed hwmgr_handle_task unused parameter and given a better name forEvan Quan1-5/+5
2017-12-18drm/amdgpu: rename ip block helper functionsAlex Deucher1-9/+9
2017-12-07drm/amdgpu: add license to files where it was missingAlex Deucher1-0/+2
2017-12-04drm/amdgpu: add header kgd_pp_interface.hRex Zhu1-1/+0
2017-11-23Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+4
2017-11-20drm/amdgpu: don't skip attributes when powerplay is enabledAlex Deucher1-0/+4
2017-10-09Merge branch 'drm-next-4.15-dc' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-1/+1
2017-09-28drm/amdgpu: delete pp_enable in adevRex Zhu1-42/+35
2017-09-28drm/amdgpu: move common pm sysfs code to amdgpu_device.cRex Zhu1-0/+6
2017-09-26drm/amd/dc: Add dc display driver (v2)Harry Wentland1-1/+1
2017-09-18drm/amdgpu: unify the interface of amd_pm_funcsRex Zhu1-137/+99
2017-09-12drm/amd/powerplay: delete eventmgr layer in poweprlayRex Zhu1-5/+5
2017-05-10drm/amdgpu: refine amdgpu pwm1_enable sysfs interface.Rex Zhu1-10/+2
2017-03-29drm/amdgpu: add get_clockgating callback for soc15 (v3)Huang Rui1-0/+3
2017-03-29drm/amdgpu: add get_clockgating callback for nbio v6.1Huang Rui1-0/+1
2017-03-29drm/amdgpu: add get_clockgating callback for gfx v9Huang Rui1-0/+2
2017-03-29drm/amdgpu: refine vce2.0 dpm sequenceRex Zhu1-3/+3
2017-03-29drm/amd/amdgpu: Update read_sensor calls to have size parameter (v3)Tom St Denis1-12/+16
2017-03-29drm/amd/powerplay: add power consumption display support in debugfsEric Huang1-0/+11
2017-03-29drm/amd/powerplay: change parameter type pointer from int32_t to void in read sensorEric Huang1-12/+12
2017-03-29drm/amd/amdgpu: add power profile sysfs entryEric Huang1-0/+192
2017-02-10drm/amdgpu/pm: check for headless before calling compute_clocksAlex Deucher1-1/+2
2017-02-08drm/amdgpu: refine code for VCE2.0 and related dpm code.Rex Zhu1-1/+11