summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/swsmu
AgeCommit message (Expand)AuthorFilesLines
2022-12-31drm/amd/pm/smu11: BACO is supported when it's in BACO stateGuchun Chen1-0/+4
2022-12-02drm/amdgpu: disable BACO support on more cardsGuchun Chen1-0/+4
2022-11-16drm/amdgpu: disable BACO on special BEIGE_GOBY cardGuchun Chen1-1/+3
2022-09-28drm/amd/pm: disable BACO entry/exit completely on several sienna cichlid cardsGuchun Chen1-0/+11
2022-09-05drm/amd/pm: add missing ->fini_microcode interface for Sienna CichlidEvan Quan1-0/+1
2022-07-21drm/amd/pm: Prevent divide by zeroYefim Barashkin1-0/+2
2022-07-12drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceMario Limonciello1-1/+1
2022-06-14drm/amd/pm: use bitmap_{from,to}_arr32 where appropriateYury Norov2-2/+2
2022-06-14drm/amd/pm: Fix missing thermal throttler statusLijo Lazar1-0/+1
2022-06-09drm/amd/pm: update smartshift powerboost calc for smu13Sathishkumar S1-16/+46
2022-06-09drm/amd/pm: update smartshift powerboost calc for smu12Sathishkumar S1-16/+44
2022-05-18Revert "drm/amd/pm: keep the BACO feature enabled for suspend"Alex Deucher1-7/+1
2022-04-08drm/amd/pm: return -ENOTSUPP if there is no get_dpm_ultimate_freq functionTom Rix1-1/+1
2022-03-08drm/amd/pm: correct UMD pstate clocks for Dimgrey Cavefish and Beige GobyEvan Quan2-5/+29
2022-03-02drm/amd/pm: fix some OEM SKU specific stability issuesEvan Quan1-1/+31
2022-02-23drm/amd/pm: correct the sequence of sending gpu reset msgYifan Zhang1-7/+2
2022-02-08drm/amd/pm: correct the MGpuFanBoost support for Beige GobyEvan Quan1-3/+3
2022-01-11drm/amd/pm: keep the BACO feature enabled for suspendEvan Quan1-1/+7
2022-01-11drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resumePrike Liang2-6/+4
2022-01-11drm/amd/pm: Fix xgmi link control on aldebaranLijo Lazar1-1/+1
2021-12-22drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YCMario Limonciello1-0/+3
2021-12-22drm/amd/pm: fix a potential gpu_metrics_table memory leakLang Yu1-0/+3
2021-12-08drm/amd/pm: Remove artificial freq level on Navi1xLijo Lazar1-5/+8
2021-11-18drm/amdgpu/pm: properly handle sclk for profiling modes on vangoghAlex Deucher1-60/+29
2021-09-16drm/amd/pm: fix runpm hang when amdgpu loaded prior to sound driverEvan Quan4-4/+47
2021-09-16drm/amdgpu: add manual sclk/vddc setting support for cyan skilfish(v3)Lang Yu1-0/+134
2021-09-16drm/amdgpu: add some pptable funcs for cyan skilfish(v3)Lang Yu1-0/+347
2021-09-16drm/amdgpu: fix sysfs_emit/sysfs_emit_at warnings(v2)Lang Yu8-16/+49
2021-09-14drm/amd/pm: fix the issue of uploading powerplay tableKenneth Feng1-1/+1
2021-08-30drm/amdgpu/swsmu: fix spelling mistake "minimun" -> "minimum"Colin Ian King3-3/+3
2021-08-30drm/amd/pm: And destination bounds checking to struct copyKees Cook3-11/+8
2021-08-20drm/amd/pm: a quick fix for "divided by zero" errorEvan Quan2-9/+20
2021-08-19drm/amd/pm: Fix spelling mistake "firwmare" -> "firmware"Colin Ian King1-1/+1
2021-08-16drm/amd/pm: correct the address of Arcturus fan related registersEvan Quan1-5/+133
2021-08-16drm/amd/pm: drop unnecessary manual mode checkEvan Quan1-12/+4
2021-08-16drm/amd/pm: drop the unnecessary intermediate percent-based transitionEvan Quan5-43/+31
2021-08-16drm/amd/pm: correct the fan speed RPM retrievingEvan Quan5-5/+95
2021-08-16drm/amd/pm: correct the fan speed PWM retrievingEvan Quan4-72/+38
2021-08-16drm/amd/pm: record the RPM and PWM based fan speed settingsEvan Quan1-6/+25
2021-08-16drm/amd/pm: correct the fan speed RPM settingEvan Quan5-4/+43
2021-08-16drm/amd/pm: change smu msg's attribute to allow working under sriovKevin Wang1-2/+2
2021-08-16drm/amd/pm: change return value in aldebaran_get_power_limit()Kevin Wang1-2/+13
2021-08-16drm/amd/pm: skip to load smu microcode on sriov for aldebaranKevin Wang1-32/+70
2021-08-16drm/amd/pm: correct DPM_XGMI/VCN_DPM feature nameKevin Wang2-10/+10
2021-08-12drm/amd/pm: graceful exit on restore fan mode failure (v2)Ryan Taylor1-2/+3
2021-08-12drm/amd/pm: restore fan_mode AMD_FAN_CTRL_NONE on resume (v2)Ryan Taylor1-1/+3
2021-08-10amdgpu/pm: Replace smu12/13 usage of sprintf with sysfs_emitDarren Powell3-28/+27
2021-08-10amdgpu/pm: Replace smu11 usage of sprintf with sysfs_emitDarren Powell3-53/+53
2021-08-10amdgpu/pm: Replace navi10 usage of sprintf with sysfs_emitDarren Powell2-32/+35
2021-08-06drm/amd/pm: bug fix for the runtime pm BACOKenneth Feng1-2/+1