]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commitd784759c07924280f3c313f205fc48eb62d7cb71
treeec871d1537fc1c725f9470c17b275f73a2cb0676
parent9f49e3d4cb86859a4e5fde3f2060ed4f09bddaed
drm/amd/pm/ci: Fix powertune defaults for Hawaii 0x67B0

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