r600c: add some new pci ids
authorAlex Deucher <alexdeucher@gmail.com>
Tue, 3 May 2011 20:12:04 +0000 (16:12 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Tue, 3 May 2011 20:12:04 +0000 (16:12 -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 88b68e3d191093f7498e91d07b78e6c7db852e5e..dd50202081a152921bb6d97ce8913b2fb0e9b981 100644 (file)
 #define PCI_CHIP_JUNIPER_68B0           0x68B0
 #define PCI_CHIP_JUNIPER_68B8           0x68B8
 #define PCI_CHIP_JUNIPER_68B9           0x68B9
+#define PCI_CHIP_JUNIPER_68BA           0x68BA
 #define PCI_CHIP_JUNIPER_68BE           0x68BE
+#define PCI_CHIP_JUNIPER_68BF           0x68BF
 
 #define PCI_CHIP_CYPRESS_6880           0x6880
 #define PCI_CHIP_CYPRESS_6888           0x6888
 #define PCI_CHIP_CYPRESS_688A           0x688A
 #define PCI_CHIP_CYPRESS_6898           0x6898
 #define PCI_CHIP_CYPRESS_6899           0x6899
+#define PCI_CHIP_CYPRESS_689B           0x689B
 #define PCI_CHIP_CYPRESS_689E           0x689E
 
 #define PCI_CHIP_HEMLOCK_689C           0x689C
 #define PCI_CHIP_BARTS_6729             0x6729
 #define PCI_CHIP_BARTS_6738             0x6738
 #define PCI_CHIP_BARTS_6739             0x6739
+#define PCI_CHIP_BARTS_673E             0x673E
 
 #define PCI_CHIP_TURKS_6740             0x6740
 #define PCI_CHIP_TURKS_6741             0x6741
index 732efe8bd85fe45ab1b97e6327e5fbe439b21067..3ee5050f6c4fcfb763f58e291b6805b1960d0b50 100644 (file)
@@ -1132,7 +1132,9 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
     case PCI_CHIP_JUNIPER_68B0:
     case PCI_CHIP_JUNIPER_68B8:
     case PCI_CHIP_JUNIPER_68B9:
+    case PCI_CHIP_JUNIPER_68BA:
     case PCI_CHIP_JUNIPER_68BE:
+    case PCI_CHIP_JUNIPER_68BF:
        screen->chip_family = CHIP_FAMILY_JUNIPER;
        screen->chip_flags = RADEON_CHIPSET_TCL;
        break;
@@ -1143,6 +1145,7 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
     case PCI_CHIP_CYPRESS_688A:
     case PCI_CHIP_CYPRESS_6898:
     case PCI_CHIP_CYPRESS_6899:
+    case PCI_CHIP_CYPRESS_689B:
     case PCI_CHIP_CYPRESS_689E:
        screen->chip_family = CHIP_FAMILY_CYPRESS;
        screen->chip_flags = RADEON_CHIPSET_TCL;
@@ -1176,6 +1179,7 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
    case PCI_CHIP_BARTS_6729:
    case PCI_CHIP_BARTS_6738:
    case PCI_CHIP_BARTS_6739:
+   case PCI_CHIP_BARTS_673E:
        screen->chip_family = CHIP_FAMILY_BARTS;
        screen->chip_flags = RADEON_CHIPSET_TCL;
        break;