AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Various SMU7 power management fixes
@ 2026-03-29 16:02 Timur Kristóf
  2026-03-29 16:02 ` [PATCH 1/9] drm/amd/pm/ci: Use highest MCLK on CI when MCLK DPM is disabled Timur Kristóf
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Timur Kristóf @ 2026-03-29 16:02 UTC (permalink / raw)
  To: amd-gfx, alexander.deucher, christian.koenig, harry.wentland
  Cc: Timur Kristóf

This series fixes various issues that I found on two GPUs:

R9 390X (Hawaii, Asus ROG branded):
Add SCLK cap to fix stability issues, fix PCI ID typo.
And a few minor fixes affecting CI GPUs.

R9 M380 (Bonaire, found in an iMac from 2015):
Disable MCLK switching, use highest MCLK.

Additionally, fix possible black screen on boot caused by
a non-functional implementation of the voltage dependency on
the display clock. The fix affects all GPUs with SMU7,
hopefully improving stability for CI, VI and Polaris GPUs.

Looking forward to reviews and feedback!

Timur Kristóf (9):
  drm/amd/pm/ci: Use highest MCLK on CI when MCLK DPM is disabled
  drm/amd/pm/ci: Disable MCLK DPM on problematic CI ASICs
  drm/amd/pm/smu7: Fix SMU7 voltage dependency on display clock
  drm/amd/pm/smu7: Remove non-functional SMU7 voltage dependency on DAL
  drm/amd/pm/ci: Fix powertune defaults for Hawaii 0x67B0
  drm/amd/pm/ci: Clear EnabledForActivity field for memory levels
  drm/amd/pm/ci: Fill DW8 fields from SMC
  drm/amd/pm/smu7: Add SCLK cap for quirky Hawaii board
  drm/amdgpu/uvd4.2: Don't initialize UVD 4.2 when DPM is disabled

 drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c         |   5 +
 .../gpu/drm/amd/pm/powerplay/hwmgr/hwmgr.c    |  15 +++
 .../drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c   | 123 ++++++++++++++++--
 .../drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.h   |   1 +
 .../drm/amd/pm/powerplay/hwmgr/smu_helper.c   |  84 ------------
 .../drm/amd/pm/powerplay/hwmgr/smu_helper.h   |   2 -
 drivers/gpu/drm/amd/pm/powerplay/inc/hwmgr.h  |   2 +-
 .../drm/amd/pm/powerplay/smumgr/ci_smumgr.c   |  15 ++-
 8 files changed, 142 insertions(+), 105 deletions(-)

-- 
2.53.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-03-30 15:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-29 16:02 [PATCH 0/9] Various SMU7 power management fixes Timur Kristóf
2026-03-29 16:02 ` [PATCH 1/9] drm/amd/pm/ci: Use highest MCLK on CI when MCLK DPM is disabled Timur Kristóf
2026-03-29 16:02 ` [PATCH 2/9] drm/amd/pm/ci: Disable MCLK DPM on problematic CI ASICs Timur Kristóf
2026-03-29 16:03 ` [PATCH 3/9] drm/amd/pm/smu7: Fix SMU7 voltage dependency on display clock Timur Kristóf
2026-03-29 16:03 ` [PATCH 4/9] drm/amd/pm/smu7: Remove non-functional SMU7 voltage dependency on DAL Timur Kristóf
2026-03-29 16:03 ` [PATCH 5/9] drm/amd/pm/ci: Fix powertune defaults for Hawaii 0x67B0 Timur Kristóf
2026-03-29 16:03 ` [PATCH 6/9] drm/amd/pm/ci: Clear EnabledForActivity field for memory levels Timur Kristóf
2026-03-29 16:03 ` [PATCH 7/9] drm/amd/pm/ci: Fill DW8 fields from SMC Timur Kristóf
2026-03-29 16:03 ` [PATCH 8/9] drm/amd/pm/smu7: Add SCLK cap for quirky Hawaii board Timur Kristóf
2026-03-29 16:03 ` [PATCH 9/9] drm/amdgpu/uvd4.2: Don't initialize UVD 4.2 when DPM is disabled Timur Kristóf
2026-03-30 15:52 ` [PATCH 0/9] Various SMU7 power management fixes Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox