From: Alex Deucher Date: Fri, 26 Jul 2013 22:21:02 +0000 (-0400) Subject: drm/radeon/dpm: fix powertune handling for pci id 0x6835 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=46348dc29bc936360057e9b41003274284ec0a47;p=linux-beck.git drm/radeon/dpm: fix powertune handling for pci id 0x6835 0x6835 should be treated as a cape verde pro. Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c index 80c1f506cc0f..994f9e5b6bee 100644 --- a/drivers/gpu/drm/radeon/si_dpm.c +++ b/drivers/gpu/drm/radeon/si_dpm.c @@ -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;