summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm
AgeCommit message (Expand)AuthorLines
2021-06-08drm/amd/pm: Fix fall-through warning for ClangGustavo A. R. Silva-0/+1
2021-05-20drm/amd/pm: correct MGpuFanBoost settingEvan Quan-0/+19
2021-05-13drm/amd/pm: Fix out-of-bounds bugGustavo A. R. Silva-99/+109
2021-05-07Merge tag 'amd-drm-fixes-5.13-2021-05-05' of https://gitlab.freedesktop.org/a...Dave Airlie-3/+16
2021-05-04drm/amd/pm: initialize variableTom Rix-1/+1
2021-04-28amdgpu/pm: set pp_dpm_dcefclk to readonly on NAVI10 and newer gpusDarren Powell-0/+8
2021-04-28amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLIDDarren Powell-2/+7
2021-04-15drm/amd/pm: fix error code in smu_set_power_limit()Dan Carpenter-0/+1
2021-04-15drm/amd/pm: revise two names of sensor values for vangoghXiaojian Du-6/+6
2021-04-15drm/amd/pm: remove the "set" function of pp_dpm_mclk for vangoghXiaojian Du-6/+0
2021-04-15drm/amd/pm: add the callback to get the bootup values for renoirXiaojian Du-0/+126
2021-04-15drm/amd/pm: Show updated clocks on aldebaranLijo Lazar-11/+41
2021-04-15drm/amdgpu: Ensure dcefclk isn't created on AldebaranKent Russell-1/+3
2021-04-15drm/amd/pm: add support for new smu metrics table for vangoghXiaojian Du-26/+338
2021-04-15drm/amd/pm: update the driver interface header for vangoghXiaojian Du-2/+40
2021-04-15drm/amd/pm: Use VBIOS PPTable for aldebaranLijo Lazar-2/+3
2021-04-09drm/amdgpu/smu7: fix CAC setting on TOPAZAlex Deucher-1/+2
2021-04-09drm/amdgpu: add ras aldebaran ras eeprom driverJohn Clements-0/+229
2021-04-09drm/amd/pm: increase time out value when sending msg to SMUcharles sun-1/+1
2021-04-09drm/amd/pm: add the callback to get vbios bootup values for vangoghXiaojian Du-0/+2
2021-04-09drm/amdgpu/vangogh: don't check for dpm in is_dpm_running when in suspendAlex Deucher-0/+5
2021-04-09drm/amd/pm: Fix DPM level count on aldebaranLijo Lazar-4/+8
2021-04-09drm/amd/pm: unify the interface for gfx state settingEvan Quan-3/+4
2021-04-09drm/amd/pm: unify the interface for power gatingEvan Quan-15/+3
2021-04-09drm/amd/pm: fix missing static declarationsEvan Quan-7/+7
2021-04-09drm/amd/pm: unify the interface for loading SMU microcodeEvan Quan-26/+24
2021-04-09drm/amd/pm: no need to force MCLK to highest when no display connectedEvan Quan-1/+2
2021-04-09drm/amdgpu: Fix build warningsLijo Lazar-1/+1
2021-04-09drm/amd/pm: Add support for reset completion on aldebaranLijo Lazar-2/+36
2021-04-09drm/amd/pm: Add function to wait for smu eventsLijo Lazar-1/+29
2021-04-09drm/amd/pm: Modify mode2 msg sequence on aldebaranLijo Lazar-11/+61
2021-04-09drm/amd/pm: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao-45/+45
2021-04-09drm/amdgpu/pm: bail on sysfs/debugfs queries during platform suspendAlex Deucher-0/+98
2021-04-09drm/amdgpu/pm: mark pcie link/speed arrays as constAlex Deucher-8/+8
2021-04-09drm/amd/pm: Update aldebaran pmfw interfaceLijo Lazar-3/+10
2021-04-09drm/amd/pm: drop redundant and unneeded BACO APIs V2Evan Quan-104/+0
2021-04-09drm/amd/pm: label these APIs used internally as staticEvan Quan-132/+98
2021-04-09drm/amd/pm: make DAL communicate with SMU through unified interfacesEvan Quan-40/+55
2021-04-09drm/amd/pm: fix gpu reset failure by MP1 state settingGuchun Chen-6/+7
2021-04-09drm/amd/pm: fix MP1 state setting failure in s3 testGuchun Chen-0/+3
2021-04-09drm/amdgpu/powerplay/smu10: refactor AMDGPU_PP_SENSOR_GPU_LOADShirish S-7/+6
2021-04-09drm/amd/pm: fix Navi1x runtime resume failure V2Evan Quan-24/+96
2021-04-09drm/amdgpu/swsmu: skip gfx cgpg on s0ix suspendAlex Deucher-1/+2
2021-04-09drm/amdgpu: rework S3/S4/S0ix state handlingAlex Deucher-1/+1
2021-03-23drm/amd/pm: correct the gpu metrics versionEvan Quan-1/+1
2021-03-23drm/amd/pm: Use BACO reset arg 0 on XGMI configurationshaoyunl-1/+1
2021-03-23drm/amd/pm: fix workload mismatch on vega10Kenneth Feng-1/+1
2021-03-23drm/amd/pm: Mundane typo fixes in the file amdgpu_pm.cBhaskar Chowdhury-2/+2
2021-03-23drm/amd/pm: Fix spelling mistake "disble" -> "disable"Colin Ian King-1/+1
2021-03-23drm/amd/pm: add a new sysfs entry for default power limitEric Huang-14/+73