r600: add new rs880 pci id
authorAlex Deucher <alexdeucher@gmail.com>
Wed, 3 Mar 2010 19:09:53 +0000 (14:09 -0500)
committerAlex Deucher <alexdeucher@gmail.com>
Wed, 3 Mar 2010 19:09:53 +0000 (14:09 -0500)
src/mesa/drivers/dri/radeon/radeon_chipset.h
src/mesa/drivers/dri/radeon/radeon_screen.c

index 46a9cd5ff84b398ae94052e5292045e647ae6f5c..f17a305bce81ff065a57bd0239aa5c7fbbfff964 100644 (file)
 #define PCI_CHIP_RS880_9712             0x9712
 #define PCI_CHIP_RS880_9713             0x9713
 #define PCI_CHIP_RS880_9714             0x9714
+#define PCI_CHIP_RS880_9715             0x9715
 
 #define PCI_CHIP_RV770_9440             0x9440
 #define PCI_CHIP_RV770_9441             0x9441
index 631f729048aabc572e859b926d08d9fb5725a4a1..6415ec1239c708f6768c34d8c94c73d9cebdbc68 100644 (file)
@@ -826,6 +826,7 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
    case PCI_CHIP_RS880_9712:
    case PCI_CHIP_RS880_9713:
    case PCI_CHIP_RS880_9714:
+   case PCI_CHIP_RS880_9715:
       screen->chip_family = CHIP_FAMILY_RS880;
       screen->chip_flags = RADEON_CHIPSET_TCL;
       break;