r600: add missing r7xx pci id
authorAlex Deucher <alexdeucher@gmail.com>
Mon, 31 Aug 2009 16:18:44 +0000 (12:18 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Mon, 31 Aug 2009 16:18:44 +0000 (12:18 -0400)
src/mesa/drivers/dri/radeon/radeon_chipset.h
src/mesa/drivers/dri/radeon/radeon_screen.c

index 0da1c0f9ee31964783023b59bcd4da373245a7ee..46a9cd5ff84b398ae94052e5292045e647ae6f5c 100644 (file)
 #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
index e8b2dc89fe930779fb53f09d2bbde034f2b087e0..3d06c95a186e182c482b6bd7db13ca0d8fe2348b 100644 (file)
@@ -868,6 +868,7 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
    case PCI_CHIP_RV770_9440:
    case PCI_CHIP_RV770_9441:
    case PCI_CHIP_RV770_9442:
+   case PCI_CHIP_RV770_9443:
    case PCI_CHIP_RV770_9444:
    case PCI_CHIP_RV770_9446:
    case PCI_CHIP_RV770_944A: