summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-05drm/amd/amdgpu: add RLC firmware to support raven1 refreshPrike Liang1-0/+15
2019-05-07drm/amd/powerplay: check for invalid profile_exit settingEvan Quan1-0/+10
2019-04-23drm/amdgpu: Check if SW SMU is supported before accessing funcsLeo Li1-1/+1
2019-04-10drm/amdgpu: support dpm level modification under virtualization v3Yintian Tao1-0/+16
2019-03-19drm/amd/powerplay: add limit of pp_feature for smu (v3)Likun Gao1-2/+4
2019-03-19drm/amd/powerplay: support sysfs to set socclk, fclk, dcefclkLikun Gao1-3/+9
2019-03-19drm/amd/powerplay: support sysfs to get socclk, fclk, dcefclkLikun Gao1-3/+9
2019-03-19drm/amd/powerplay: set fan target interface for hwmonLikun Gao1-2/+10
2019-03-19drm/amd/powerplay: implement fan1_enable hwmon interface for SMU11 (v2)Chengming Gui1-7/+14
2019-03-19drm/amd/powerplay: implement pwm1_enable hwmon interface for SMU11 (v2)Chengming Gui1-10/+21
2019-03-19drm/amd/powerplay: implement pwm1 hwmon interface for SMU11 (v2)Chengming Gui1-4/+14
2019-03-19drm/amd/powerplay: implement power1_cap and power1_cap_max interface for SMU1...Chengming Gui1-3/+11
2019-03-19drm/amd/powerplay: add fan input interface for hwmonLikun Gao1-2/+10
2019-03-19drm/amd/powerplay: debugfs don't check powerplay when SW SMU is enabled.Kevin Wang1-1/+1
2019-03-19drm/amd/powerplay: Unify smu handle task function (v2)Likun Gao1-18/+28
2019-03-19drm/amd/powerplay: implement dpm enable functions of uvd & vce for smuKevin Wang1-2/+14
2019-03-19drm/amd/powerplay: hwmon don't check powerplay when sw smu is enabledKevin Wang1-26/+30
2019-03-19drm/amd/powerplay: add sys interface to set pp_od_clk_voltage for smuLikun Gao1-10/+20
2019-03-19drm/amd/powerplay: add sys interface for set sclk_od/mclk_od for smuLikun Gao1-12/+22
2019-03-19drm/amd/powerplay: add sys interface for pcie for smuLikun Gao1-2/+6
2019-03-19drm/amd/powerplay: implement power_dpm_force_performance_level for SMU11Chengming Gui1-3/+20
2019-03-19drm/amd/powerplay: implement pp_power_profile_mode sys inerface for SMU11Chengming Gui1-3/+6
2019-03-19drm/amd/powerplay: implement power_dpm_state sys interface for SMU11Chengming Gui1-1/+3
2019-03-19drm/amd/powerplay: don't check hwmgr while using the sw smuHuang Rui1-1/+1
2019-03-19drm/amd/powerplay: get overdrive clock and voltage informationLikun Gao1-1/+7
2019-03-19drm/amd/powerplay: print overdrive percentage information for smu11Likun Gao1-2/+6
2019-03-19drm/amd/powerplay: implement sysfs of pp_force_state for sw-smuKevin Wang1-0/+2
2019-03-19drm/amd/powerplay: implement sysfs of pp_cur_state functionKevin Wang1-9/+15
2019-03-19drm/amd/powerplay: implement sysfs of get num states functionKevin Wang1-2/+6
2019-03-19drm/amd/powerplay: force clock levels for smu11Likun Gao1-2/+6
2019-03-19drm/amd/powerplay: implement sysfs of pp_table for smu11 (v2)Kevin Wang1-2/+12
2019-03-19drm/amd/powerplay: implement sysfs of amdgpu_get_busy_percent for smu11Kevin Wang1-39/+23
2019-03-19drm/amd/powerplay: implement is_support_sw_smu function for new smuKevin Wang1-2/+2
2019-03-19drm/amd/powerplay: print clock levels for smu11 (v2)Likun Gao1-2/+7
2019-01-25drm/amdgpu: Add missing power attribute to APU checkAlex Deucher1-1/+2
2019-01-25drm/amdgpu: fix wrong APU judgementEvan Quan1-2/+2
2019-01-25drm/amd/powerplay: support retrieving and adjusting dcefclock power levels V2Evan Quan1-4/+55
2019-01-25drm/amd/powerplay: support retrieving and adjusting fclock power levels V2Evan Quan1-2/+51
2019-01-25drm/amd/powerplay: support retrieving and adjusting SOC clock power levels V2Evan Quan1-2/+52
2019-01-25drm/amd/powerplay: support enabled ppfeatures retrieving and setting V3Evan Quan1-0/+71
2019-01-14drm/amdgpu: expose sclk and mclk via hwmonAlex Deucher1-0/+93
2019-01-14drm/amdgpu: Add sysfs file for PCIe usage v5Kent Russell1-0/+36
2019-01-14drm/amd/powerplay: create pp_od_clk_voltage device file under OD supportEvan Quan1-8/+14
2018-11-30drm/amdgpu: don't expose fan attributes on APUsAlex Deucher1-0/+13
2018-11-26drm/amd:Enable/Disable NBPSTATE on On/OFF of UVDGuttula, Suresh1-0/+13
2018-11-05drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky1-1/+1
2018-10-22drm/amd/powerplay: error out when force clock level under auto dpm mode V2Evan Quan1-3/+12
2018-10-09drm/amdgpu: Always enable fan sensors for readRex Zhu1-10/+0
2018-10-09drm/amdgpu: Disable sysfs pwm1 if not in manual fan controlRex Zhu1-0/+7
2018-10-09drm/amdgpu: Add fan RPM setting via sysfsRex Zhu1-3/+187