projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aa69b3
)
Fix for compiler warnings.
author
Aapo Tahkola
<aet@rasterburn.org>
Sun, 30 Jan 2005 11:12:59 +0000
(11:12 +0000)
committer
Aapo Tahkola
<aet@rasterburn.org>
Sun, 30 Jan 2005 11:12:59 +0000
(11:12 +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 7955a2efa353303e19104dd4167cac836c36c078..7e03953680ba51134609a51e9af55d55e27ac39b 100644
(file)
--- a/
src/mesa/drivers/dri/r300/radeon_screen.c
+++ b/
src/mesa/drivers/dri/r300/radeon_screen.c
@@
-196,7
+196,7
@@
static const struct dri_debug_control debug_control[] = {
#define PCI_CHIP_RV350_AP 0x4150
#define PCI_CHIP_RV350_AS 0x4153
#define PCI_CHIP_RV350_NP 0x4E50
-#define PCI_CHIP_RV350_N
P
0x4E54
+#define PCI_CHIP_RV350_N
T
0x4E54
#define PCI_CHIP_R300_ND 0x4E44
#define PCI_CHIP_R300_NE 0x4E45
#define PCI_CHIP_R300_NF 0x4E46
@@
-368,6
+368,7
@@
static radeonScreenPtr radeonCreateScreen(__DRIscreenPrivate * sPriv)
case PCI_CHIP_RV350_AP:
case PCI_CHIP_RV350_AS:
case PCI_CHIP_RV350_NP:
+ case PCI_CHIP_RV350_NT:
screen->chipset = RADEON_CHIP_RV350;
break;