projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35a3414
)
r600g: fix SUMO2 pci id
author
Alex Deucher
<alexander.deucher@amd.com>
Tue, 24 Dec 2013 20:22:31 +0000
(15:22 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 24 Dec 2013 20:22:31 +0000
(15:22 -0500)
0x9649 is sumo2, not sumo.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
CC: "9.2" "10.0" <mesa-stable@lists.freedesktop.org>
include/pci_ids/r600_pci_ids.h
patch
|
blob
|
history
diff --git
a/include/pci_ids/r600_pci_ids.h
b/include/pci_ids/r600_pci_ids.h
index 5036a83e2a4156e01857b671a788817ff550b1bd..533c9f3fc16b244f349f86e8649a47897cbf5357 100644
(file)
--- 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, SUMO
2_9649, SUMO2
)
CHIPSET(0x964a, SUMO_964A, SUMO)
CHIPSET(0x964b, SUMO_964B, SUMO)
CHIPSET(0x964c, SUMO_964C, SUMO)