summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/pm: optimize the power related source code layoutEvan Quan2020-08-141-2673/+0
* drm/amd/powerplay: unified interfaces for message issuing and response checkingEvan Quan2020-04-011-12/+18
* drm/amd/powerplay: avoid calling SMU7 specific SMU message implementionEvan Quan2020-04-011-4/+3
* drm/amd/powerplay: remove set but not used variable 'threshold', 'state'zhengbin2019-11-131-5/+2
* drm/amd/powerplay: detect version of smu backend (v2)Prike Liang2019-06-171-0/+1
* drm/amd/powerplay: expose SMU7 asics realtime memory utilizationEvan Quan2019-05-241-0/+2
* drm/amdgpu/powerplay: fix missing break in switch statementsColin Ian King2018-10-101-0/+2
* drm/amd/pp: Remove wrong code in fiji_start_smuRex Zhu2018-10-091-10/+0
* drm/amdgpu/powerplay: check vrefresh when when changing displaysAlex Deucher2018-08-271-1/+2
* drm/amd/pp: Remove SAMU support in powerplayRex Zhu2018-06-151-74/+0
* drm/amd/pp: Move same macro definitions to hwmgr.hRex Zhu2018-05-151-3/+0
* drm/amdgpu: remove duplicate cg/pg wrapper functionsRex Zhu2018-04-111-4/+4
* drm/amd/pp: Not call cgs interface to get display infoRex Zhu2018-04-111-2/+2
* drm/amd/pp: Use atombios api directly in powerplay (v2)Rex Zhu2018-04-111-1/+1
* drm/amd/pp: Save vf state in pp contextRex Zhu2018-04-111-4/+3
* drm/amd/pp: Fix gfx ring test failed on Fiji without hw avfs supportRex Zhu2018-03-201-0/+3
* drm/amd/pp: Delete get_xclk function in powerplay (v2)Rex Zhu2018-03-191-1/+1
* drm/amd/pp: Fix memory leak in error path in smumgrRex Zhu2018-03-151-1/+3
* drm/amd/pp: Simplified the avfs btc state on smu7Rex Zhu2018-03-151-50/+20
* drm/amd/pp: Revert gfx/compute profile switch sysfsRex Zhu2018-03-061-66/+0
* drm/amd/pp: Implement update_dpm_settings on FijiRex Zhu2018-03-061-0/+97
* drm/amdgpu/powerplay/smu7: use proper dep table for mclkAlex Deucher2018-02-261-1/+1
* drm/amd/pp: Delete unnecessary function argumentRex Zhu2018-02-191-4/+2
* drm/amd/pp: Add struct profile_mode_setting for smu7Rex Zhu2018-02-191-7/+7
* drm/amd/pp: Delete dead code in powerplayRex Zhu2018-02-191-7/+3
* drm/amd/pp: Update smu7 dpm table with OD clock/voltageRex Zhu2018-02-191-3/+15
* drm/amd/pp: Add querying current gfx voltage for CI/VIRex Zhu2018-02-191-1/+1
* drm/amd/powerplay: drop unneeded newlineJulia Lawall2018-02-191-1/+1
* drm/amd/pp: delete dead code of arbiter overdriver clkRex Zhu2017-12-191-4/+1
* drm/amd/pp: remove fiji_smc/smumgr split.Rex Zhu2017-10-191-8/+2371
* drm/amd/pp: move common function to smu7_smumgr.cRex Zhu2017-10-191-42/+1
* amdgpu/pp: rewrite fiji pwr virus upload code.Dave Airlie2017-09-291-9/+26
* amdgpu/pp: use array_size to size the pwrvirus tables.Dave Airlie2017-09-291-1/+1
* amdgpu/pp: slim down the pwr virus tables.Dave Airlie2017-09-281-14/+4
* drm/amd/powerplay: delete SMUM_READ_VFPF_INDIRECT_FIELDRex Zhu2017-09-261-2/+2
* drm/amd/powerplay: delete SMUM_WRITE_VFPF_INDIRECT_FIELDRex Zhu2017-09-261-7/+7
* drm/amd/powerplay: move macros to hwmgr.hRex Zhu2017-09-261-1/+1
* drm/amd/powerplay: move PHM_WAIT_VFPF_INDIRECT_FIELD to hwmgr.hRex Zhu2017-09-261-3/+3
* drm/amd/powerplay: move SMUM_WAIT_VFPF_INDIRECT_FIELD_UNEQUAL to hwmgr.hRex Zhu2017-09-261-2/+2
* drm/amd/powerplay: move SMUM_WAIT_INDIRECT_FIELD_UNEQUAL to hwmgr.hRex Zhu2017-09-261-1/+1
* drm/amd/powerplay: refine powerplay code.Rex Zhu2017-09-261-5/+5
* drm/amd/powerplay: refine interface in struct pp_smumgr_funcRex Zhu2017-09-261-65/+65
* drm/amd/powerplay: move VI common AVFS code to smu7_smumgr.cRex Zhu2017-07-141-42/+33
* drm/amd/powerplay: refine avfs enable code on fiji.Rex Zhu2017-07-141-107/+8
* drm/amd/powerplay: add power profile support for FijiEric Huang2017-03-291-0/+1
* drm/amd/powerplay: refine smumgr codeRex Zhu2017-01-271-21/+13
* drm/amd/powerplay: update all printk to pr_* on smumgrHuang Rui2017-01-271-4/+4
* drm/amd/powerplay: reshuffle headers to make pr_fmt macro before <linux/xxx.h>Huang Rui2017-01-271-1/+1
* Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-12-131-7/+11
|\
| * drm/amdgpu:bypass avfs event manager for sriovTrigger Huang2016-11-111-1/+5