mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 17:11:33 +00:00
drm/radeon/dpm: fix powertune handling for pci id 0x6835
0x6835 should be treated as a cape verde pro. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
f44a0120ef
commit
46348dc29b
@ -1939,6 +1939,7 @@ static void si_initialize_powertune_defaults(struct radeon_device *rdev)
|
||||
case 0x683B:
|
||||
case 0x683F:
|
||||
case 0x6829:
|
||||
case 0x6835:
|
||||
si_pi->cac_weights = cac_weights_cape_verde_pro;
|
||||
si_pi->dte_data = dte_data_cape_verde;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user