summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-07-26 22:21:02 (GMT)
committerAlex Deucher <alexander.deucher@amd.com>2013-07-29 22:14:38 (GMT)
commit46348dc29bc936360057e9b41003274284ec0a47 (patch)
tree23225c87c5ce3bfa268395c7144ab865628288d3 /drivers/gpu/drm
parentf44a0120ef07cc9a1f36ab86751ec2b0598d7a2b (diff)
downloadlinux-fsl-qoriq-46348dc29bc936360057e9b41003274284ec0a47.tar.xz
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>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/radeon/si_dpm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c
index 80c1f50..994f9e5 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;