aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-25drm/amd/powerplay: skip unsupported clock limit settings on Arcturus V2Evan Quan1-0/+13
2019-10-25drm/amd/powerplay: add lock protection for swSMU APIs V2Evan Quan1-11/+12
2019-10-03drm/amdgpu: fix documentation for amdgpu_pm.cAlex Deucher1-4/+9
2019-10-03docs: drm/amdgpu: Resolve build warningsAdam Zerella1-2/+2
2019-08-29drm/amd/amdgpu: hide voltage and power sensors on SI and KV partsJean Delvare1-1/+9
2019-08-21drm/amd/powerplay: expose supported clock domains only through sysfsEvan Quan1-10/+16
2019-07-30drm/amd/powerplay: correct UVD/VCE/VCN power status retrievalEvan Quan1-20/+36
2019-07-30drm/amd/powerplay: implment sysfs feature status function in smuKevin Wang1-12/+12
2019-07-30drm/amd/powerplay: fix null pointer dereference around dpm state relatesEvan Quan1-5/+13
2019-07-30drm/amd/powerplay: minor fixes around SW SMU power and fan settingEvan Quan1-12/+10
2019-07-30drm/amd/powerplay: some cosmetic fixesEvan Quan1-17/+16
2019-07-22drm/amdgpu/smu: move fan rpm query into the asic specific codeAlex Deucher1-2/+2
2019-07-18drm/amdgpu/pm: remove check for pp funcs in freq sysfs handlersAlex Deucher1-10/+0
2019-07-17drm/amd/powerplay: fix deadlock around smu_handle_task V2Evan Quan1-3/+0
2019-06-27drm/amd/powerplay: no memory activity support on Vega10Evan Quan1-2/+4
2019-06-25drm/amd/amdgpu: amdgpu_hwmon_show_temp: initialize tempErnst Sjöstrand1-1/+1
2019-06-25drm/amd/amdgpu: Fix amdgpu_set_pp_od_clk_voltage error checkErnst Sjöstrand1-4/+4
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-2/+4
2019-06-21drm/amd/powerplay: fix deadlock issue for smu_force_performance_levelKevin Wang1-9/+0
2019-06-21drm/amd/powerplay: add function force_clk_levels for navi10Kevin Wang1-8/+8
2019-06-21drm/amd/powerplay: add function print_clk_levels for navi10Kevin Wang1-12/+12
2019-06-20drm/amdgpu/athub2: enable athub2 clock gatingJack Xiao1-0/+3
2019-06-20drm/amdgpu/sriov: fix Tonga load driver failedJack Zhang1-2/+0
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-0/+15
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-1/+4
2019-06-13drm/amdgpu: return 0 by default in amdgpu_pm_load_smu_firmwareAlex Deucher1-2/+2
2019-06-13drm/amdgpu: register pm sysfs for sriov (v2)Yintian Tao1-6/+59
2019-06-12drm/amdgpu: return 0 by default in amdgpu_pm_load_smu_firmwareAlex Deucher1-2/+2
2019-06-11drm/amdgpu: fix pm_load_smu_firmware for SR-IOVTrigger Huang1-0/+3
2019-06-11drm/amd/amdgpu: add RLC firmware to support raven1 refreshPrike Liang1-0/+15
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+4
2019-06-05drm/amd/amdgpu: add RLC firmware to support raven1 refreshPrike Liang1-0/+15
2019-05-24drm/amdgpu: Add Unique Identifier sysfs file unique_id v2Kent Russell1-0/+32
2019-05-24drm/amd/powerplay: support ppfeatures sysfs interface on sw smu routineEvan Quan1-2/+8
2019-05-24drm/amd/amdgpu: Add MEM_LOAD to amdgpu_pm_info debugfs fileTom St Denis1-0/+4
2019-05-24drm/amdgpu: add new sysfs interface for memory realtime utilizationEvan Quan1-0/+40
2019-05-24drm/amd/powerplay: support hwmon temperature channel labels V2Evan Quan1-1/+33
2019-05-24drm/amd/powerplay: expose current hotspot and memory temperatures V2Evan Quan1-8/+37
2019-05-24drm/amd/powerplay: support temperature emergency max valuesEvan Quan1-1/+39
2019-05-24drm/amd/powerplay: support hotspot/memory critical limit valuesEvan Quan1-2/+53
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