aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay
AgeCommit message (Expand)AuthorFilesLines
2019-11-26drm/amd/powerplay: remove set but not used variable 'stretch_amount2'YueHaibing1-6/+4
2019-11-26drm/amd/powerplay: remove redundant assignment to variables HiSidd and LoSiddColin Ian King1-2/+2
2019-11-22drm/amd/powerplay: Use ARRAY_SIZE for smu7_profilingzhengbin1-1/+1
2019-11-19drm/amdgpu: split swSMU baco_reset into enter and exitAlex Deucher7-10/+37
2019-11-19drm/amd/powerplay: enable gpu_busy_percent sys interface for renoir (v2)changzhu3-0/+113
2019-11-19drm/amd/powerplay: add missing header file declarationEvan Quan1-0/+1
2019-11-19drm/amd/powerplay: add Arcturus baco reset supportEvan Quan2-4/+17
2019-11-19drm/amd/powerplay: correct swSMU baco reset related settingsEvan Quan1-3/+27
2019-11-19drm/amdgpu/powerplay: properly set PP_GFXOFF_MASK (v2)Alex Deucher2-0/+11
2019-11-19drm/amd/powerplay: return errno code to caller when error occurChen Wandun1-0/+5
2019-11-19drm/amd/powerplay: correct fine grained dpm force level settingEvan Quan1-0/+6
2019-11-19drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICsEvan Quan1-5/+18
2019-11-19drm/amd/powerplay: issue BTC on Navi during SMU setupEvan Quan1-0/+12
2019-11-19drm/amd/powerplay: avoid DPM reenable process on Navi1x ASICs V2Evan Quan2-4/+28
2019-11-19drm/amd/powerplay: set JPEG to SMU dpmLeo Liu2-0/+5
2019-11-19drm/amd/powerplay: add JPEG power control for RenoirLeo Liu1-0/+26
2019-11-19drm/amd/powerplay: add Powergate JPEG for RenoirLeo Liu5-0/+18
2019-11-19drm/amd/powerplay: add JPEG power control for Navi1xLeo Liu1-2/+30
2019-11-19drm/amd/powerplay: add JPEG Powerplay interfaceLeo Liu1-0/+3
2019-11-13drm/amd/powerplay: remove set but not used variable 'us_mvdd'yu kuai1-12/+0
2019-11-13drm/amd/powerplay: remove set but not used variable 'threshold', 'state'zhengbin1-5/+2
2019-11-13drm/amd/powerplay: remove set but not used variable 'data'zhengbin1-2/+0
2019-11-13drm/amd/powerplay: remove set but not used variable 'vbios_version', 'data'zhengbin1-4/+0
2019-11-13drm/amd/powerplay: read pcie speed/width info (v2)Kenneth Feng4-9/+69
2019-11-11drm/amdgpu/smu_v11: Unify and fix power limitsMatt Coffin8-28/+78
2019-11-11drm/amdgpu/navi10: Implement od clk printingMatt Coffin1-5/+51
2019-11-11drm/amdgpu/navi10: implement GFXCLK_CURVE overdriveMatt Coffin2-2/+60
2019-11-11drm/amdgpu/navi10: implement sclk/mclk OD via pp_od_clk_voltageMatt Coffin3-0/+209
2019-11-11drm/amdgpu/powerplay/smu7: fix AVFS handling with custom powerplay tableAlex Deucher1-0/+7
2019-11-08drm/amdgpu/powerplay: fix AVFS handling with custom powerplay tableAlex Deucher1-0/+7
2019-11-08drm/amd/powerplay: dynamically disable ds and ulv for computeKenneth Feng3-0/+65
2019-11-08drm/amd/powerplay: correct Arcturus OD supportEvan Quan1-3/+5
2019-11-06drm/amd/powerplay: fix struct init in renoir_print_clk_levelsRaul E Rangel1-1/+3
2019-11-06drm/amd/powerplay: fix deadlock on setting power_dpm_force_performance_levelEvan Quan1-5/+14
2019-11-06drm/amd/swSMU: fix smu workload bit map errorKevin Wang2-2/+2
2019-11-06drm/amd/powerplay: update Arcturus driver-smu interface headerEvan Quan2-2/+2
2019-11-06drm/amd/powerplay: print the pptable providerXiaojie Yuan1-0/+2
2019-11-06drm/amd/powerplay: support xgmi pstate setting on powerplay routine V2Evan Quan4-4/+35
2019-11-06drm/amd/powerplay: update is_sw_smu_xgmi checkEvan Quan1-1/+1
2019-10-28drm/amd/powerplay: Make two functions staticYueHaibing1-2/+2
2019-10-28drm/amdgpu/powerplay/vega10: allow undervolting in p7Pelle van Gils1-3/+1
2019-10-28drm/amd/powerplay: Disable gfx CGPG when suspend smuchen gong1-0/+2
2019-10-25drm/amdgpu/powerplay: modify the parameters of SMU_MSG_PowerUpVcn to 0chen gong1-1/+1
2019-10-25drm/amd/powerplay: correct current clock level label for ArcturusEvan Quan1-8/+16
2019-10-25drm/amd/powerplay: skip unsupported clock limit settings on Arcturus V2Evan Quan1-116/+26
2019-10-25drm/amd/powerplay: Add EEPROM I2C read/write support to Arcturus.Andrey Grodzovsky1-0/+229
2019-10-25drm/amd/powerplay: Add interface for I2C transactions to SMU.Andrey Grodzovsky1-0/+9
2019-10-25drm/amd/powerplay: clear the swSMU code layerEvan Quan11-297/+498
2019-10-25drm/amd/powerplay: split out those internal used swSMU APIs V2Evan Quan9-160/+212
2019-10-25drm/amd/powerplay: add lock protection for swSMU APIs V2Evan Quan8-177/+762