diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/r300/radeon_screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/radeon_screen.c b/src/mesa/drivers/dri/r300/radeon_screen.c index fa43c8a7d3..7955a2efa3 100644 --- a/src/mesa/drivers/dri/r300/radeon_screen.c +++ b/src/mesa/drivers/dri/r300/radeon_screen.c @@ -196,6 +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_NP 0x4E54 #define PCI_CHIP_R300_ND 0x4E44 #define PCI_CHIP_R300_NE 0x4E45 #define PCI_CHIP_R300_NF 0x4E46 |