aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/swsmu (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-17drm/amd/pm: add GFXCLK/SCLK clocks level print support for APUsPerry Yuan4-2/+74
2021-11-17drm/amd/pm: Remove artificial freq level on Navi1xLijo Lazar1-5/+8
2021-11-17drm/amd/pm: Enhanced reporting also for a stuck commandLuben Tuikov1-2/+6
2021-11-05drm/amd/pm: Correct DPMS disable IP version checkMario Limonciello1-1/+1
2021-11-03drm/amdgpu/pm: Don't show pp_power_profile_mode for unsupported devicesMario Limonciello1-4/+7
2021-11-03drm/amdgpu/pm: drop pp_power_profile_mode support for yellow carpMario Limonciello1-87/+0
2021-10-22drm/amd/pm: Disable fan control if not supportedLijo Lazar1-0/+14
2021-10-22drm/amdgpu/smu11.0: add missing IP version checkAlex Deucher1-0/+1
2021-10-21drm/amdgpu/swsmu: handle VCN harvesting for VCN SMU setupAlex Deucher1-71/+24
2021-10-20drm/amdgpu/pm: properly handle sclk for profiling modes on vangoghAlex Deucher1-60/+29
2021-10-13drm/amdgpu/swsmu: fix is_support_sw_smu() for VEGA20Alex Deucher1-0/+4
2021-10-13drm/amdgpu/smu11: fix firmware version check for vangoghAlex Deucher1-1/+1
2021-10-13drm/amd/pm: Fix incorrect power limit readback in smu11 if POWER_SOURCE_DCDarren Powell1-4/+5
2021-10-13amdgpu/pm: (v2) add limit_type to (pptable_funcs)->set_power_limit signatureDarren Powell5-16/+30
2021-10-11drm/amdgpu: query default sclk from smu for cyan_skillfishLang Yu1-5/+12
2021-10-04drm/amdgpu: convert IP version array to include instancesAlex Deucher5-57/+57
2021-10-04drm/amdgpu/pm/amdgpu_smu: convert more IP version checkingAlex Deucher1-23/+23
2021-10-04drm/amdgpu/pm/smu_v13.0: convert IP version checkingAlex Deucher1-9/+13
2021-10-04drm/amdgpu/pm/smu_v11.0: update IP version checkingAlex Deucher1-12/+12
2021-10-04drm/amdgpu/sienna_cichlid_ppt: convert to IP version checkingAlex Deucher1-12/+12
2021-10-04drm/amdgpu/navi10_ppt: convert to IP version checkingAlex Deucher1-25/+25
2021-10-04drm/amdgpu/smu11.0: convert to IP version checkingAlex Deucher1-42/+46
2021-10-04drm/amdgpu/amdgpu_smu: convert to IP version checkingAlex Deucher1-46/+80
2021-09-23drm/amd/pm: fix runpm hang when amdgpu loaded prior to sound driverEvan Quan4-4/+47
2021-09-14drm/amdgpu: add manual sclk/vddc setting support for cyan skilfish(v3)Lang Yu1-0/+134
2021-09-14drm/amdgpu: add some pptable funcs for cyan skilfish(v3)Lang Yu1-0/+347
2021-09-14drm/amdgpu: fix sysfs_emit/sysfs_emit_at warnings(v2)Lang Yu8-16/+49
2021-09-07drm/amd/pm: fix the issue of uploading powerplay tableKenneth Feng1-1/+1
2021-09-01drm/amd/pm: Update navi12 smu message mapping table in sriovYifan Zha1-7/+7
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-18drm/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-11drm/amd/pm: graceful exit on restore fan mode failure (v2)Ryan Taylor1-2/+3
2021-08-11drm/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