summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/powerplay: enable pp one vf mode for vega10Yintian Tao2019-12-119-76/+219
* drm/amd/powerplay: correct the value retrieved through GPU_LOAD sensor interfaceXiaomeng Hou2019-12-111-1/+1
* drm/amd/powerplay: implement the get_enabled_mask callback for smu12Xiaomeng Hou2019-12-113-0/+33
* drm/amd/powerplay: implement interface to retrieve clock freq for renoirXiaomeng Hou2019-12-113-0/+73
* drm/amd/powerplay: implement interface to retrieve gpu temperature for renoirXiaomeng Hou2019-12-111-0/+22
* drm/amd/powerplay: clear VBIOS scratchs on baco exit V2Evan Quan2019-12-111-0/+7
* drm/amd/powerplay: pre-check the SMU state before issuing messageEvan Quan2019-12-092-16/+16
* drm/amd/powerplay: drop unnecessary warning promptEvan Quan2019-12-091-3/+1
* drm/amdgpu: Fix BACO entry failure in NAVI10.Andrey Grodzovsky2019-12-061-1/+1
* drm/amdgpu: add header line for power profile on ArcturusAlex Deucher2019-12-051-0/+5
* drm/amdgpu/powerplay: unify smu send message functionLikun Gao2019-12-0311-67/+21
* amd/amdgpu/sriov swSMU disable for sriovJack Zhang2019-12-031-3/+6
* drm/amd/powerplay: Remove unneeded variable 'ret' in amdgpu_smu.czhengbin2019-12-021-5/+3
* drm/amd/powerplay: Remove unneeded variable 'result' in vega12_hwmgr.czhengbin2019-12-021-3/+1
* drm/amd/powerplay: Remove unneeded variable 'ret' in smu7_hwmgr.czhengbin2019-12-021-3/+1
* drm/amd/powerplay: Remove unneeded variable 'result' in vega10_hwmgr.czhengbin2019-12-021-2/+1
* drm/amd/powerplay: Remove unneeded variable 'result' in smu10_hwmgr.czhengbin2019-12-021-2/+1
* drm/amd/powerplay: remove set but not used variable 'stretch_amount2'YueHaibing2019-11-261-6/+4
* drm/amd/powerplay: remove redundant assignment to variables HiSidd and LoSiddColin Ian King2019-11-261-2/+2
* drm/amd/powerplay: Use ARRAY_SIZE for smu7_profilingzhengbin2019-11-221-1/+1
* drm/amdgpu: split swSMU baco_reset into enter and exitAlex Deucher2019-11-197-10/+37
* drm/amd/powerplay: enable gpu_busy_percent sys interface for renoir (v2)changzhu2019-11-193-0/+113
* drm/amd/powerplay: add missing header file declarationEvan Quan2019-11-191-0/+1
* drm/amd/powerplay: add Arcturus baco reset supportEvan Quan2019-11-192-4/+17
* drm/amd/powerplay: correct swSMU baco reset related settingsEvan Quan2019-11-191-3/+27
* drm/amdgpu/powerplay: properly set PP_GFXOFF_MASK (v2)Alex Deucher2019-11-192-0/+11
* drm/amd/powerplay: return errno code to caller when error occurChen Wandun2019-11-191-0/+5
* drm/amd/powerplay: correct fine grained dpm force level settingEvan Quan2019-11-191-0/+6
* drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICsEvan Quan2019-11-191-5/+18
* drm/amd/powerplay: issue BTC on Navi during SMU setupEvan Quan2019-11-191-0/+12
* drm/amd/powerplay: avoid DPM reenable process on Navi1x ASICs V2Evan Quan2019-11-192-4/+28
* drm/amd/powerplay: set JPEG to SMU dpmLeo Liu2019-11-192-0/+5
* drm/amd/powerplay: add JPEG power control for RenoirLeo Liu2019-11-191-0/+26
* drm/amd/powerplay: add Powergate JPEG for RenoirLeo Liu2019-11-195-0/+18
* drm/amd/powerplay: add JPEG power control for Navi1xLeo Liu2019-11-191-2/+30
* drm/amd/powerplay: add JPEG Powerplay interfaceLeo Liu2019-11-191-0/+3
* drm/amd/powerplay: remove set but not used variable 'us_mvdd'yu kuai2019-11-131-12/+0
* drm/amd/powerplay: remove set but not used variable 'threshold', 'state'zhengbin2019-11-131-5/+2
* drm/amd/powerplay: remove set but not used variable 'data'zhengbin2019-11-131-2/+0
* drm/amd/powerplay: remove set but not used variable 'vbios_version', 'data'zhengbin2019-11-131-4/+0
* drm/amd/powerplay: read pcie speed/width info (v2)Kenneth Feng2019-11-134-9/+69
* drm/amdgpu/smu_v11: Unify and fix power limitsMatt Coffin2019-11-118-28/+78
* drm/amdgpu/navi10: Implement od clk printingMatt Coffin2019-11-111-5/+51
* drm/amdgpu/navi10: implement GFXCLK_CURVE overdriveMatt Coffin2019-11-112-2/+60
* drm/amdgpu/navi10: implement sclk/mclk OD via pp_od_clk_voltageMatt Coffin2019-11-113-0/+209
* drm/amdgpu/powerplay/smu7: fix AVFS handling with custom powerplay tableAlex Deucher2019-11-111-0/+7
* drm/amdgpu/powerplay: fix AVFS handling with custom powerplay tableAlex Deucher2019-11-081-0/+7
* drm/amd/powerplay: dynamically disable ds and ulv for computeKenneth Feng2019-11-083-0/+65
* drm/amd/powerplay: correct Arcturus OD supportEvan Quan2019-11-081-3/+5
* drm/amd/powerplay: fix struct init in renoir_print_clk_levelsRaul E Rangel2019-11-061-1/+3