summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/amdgpu_smu.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-14drm/amdgpu: Add cmd to control XGMI link sleepJohn Clements1-0/+22
2020-05-08drm/amdgpu: enable hibernate support on Navi1XEvan Quan1-1/+1
2020-05-06drm/amd/powerplay: perform PG ungate prior to CG ungateEvan Quan1-3/+3
2020-04-24drm/amdgpu: enable one vf mode for nv12Monk Liu1-7/+5
2020-04-24drm/amdgpu: clear the messed up checking logicMonk Liu1-8/+3
2020-04-24drm/amdgpu: sriov is forbidden to call disable DPMMonk Liu1-0/+3
2020-04-22drm/amd/powerplay: limit smu support to Arcturus for onevfJiansong Chen1-1/+4
2020-04-22drm/amdgpu: cache smu fw version infoJohn Clements1-0/+15
2020-04-22drm/amd/powerplay: properly set the dpm_enabled stateEvan Quan1-32/+214
2020-04-22drm/amd/powerplay: correct i2c eeprom init/fini sequenceEvan Quan1-10/+12
2020-03-25drm/amdgpu/swSMU: handle manual AC/DC notificationsAlex Deucher1-0/+23
2020-03-25drm/amdgpu/swSMU: set AC/DC mode based on the current system state (v2)Alex Deucher1-6/+6
2020-03-25drm/amdgpu/swSMU: correct the bootup power source for Navi1X (v2)Evan Quan1-0/+15
2020-03-19amd/powerplay: arcturus baco reset disable all featuresJohn Clements1-8/+13
2020-03-16drm/amdgpu: Move EEPROM I2C adapter to amdgpu_deviceAndrey Grodzovsky1-0/+10
2020-03-13drm/amdgpu/swsmu: clean up unused header in swsmuKevin Wang1-3/+0
2020-03-10drm/amd/powerplay: fix the coverity warning about negative check for an unsig...Prike Liang1-3/+0
2020-03-05drm/amd/powerplay: fix pre-check condition for setting clock rangePrike Liang1-1/+1
2020-03-05drm/amdgpu: add lock option for smu_set_soft_freq_range()Chengming Gui1-1/+6
2020-02-28drm/amdgpu/smu: Add message sending lockMatt Coffin1-0/+1
2020-02-28drm/amdgpu/powerplay: Refactor SMU message handling for safetyMatt Coffin1-33/+13
2020-02-28drm/amdgpu/powerplay: nv1x, renior copy dcn clock settings of watermark to sm...Hersen Wu1-2/+5
2020-02-13drm/amd/powerplay: correct the way for checking SMU_FEATURE_BACO_BIT supportEvan Quan1-1/+12
2020-02-11drm/amdgpu/smu: properly handle runpm/suspend/resetAlex Deucher1-16/+19
2020-02-11drm/amdgpu/sriov set driver_table address in VFJack Zhang1-4/+4
2020-02-07drm/amd/powerplay: handle features disablement for baco reset in SMU FWEvan Quan1-14/+45
2020-02-07drm/amdgpu/sriov Don't send msg when smu suspendJack Zhang1-8/+13
2020-02-04drm/amd/powerplay: fix navi10 system intermittent reboot issue V2Evan Quan1-0/+18
2020-01-07drm/amd/powerplay: cleanup the interfaces for powergate setting through SMUEvan Quan1-3/+3
2020-01-07drm/amd/powerplay: issue proper hdp flush for table transferringEvan Quan1-5/+10
2020-01-07drm/amd/powerplay: refine code to support no-dpm caseEvan Quan1-0/+6
2020-01-07drm/amd/powerplay: unified VRAM address for driver table interaction with SMU V2Evan Quan1-38/+60
2020-01-07drm/amd/powerplay: cache the watermark settings on system memoryEvan Quan1-16/+9
2020-01-07amd/amdgpu/sriov tdr enablement with pp_onevf_modeJack Zhang1-0/+6
2020-01-07amd/amdgpu/sriov enable onevf mode for ARCTURUS VFJack Zhang1-45/+53
2020-01-07drm/amd/powerplay: retrieve the enabled feature mask from cacheEvan Quan1-1/+1
2020-01-07drm/amd/powerplay: avoid deadlock on Vega20 swSMU routineEvan Quan1-4/+0
2020-01-07drm/amdgpu/smu: add helper function smu_get_dpm_level_range() for smu driverKevin Wang1-0/+29
2020-01-07drm/amdgpu/powerplay: fix NULL pointer issue when SMU disabledLikun Gao1-3/+9
2020-01-07drm/amdgpu/smu: use unified variable smu->is_apu to check apu asic platformKevin Wang1-5/+4
2020-01-07drm/amdgpu/smu: make the set_performance_level logic easier to followAlex Deucher1-42/+2
2019-12-18drm/amdgpu/smu: add metrics table lockAlex Deucher1-0/+1
2019-12-18drm/amdgpu/smu: fix spellingAlex Deucher1-1/+1
2019-12-06drm/amdgpu: Fix BACO entry failure in NAVI10.Andrey Grodzovsky1-1/+1
2019-12-03drm/amdgpu/powerplay: unify smu send message functionLikun Gao1-0/+9
2019-12-03amd/amdgpu/sriov swSMU disable for sriovJack Zhang1-3/+6
2019-12-02drm/amd/powerplay: Remove unneeded variable 'ret' in amdgpu_smu.czhengbin1-5/+3
2019-11-19drm/amdgpu: split swSMU baco_reset into enter and exitAlex Deucher1-3/+17
2019-11-19drm/amdgpu/powerplay: properly set PP_GFXOFF_MASK (v2)Alex Deucher1-0/+2
2019-11-19drm/amd/powerplay: avoid DPM reenable process on Navi1x ASICs V2Evan Quan1-4/+27