aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-14drm/amd/pm: optimize the power related source code layoutEvan Quan1-2590/+0
2020-04-01drm/amd/powerplay: unified interfaces for message issuing and response checkingEvan Quan1-12/+18
2020-04-01drm/amd/powerplay: avoid calling SMU7 specific SMU message implementionEvan Quan1-1/+2
2019-10-09drm/amdgpu/powerplay: fix typo in mvdd table setupAlex Deucher1-1/+1
2019-07-01drm/amd/powerplay: use hardware fan control if no powerplay fan tableEvan Quan1-0/+4
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-0/+2
2019-06-17drm/amd/powerplay: detect version of smu backend (v2)Prike Liang1-0/+1
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-0/+2
2019-06-10drm/amd: drop use of drmP.h in amdgpu.hSam Ravnborg1-0/+2
2019-05-24drm/amd/powerplay: expose SMU7 asics realtime memory utilizationEvan Quan1-0/+2
2019-02-27drm/amdgpu/powerplay: add missing breaks in polaris10_smumgrAlex Deucher1-0/+2
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+69
2018-12-10drm/amdgpu/powerplay: Add special avfs cases for some polaris asics (v3)Alex Deucher1-0/+54
2018-12-10drm/amdgpu/powerplay: Apply avfs cks-off voltages on VIKenneth Feng1-0/+6
2018-12-05drm/amdgpu/powerplay: fix clock stretcher limits on polaris (v2)Alex Deucher1-2/+15
2018-11-05drm/amd/powerplay: remove duplicated includesYueHaibing1-1/+0
2018-08-27drm/amdgpu/powerplay: check vrefresh when when changing displaysAlex Deucher1-0/+1
2018-07-31drm/amd/pp: Delete unused temp variablesRex Zhu1-16/+6
2018-06-15drm/amd/pp: Remove SAMU support in powerplayRex Zhu1-86/+0
2018-05-15drm/amd/pp: Move same macro definitions to hwmgr.hRex Zhu1-2/+0
2018-04-11drm/amd/pp: Not call cgs interface to get display infoRex Zhu1-5/+3
2018-04-11drm/amd/pp: Save vf state in pp contextRex Zhu1-2/+1
2018-04-11drm/amd/pp: Remove useless fw load error handler on PolarisRex Zhu1-10/+2
2018-03-20drm/amd/pp: Fix gfx ring test failed on Fiji without hw avfs supportRex Zhu1-2/+4
2018-03-19drm/amd/pp: Delete get_xclk function in powerplay (v2)Rex Zhu1-3/+3
2018-03-15drm/amd/pp: Fix memory leak in error path in smumgrRex Zhu1-1/+3
2018-03-15drm/amd/pp: Simplified the avfs btc state on smu7Rex Zhu1-57/+26
2018-03-06drm/amd/pp: Revert gfx/compute profile switch sysfsRex Zhu1-64/+0
2018-03-05drm/amd/pp: Implement update_dpm_settings on PolarisRex Zhu1-0/+97
2018-02-26drm/amdgpu/powerplay/smu7: use proper dep table for mclkAlex Deucher1-1/+1
2018-02-19drm/amd/pp: Delete unnecessary function argumentRex Zhu1-4/+2
2018-02-19drm/amd/pp: Add struct profile_mode_setting for smu7Rex Zhu1-7/+7
2018-02-19drm/amd/pp: Delete dead code in powerplayRex Zhu1-2/+2
2018-02-19drm/amd/pp: Change activity_target for performance optimization on PolarisRex Zhu1-5/+1
2018-02-19drm/amd/pp: Update smu7 dpm table with OD clock/voltageRex Zhu1-3/+15
2018-02-19drm/amd/pp: Add querying current gfx voltage for CI/VIRex Zhu1-1/+1
2018-02-19drm/amd/powerplay: drop unneeded newlineJulia Lawall1-1/+1
2017-12-19drm/amd/pp: delete dead code of arbiter overdriver clkRex Zhu1-4/+1
2017-10-19drm/amd/pp: remove polaris10_smc/smumgr split.Rex Zhu1-1/+2225
2017-10-19drm/amd/pp: move common function to smu7_smumgr.cRex Zhu1-42/+1
2017-09-29amdgpu/pp: rewrite polaris pwrvirus upload code.Dave Airlie1-10/+27
2017-09-29amdgpu/pp: use array_size to size the pwrvirus tables.Dave Airlie1-1/+1
2017-09-28amdgpu/pp: slim down the pwr virus tables.Dave Airlie1-14/+4
2017-09-26drm/amd/powerplay: delete SMUM_READ_VFPF_INDIRECT_FIELDRex Zhu1-3/+3
2017-09-26drm/amd/powerplay: delete SMUM_WRITE_VFPF_INDIRECT_FIELDRex Zhu1-9/+9
2017-09-26drm/amd/powerplay: move PHM_WAIT_VFPF_INDIRECT_FIELD to hwmgr.hRex Zhu1-3/+3
2017-09-26drm/amd/powerplay: move SMUM_WAIT_VFPF_INDIRECT_FIELD_UNEQUAL to hwmgr.hRex Zhu1-3/+3
2017-09-26drm/amd/powerplay: refine powerplay code.Rex Zhu1-5/+5
2017-09-26drm/amd/powerplay: refine interface in struct pp_smumgr_funcRex Zhu1-61/+61
2017-07-14drm/amd/powerplay: move VI common AVFS code to smu7_smumgr.cRex Zhu1-17/+12