From: Greg Kroah-Hartman Date: Sat, 21 Mar 2026 06:54:32 +0000 (+0100) Subject: 5.10-stable patches X-Git-Tag: v6.1.167~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37cacfa7d2c89ea3b69fee0a6e220a0dbd1bbd11;p=thirdparty%2Fkernel%2Fstable-queue.git 5.10-stable patches added patches: drm-radeon-apply-state-adjust-rules-to-some-additional-hainan-vairants.patch --- diff --git a/queue-5.10/drm-radeon-apply-state-adjust-rules-to-some-additional-hainan-vairants.patch b/queue-5.10/drm-radeon-apply-state-adjust-rules-to-some-additional-hainan-vairants.patch new file mode 100644 index 0000000000..ccc9d34a3b --- /dev/null +++ b/queue-5.10/drm-radeon-apply-state-adjust-rules-to-some-additional-hainan-vairants.patch @@ -0,0 +1,35 @@ +From 86650ee2241ff84207eaa298ab318533f3c21a38 Mon Sep 17 00:00:00 2001 +From: Alex Deucher +Date: Mon, 25 Sep 2023 10:44:06 -0400 +Subject: drm/radeon: apply state adjust rules to some additional HAINAN vairants + +From: Alex Deucher + +commit 86650ee2241ff84207eaa298ab318533f3c21a38 upstream. + +They need a similar workaround. + +Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/1839 +Signed-off-by: Alex Deucher +(cherry picked from commit 87327658c848f56eac166cb382b57b83bf06c5ac) +Cc: stable@vger.kernel.org +Signed-off-by: Greg Kroah-Hartman +--- + drivers/gpu/drm/radeon/si_dpm.c | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +--- a/drivers/gpu/drm/radeon/si_dpm.c ++++ b/drivers/gpu/drm/radeon/si_dpm.c +@@ -2962,9 +2962,11 @@ static void si_apply_state_adjust_rules( + if (rdev->family == CHIP_HAINAN) { + if ((rdev->pdev->revision == 0x81) || + (rdev->pdev->revision == 0xC3) || ++ (rdev->pdev->device == 0x6660) || + (rdev->pdev->device == 0x6664) || + (rdev->pdev->device == 0x6665) || +- (rdev->pdev->device == 0x6667)) { ++ (rdev->pdev->device == 0x6667) || ++ (rdev->pdev->device == 0x666F)) { + max_sclk = 75000; + } + if ((rdev->pdev->revision == 0xC3) || diff --git a/queue-5.10/series b/queue-5.10/series index 6dce6125e8..af9dc2b07c 100644 --- a/queue-5.10/series +++ b/queue-5.10/series @@ -148,3 +148,4 @@ iommu-vt-d-fix-intel-iommu-iotlb-sync-hardlockup-and-retry.patch serial-8250_pci-add-support-for-the-ax99100.patch serial-8250-fix-tx-deadlock-when-using-dma.patch serial-8250-add-late-synchronize_irq-to-shutdown-to-handle-dw-uart-busy.patch +drm-radeon-apply-state-adjust-rules-to-some-additional-hainan-vairants.patch