summaryrefslogtreecommitdiff
path: root/src/radeon_chipinfo_gen.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-12-24 15:14:35 -0500
committerAlex Deucher <alexander.deucher@amd.com>2013-12-24 15:14:35 -0500
commit04ef035c9315b4a6fbf1b14720be87cee4099a9f (patch)
tree9426c8274284efc0b968127cb145b4c2dc5bcff2 /src/radeon_chipinfo_gen.h
parentbfbff3b246db509c820df17b8fcf5899882ffcfa (diff)
drm/radeon: fix SUMO2 pci id
0x9649 is sumo2, not sumo. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/radeon_chipinfo_gen.h')
-rw-r--r--src/radeon_chipinfo_gen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_chipinfo_gen.h b/src/radeon_chipinfo_gen.h
index be038b62..fc9474b9 100644
--- a/src/radeon_chipinfo_gen.h
+++ b/src/radeon_chipinfo_gen.h
@@ -380,7 +380,7 @@ static RADEONCardInfo RADEONCards[] = {
{ 0x9645, CHIP_FAMILY_SUMO2, 1, 1, 0, 0, 1 },
{ 0x9647, CHIP_FAMILY_SUMO, 1, 1, 0, 0, 1 },
{ 0x9648, CHIP_FAMILY_SUMO, 1, 1, 0, 0, 1 },
- { 0x9649, CHIP_FAMILY_SUMO, 1, 1, 0, 0, 1 },
+ { 0x9649, CHIP_FAMILY_SUMO2, 1, 1, 0, 0, 1 },
{ 0x964A, CHIP_FAMILY_SUMO, 0, 1, 0, 0, 1 },
{ 0x964B, CHIP_FAMILY_SUMO, 0, 1, 0, 0, 1 },
{ 0x964C, CHIP_FAMILY_SUMO, 0, 1, 0, 0, 1 },