]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amdgpu: apply state adjust rules to some additional HAINAN vairants
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 25 Sep 2023 14:44:07 +0000 (10:44 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 17 Mar 2026 22:04:03 +0000 (18:04 -0400)
They need a similar workaround.

Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/1839
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 0de31d92a173d3d94f28051b0b80a6c98913aed4)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c

index 61b1c5aa74cb5161261d91961c8ef53906288268..36942467d4addafc77050e4a632a86dea088f381 100644 (file)
@@ -3454,9 +3454,11 @@ static void si_apply_state_adjust_rules(struct amdgpu_device *adev,
        if (adev->asic_type == CHIP_HAINAN) {
                if ((adev->pdev->revision == 0x81) ||
                    (adev->pdev->revision == 0xC3) ||
+                   (adev->pdev->device == 0x6660) ||
                    (adev->pdev->device == 0x6664) ||
                    (adev->pdev->device == 0x6665) ||
-                   (adev->pdev->device == 0x6667)) {
+                   (adev->pdev->device == 0x6667) ||
+                   (adev->pdev->device == 0x666F)) {
                        max_sclk = 75000;
                }
                if ((adev->pdev->revision == 0xC3) ||