]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
drm/radeon/dpm: fix powertune handling for pci id 0x6835
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 26 Jul 2013 22:21:02 +0000 (18:21 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 29 Jul 2013 22:14:38 +0000 (18:14 -0400)
0x6835 should be treated as a cape verde pro.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/si_dpm.c

index 80c1f506cc0f29b4a70018b6045ae7b41a21d1e4..994f9e5b6beed81a2d8d1f2bb4a6d67dadce6dc4 100644 (file)
@@ -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;