summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-12-24 15:22:31 -0500
committerAlex Deucher <alexander.deucher@amd.com>2013-12-24 15:22:31 -0500
commite2d53fac1c5b18f5c9e95d39d4e2be4703b0b363 (patch)
tree51caa6afa79db9a733198f6bf5c6224c023fea2f /include
parent35a34143026785e015adb906756651807de89bde (diff)
r600g: fix SUMO2 pci id
0x9649 is sumo2, not sumo. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> CC: "9.2" "10.0" <mesa-stable@lists.freedesktop.org>
Diffstat (limited to 'include')
-rw-r--r--include/pci_ids/r600_pci_ids.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pci_ids/r600_pci_ids.h b/include/pci_ids/r600_pci_ids.h
index 5036a83e2a4..533c9f3fc16 100644
--- a/include/pci_ids/r600_pci_ids.h
+++ b/include/pci_ids/r600_pci_ids.h
@@ -208,7 +208,7 @@ CHIPSET(0x9644, SUMO2_9644, SUMO2)
CHIPSET(0x9645, SUMO2_9645, SUMO2)
CHIPSET(0x9647, SUMO_9647, SUMO)
CHIPSET(0x9648, SUMO_9648, SUMO)
-CHIPSET(0x9649, SUMO_9649, SUMO)
+CHIPSET(0x9649, SUMO2_9649, SUMO2)
CHIPSET(0x964a, SUMO_964A, SUMO)
CHIPSET(0x964b, SUMO_964B, SUMO)
CHIPSET(0x964c, SUMO_964C, SUMO)