Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Timur Kristóf and committed by
Alex Deucher
d784759c 9f49e3d4

+1 -1
+1 -1
drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c
··· 245 245 smu_data->power_tune_defaults = &defaults_hawaii_pro; 246 246 break; 247 247 case 0x67B8: 248 - case 0x66B0: 248 + case 0x67B0: 249 249 smu_data->power_tune_defaults = &defaults_hawaii_xt; 250 250 break; 251 251 case 0x6640: