AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] More SI power management and PLL fixes
@ 2025-09-26 18:26 Timur Kristóf
  2025-09-26 18:26 ` [PATCH 1/3] drm/amd/pm: Disable MCLK switching on SI at high pixel clocks Timur Kristóf
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Timur Kristóf @ 2025-09-26 18:26 UTC (permalink / raw)
  To: amd-gfx
  Cc: alexander.deucher, alex.hung, harry.wentland, siqueira,
	christian.koenig, Timur Kristóf

This series has a few minor patches to address some SI issues.

When a 4K 60Hz display is connected to Tahiti or Pitcairn
there is a slight flickering near the bottom of the display.
Disabling MCLK switching fixes that.
(Other SI parts are likely affected too, but I didn't test
them thoroughly enough to say.)

When enabling ASPM on Zen 4 with Tahiti and Oland,
there are random hangs when the GPU usage is low.
Disabling ASPM fixes that.
At the moment I don't know if this is a platform-specific or
GPU-specific issue and I don't think we can reasonably
determine that without spending more time than we have.
(Other SI parts may be affected, but I didn't test them
for a long enough time to judge that.)

Finally, there is a DC patch to change the minimum PLL
dividers to the same value as the legacy non-DC display code.
This doesn't fix any visible issue but I think it's still
good to have just in case.

Timur Kristóf (3):
  drm/amd/pm: Disable MCLK switching on SI at high pixel clocks
  drm/amd: Disable ASPM on SI
  drm/amd/display: Set stricter clock dividers on DCE 6-10

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c            | 7 +++++++
 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c | 7 +++++++
 drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c            | 5 +++++
 3 files changed, 19 insertions(+)

-- 
2.51.0


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

end of thread, other threads:[~2025-10-13 13:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-26 18:26 [PATCH 0/3] More SI power management and PLL fixes Timur Kristóf
2025-09-26 18:26 ` [PATCH 1/3] drm/amd/pm: Disable MCLK switching on SI at high pixel clocks Timur Kristóf
2025-10-09 19:30   ` Alex Deucher
2025-09-26 18:26 ` [PATCH 2/3] drm/amd: Disable ASPM on SI Timur Kristóf
2025-10-09 19:31   ` Alex Deucher
2025-09-26 18:26 ` [PATCH 3/3] drm/amd/display: Set stricter clock dividers on DCE 6-10 Timur Kristóf
2025-09-28 14:14   ` Christian König
2025-09-28 23:33     ` timur.kristof
2025-10-09 19:38       ` Alex Deucher
2025-10-13  6:15         ` Timur Kristóf
2025-10-13 13:12           ` Christian König

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