summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/amdgpu_smu.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-02drm/amd/powerplay: correct navi10 vcn powergateEvan Quan1-1/+3
2019-07-31drm/amd/powerplay: support VCN powergate status retrieval for SW SMUEvan Quan1-0/+4
2019-07-31drm/amd/powerplay: enable SW SMU reset functionalityEvan Quan1-7/+9
2019-07-31drm/amd/powerplay: fix null pointer dereference around dpm state relatesEvan Quan1-1/+2
2019-07-22drm/amd/powerplay: custom peak clock freq for navi10Kevin Wang1-33/+40
2019-07-18drm/amd/powerplay: report bootup clock as max supported on dpm disabledEvan Quan1-1/+26
2019-07-17drm/amd/powerplay: correct smu_update_table usageEvan Quan1-2/+2
2019-07-16drm/amd/powerplay: add helper of smu_clk_dpm_is_enabled for smuKevin Wang1-23/+40
2019-07-16drm/amd/powerplay: fix save dpm level error for smuKevin Wang1-4/+3
2019-07-16drm/amd/powerplay: add standard profile dpm support for smuKevin Wang1-1/+1
2019-07-16drm/amd/powerplay: add socclk profile dpm support.Kevin Wang1-0/+6
2019-07-12drm/amd/powerplay: add pstate mclk(uclk) support for navi10Kevin Wang1-0/+1
2019-07-12drm/amd/powerplay: fix smu clock type change miss errorKevin Wang1-2/+2
2019-07-05drm/amd/powerplay: add baco smu reset function for smu11Kevin Wang1-0/+14
2019-06-27drm/amd/powerplay: add missing smu_get_clk_info_from_vbios() callEvan Quan1-0/+4
2019-06-25drm/amd/powerplay: check gfxclk dpm enablement before proceedingEvan Quan1-0/+1
2019-06-25drm/amd/powerplay:clean up the residual mutex for smu_hw_initPrike Liang1-1/+0
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-2/+2
2019-06-24drm/amdgpu: fix modprobe failure for uvd_4/5/6Hawking Zhang1-0/+3
2019-06-21drm/amd/powerplay: simplified od_settings for each asicKevin Wang1-12/+0
2019-06-21drm/amd/powerplay: move od_default_setting callback to asic fileKevin Wang1-1/+1
2019-06-21drm/amd/powerplay: fix deadlock issue for smu_force_performance_levelKevin Wang1-1/+4
2019-06-21drm/amd/powerplay: notify smu with active display counthersen wu1-1/+12
2019-06-21drm/amd/powerplay: remove smu callback funciton get_mclk(get_sclk)Kevin Wang1-6/+28
2019-06-21drm/amd/powerplay: remove smu mutex lock in smu_hw_initKevin Wang1-4/+0
2019-06-21drm/amd/powerplay: add thermal ctf support for navi10Kevin Wang1-0/+7
2019-06-21drm/amd/powerplay: move power_dpm_force_performance_level to amdgpu_smu fileKevin Wang1-0/+41
2019-06-21drm/amd/powerplay: move read sensor of UVD[VCE]_POWER to amdgpu_smu fileKevin Wang1-0/+8
2019-06-21drm/amd/powerplay: add helper function of smu_set_hard_freq_rangeKevin Wang1-0/+33
2019-06-21drm/amd/powerplay: add helper function of smu_set_soft_freq_rangeKevin Wang1-0/+33
2019-06-21drm/amd/powerplay: add helper function of smu_get_dpm_freq_rangeKevin Wang1-0/+36
2019-06-21drm/amd/powerplay: add helper function to get dpm freq informationsKevin Wang1-0/+37
2019-06-21drm/amdgpu: RLC must be disabled after SMU when S3 on naviJack Xiao1-0/+4
2019-06-21drm/amd/powerplay: set dpm_enabled flag but don't enable vcn dpmHuang Rui1-4/+1
2019-06-21drm/amd/powerplay: do not set dpm_enabled flag before VCN/DCN DPM is workableHuang Rui1-0/+3
2019-06-21drm/amd/powerplay: modify smu_update_table to use SMU_TABLE_xxx as the inputHuang Rui1-4/+4
2019-06-21drm/amd/powerplay/smu11: remove smu_update_table_with_argAlex Deucher1-4/+2
2019-06-21drm/amd/powerplay: introduce smu feature type to handle feature mask for each...Huang Rui1-4/+18
2019-06-21drm/amdgpu: enable sw smu driver for navi10 by defaultHawking Zhang1-6/+5
2019-06-21drm/amd/amdgpu: fw version check with gfxoffKenneth Feng1-1/+0
2019-06-21drm/amd/powerplay: optimization feature mask function for asicKevin Wang1-5/+5
2019-06-21drm/amd/powerplay: remove duplicate code from smu hw initKevin Wang1-4/+0
2019-06-21drm/amd/powerplay: implement smc firmware v2.1 for smu11Kevin Wang1-1/+1
2019-06-21drm/amd/powerplay: smu needs to be initialized after rlc in direct modeHuang Rui1-9/+5
2019-06-21drm/amd/powerplay: move bootup value before read pptable from vbiosHuang Rui1-3/+3
2019-06-21drm/amd/powerplay: set smu v11 funcs for navi10Huang Rui1-0/+1
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-2/+2
2019-06-10drm/amd: drop use of drmP.h in powerplay/Sam Ravnborg1-2/+2
2019-05-31Merge branch 'drm-next-5.3' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-25/+51
2019-05-24drm/amd/powerplay: Fix code error for translating int type to bool type corre...Chengming Gui1-1/+1