projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
654286e
)
add 1002:5460 M22 X300 card
author
Dave Airlie
<airliedfreedesktop.org>
Sun, 11 Sep 2005 04:02:41 +0000
(
04:02
+0000)
committer
Dave Airlie
<airliedfreedesktop.org>
Sun, 11 Sep 2005 04:02:41 +0000
(
04:02
+0000)
src/mesa/drivers/dri/r300/radeon_screen.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r300/radeon_screen.c
b/src/mesa/drivers/dri/r300/radeon_screen.c
index eb6100c62715f055e0dea2fd6b478f78926a9d5e..7b66ce78ef14040a07f8a58b16797eb237f6f19e 100644
(file)
--- a/
src/mesa/drivers/dri/r300/radeon_screen.c
+++ b/
src/mesa/drivers/dri/r300/radeon_screen.c
@@
-215,6
+215,7
@@
static const struct dri_debug_control debug_control[] = {
#define PCI_CHIP_R350_NH 0x4E48
#define PCI_CHIP_R420_JI 0x4A49
#define PCI_CHIP_R420_JK 0x4a4b
+#define PCI_CHIP_RV370_5460 0x5460
#endif
@@
-391,6
+392,7
@@
static radeonScreenPtr radeonCreateScreen(__DRIscreenPrivate * sPriv)
case PCI_CHIP_RV350_NT:
case PCI_CHIP_RV350_NQ:
/* case PCI_CHIP_RV350_NQ: -- Should we have the second head in here too? */
+ case PCI_CHIP_RV370_5460:
screen->chipset = RADEON_CHIP_RV350;
break;