Merge branch 'instanced-arrays'
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_chipset.h
index a275c8fb143a73ea59b2bcfa46eea0c906c5bd68..46a9cd5ff84b398ae94052e5292045e647ae6f5c 100644 (file)
 #define PCI_CHIP_RS780_9615             0x9615
 #define PCI_CHIP_RS780_9616             0x9616
 
+#define PCI_CHIP_RS880_9710             0x9710
+#define PCI_CHIP_RS880_9711             0x9711
+#define PCI_CHIP_RS880_9712             0x9712
+#define PCI_CHIP_RS880_9713             0x9713
+#define PCI_CHIP_RS880_9714             0x9714
+
 #define PCI_CHIP_RV770_9440             0x9440
 #define PCI_CHIP_RV770_9441             0x9441
 #define PCI_CHIP_RV770_9442             0x9442
+#define PCI_CHIP_RV770_9443             0x9443
 #define PCI_CHIP_RV770_9444             0x9444
 #define PCI_CHIP_RV770_9446             0x9446
 #define PCI_CHIP_RV770_944A             0x944A
@@ -421,6 +428,7 @@ enum {
    CHIP_FAMILY_RV620,
    CHIP_FAMILY_RV635,
    CHIP_FAMILY_RS780,
+   CHIP_FAMILY_RS880,
    CHIP_FAMILY_RV770,
    CHIP_FAMILY_RV730,
    CHIP_FAMILY_RV710,