aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-10drm/amdgpu/powerplay: fix missing break in switch statementsColin Ian King1-0/+2
2018-10-09drm/amd/pp: Remove wrong code in fiji_start_smuRex Zhu1-10/+0
2018-08-27drm/amdgpu/powerplay: check vrefresh when when changing displaysAlex Deucher1-1/+2
2018-06-15drm/amd/pp: Remove SAMU support in powerplayRex Zhu1-74/+0
2018-05-15drm/amd/pp: Move same macro definitions to hwmgr.hRex Zhu1-3/+0
2018-04-11drm/amdgpu: remove duplicate cg/pg wrapper functionsRex Zhu1-4/+4
2018-04-11drm/amd/pp: Not call cgs interface to get display infoRex Zhu1-2/+2
2018-04-11drm/amd/pp: Use atombios api directly in powerplay (v2)Rex Zhu1-1/+1
2018-04-11drm/amd/pp: Save vf state in pp contextRex Zhu1-4/+3
2018-03-20drm/amd/pp: Fix gfx ring test failed on Fiji without hw avfs supportRex Zhu1-0/+3
2018-03-19drm/amd/pp: Delete get_xclk function in powerplay (v2)Rex Zhu1-1/+1
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-50/+20
2018-03-06drm/amd/pp: Revert gfx/compute profile switch sysfsRex Zhu1-66/+0
2018-03-06drm/amd/pp: Implement update_dpm_settings on FijiRex 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-7/+3
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 fiji_smc/smumgr split.Rex Zhu1-8/+2371
2017-10-19drm/amd/pp: move common function to smu7_smumgr.cRex Zhu1-42/+1
2017-09-29amdgpu/pp: rewrite fiji pwr virus upload code.Dave Airlie1-9/+26
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-2/+2
2017-09-26drm/amd/powerplay: delete SMUM_WRITE_VFPF_INDIRECT_FIELDRex Zhu1-7/+7
2017-09-26drm/amd/powerplay: move macros to hwmgr.hRex Zhu1-1/+1
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-2/+2
2017-09-26drm/amd/powerplay: move SMUM_WAIT_INDIRECT_FIELD_UNEQUAL to hwmgr.hRex Zhu1-1/+1
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-65/+65
2017-07-14drm/amd/powerplay: move VI common AVFS code to smu7_smumgr.cRex Zhu1-42/+33
2017-07-14drm/amd/powerplay: refine avfs enable code on fiji.Rex Zhu1-107/+8
2017-03-29drm/amd/powerplay: add power profile support for FijiEric Huang1-0/+1
2017-01-27drm/amd/powerplay: refine smumgr codeRex Zhu1-21/+13
2017-01-27drm/amd/powerplay: update all printk to pr_* on smumgrHuang Rui1-4/+4
2017-01-27drm/amd/powerplay: reshuffle headers to make pr_fmt macro before <linux/xxx.h>Huang Rui1-1/+1
2016-12-13Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-7/+11
2016-12-12treewide: Make remaining source files non-executableJoe Perches1-0/+0
2016-11-11drm/amdgpu:bypass avfs event manager for sriovTrigger Huang1-1/+5
2016-10-25drm/amd/powerplay: mark symbols static where possibleBaoyou Xie1-6/+6
2016-09-22drm/amdgpu:add fw version entry to infoFrank Min1-0/+0
2016-09-19drm/amd/powerplay: use smu7 common functions and data on Fiji.Rex Zhu1-577/+28
2016-09-19drm/amd/powerplay: implement fw image related smu interface for Fiji.Rex Zhu1-5/+32
2016-06-09drm/amdgpu: fix smu ucode memleak (v2)Monk Liu1-0/+2