r600c: add new ontario pci ids
authorAlex Deucher <alexdeucher@gmail.com>
Mon, 4 Apr 2011 15:13:44 +0000 (11:13 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Mon, 4 Apr 2011 15:13:44 +0000 (11:13 -0400)
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
src/mesa/drivers/dri/radeon/radeon_chipset.h
src/mesa/drivers/dri/radeon/radeon_screen.c

index bd6f1c7..88b68e3 100644 (file)
 #define PCI_CHIP_PALM_9803              0x9803
 #define PCI_CHIP_PALM_9804              0x9804
 #define PCI_CHIP_PALM_9805              0x9805
+#define PCI_CHIP_PALM_9806              0x9806
+#define PCI_CHIP_PALM_9807              0x9807
 
 #define PCI_CHIP_BARTS_6720             0x6720
 #define PCI_CHIP_BARTS_6721             0x6721
index 9a6e2fe..732efe8 100644 (file)
@@ -1158,6 +1158,8 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
     case PCI_CHIP_PALM_9803:
     case PCI_CHIP_PALM_9804:
     case PCI_CHIP_PALM_9805:
+    case PCI_CHIP_PALM_9806:
+    case PCI_CHIP_PALM_9807:
        screen->chip_family = CHIP_FAMILY_PALM;
        screen->chip_flags = RADEON_CHIPSET_TCL;
        break;