add missing RS780 pci id
authorAlex Deucher <alexdeucher@gmail.com>
Tue, 26 May 2009 14:44:44 +0000 (10:44 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Tue, 26 May 2009 14:44:44 +0000 (10:44 -0400)
src/mesa/drivers/dri/radeon/radeon_chipset.h
src/mesa/drivers/dri/radeon/radeon_screen.c

index 26edf3d..f7fa3d3 100644 (file)
 #define PCI_CHIP_RV635_9599             0x9599
 #define PCI_CHIP_RV635_959B             0x959B
 
+#define PCI_CHIP_RS780_9610             0x9610
 #define PCI_CHIP_RS780_9611             0x9611
 #define PCI_CHIP_RS780_9612             0x9612
 #define PCI_CHIP_RS780_9613             0x9613
index 40487c6..054ffb4 100644 (file)
@@ -844,6 +844,7 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
       screen->chip_flags = RADEON_CHIPSET_TCL;
       break;
 
+   case PCI_CHIP_RS780_9610:
    case PCI_CHIP_RS780_9611:
    case PCI_CHIP_RS780_9612:
    case PCI_CHIP_RS780_9613: