r600: add some missing pci ids
authorAlex Deucher <alexdeucher@gmail.com>
Mon, 3 Aug 2009 15:21:10 +0000 (11:21 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Mon, 3 Aug 2009 15:21:10 +0000 (11:21 -0400)
src/mesa/drivers/dri/radeon/radeon_chipset.h
src/mesa/drivers/dri/radeon/radeon_screen.c

index 0a6a2df35b811e95ada41a75242a7a494255a7f8..a9b4102cc13531aee47e7a17213d6706e36898d5 100644 (file)
 #define PCI_CHIP_RV770_947A             0x947A
 #define PCI_CHIP_RV770_947B             0x947B
 
+#define PCI_CHIP_RV730_9480             0x9480
 #define PCI_CHIP_RV730_9487             0x9487
+#define PCI_CHIP_RV730_9488             0x9488
 #define PCI_CHIP_RV730_9489             0x9489
 #define PCI_CHIP_RV730_948F             0x948F
 #define PCI_CHIP_RV730_9490             0x9490
index 5f1af5b0da5e8a4a1de21b858488931f2040f5e3..f8f1a2c5cb0d0c5b6c888d0389c998a6e1c43b09 100644 (file)
@@ -878,7 +878,9 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
       screen->chip_flags = RADEON_CHIPSET_TCL;
       break;
 
+   case PCI_CHIP_RV730_9480:
    case PCI_CHIP_RV730_9487:
+   case PCI_CHIP_RV730_9488:
    case PCI_CHIP_RV730_9489:
    case PCI_CHIP_RV730_948F:
    case PCI_CHIP_RV730_9490: