]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/pm/ci: Fix powertune defaults for Hawaii 0x67B0
authorTimur Kristóf <timur.kristof@gmail.com>
Sun, 29 Mar 2026 16:03:02 +0000 (18:03 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 30 Mar 2026 20:48:18 +0000 (16:48 -0400)
There is no AMD GPU with the ID 0x66B0, this looks like a typo.
It should be 0x67B0 which is actually part of the PCI ID list,
and should use the Hawaii XT powertune defaults according to
the old radeon driver.

Fixes: 9f4b35411cfe ("drm/amd/powerplay: add CI asics support to smumgr (v3)")
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c

index a09ca13df39981a31f11f0787dd94f7965877bc4..b474561357e0de05efa7851dbf415d3a27f4bfd5 100644 (file)
@@ -245,7 +245,7 @@ static void ci_initialize_power_tune_defaults(struct pp_hwmgr *hwmgr)
                smu_data->power_tune_defaults = &defaults_hawaii_pro;
                break;
        case 0x67B8:
-       case 0x66B0:
+       case 0x67B0:
                smu_data->power_tune_defaults = &defaults_hawaii_xt;
                break;
        case 0x6640: