Mesa (master): r600g: fix SUMO2 pci id

Alex Deucher agd5f at kemper.freedesktop.org
Tue Dec 24 20:24:25 UTC 2013


Module: Mesa
Branch: master
Commit: e2d53fac1c5b18f5c9e95d39d4e2be4703b0b363
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2d53fac1c5b18f5c9e95d39d4e2be4703b0b363

Author: Alex Deucher <alexander.deucher at amd.com>
Date:   Tue Dec 24 15:22:31 2013 -0500

r600g: fix SUMO2 pci id

0x9649 is sumo2, not sumo.

Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
CC: "9.2" "10.0" <mesa-stable at lists.freedesktop.org>

---

 include/pci_ids/r600_pci_ids.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/pci_ids/r600_pci_ids.h b/include/pci_ids/r600_pci_ids.h
index 5036a83..533c9f3 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)




More information about the mesa-commit mailing list