Add RV350 AQ chip. (popolon at popolon dot org)
authorAdam Jackson <ajax@freedesktop.org>
Mon, 24 Oct 2005 17:42:55 +0000 (17:42 +0000)
committerAdam Jackson <ajax@freedesktop.org>
Mon, 24 Oct 2005 17:42:55 +0000 (17:42 +0000)
src/mesa/drivers/dri/r300/radeon_screen.c

index b169b7e26d6112d90c414b9cb340b411297d894d..cceb917c759a350dcd803cdd55c7834828742c59 100644 (file)
@@ -203,6 +203,7 @@ static const struct dri_debug_control debug_control[] = {
 #define PCI_CHIP_R300_AF               0x4146
 #define PCI_CHIP_R300_AG               0x4147
 #define PCI_CHIP_RV350_AP               0x4150
+#define PCI_CHIP_RV350_AQ               0x4151
 #define PCI_CHIP_RV350_AR               0x4152
 #define PCI_CHIP_RV350_AS               0x4153
 #define PCI_CHIP_RV350_NJ              0x4E4A
@@ -387,6 +388,7 @@ static radeonScreenPtr radeonCreateScreen(__DRIscreenPrivate * sPriv)
        case PCI_CHIP_R300_AF:
        case PCI_CHIP_R300_AG:
        case PCI_CHIP_RV350_AP:
+        case PCI_CHIP_RV350_AQ:
        case PCI_CHIP_RV350_AR:
        case PCI_CHIP_RV350_AS:
        case PCI_CHIP_RV350_NJ: