Add pci id for FirePro 2270
authorKostas Georgiou <georgiou@opengamma.com>
Fri, 6 May 2011 16:44:24 +0000 (17:44 +0100)
committerAlex Deucher <alexdeucher@gmail.com>
Fri, 6 May 2011 17:03:40 +0000 (13:03 -0400)
Signed-off-by: Kostas Georgiou <georgiou@opengamma.com>
src/egl/drivers/dri2/platform_drm.c
src/gallium/winsys/r600/drm/radeon_pciid.c
src/mesa/drivers/dri/radeon/radeon_chipset.h
src/mesa/drivers/dri/radeon/radeon_screen.c

index f501775..68912e3 100644 (file)
@@ -488,6 +488,7 @@ const int r600_chip_ids[] = {
    0x68E8, /* PCI_CHIP_CEDAR_68E8 */
    0x68E9, /* PCI_CHIP_CEDAR_68E9 */
    0x68F1, /* PCI_CHIP_CEDAR_68F1 */
+   0x68F2, /* PCI_CHIP_CEDAR_68F2 */
    0x68F8, /* PCI_CHIP_CEDAR_68F8 */
    0x68F9, /* PCI_CHIP_CEDAR_68F9 */
    0x68FE, /* PCI_CHIP_CEDAR_68FE */
index 455fb51..35db37a 100644 (file)
@@ -206,6 +206,7 @@ static const struct pci_id radeon_pci_id[] = {
        {0x1002, 0x68e8, CHIP_CEDAR},
        {0x1002, 0x68e9, CHIP_CEDAR},
        {0x1002, 0x68f1, CHIP_CEDAR},
+       {0x1002, 0x68f2, CHIP_CEDAR},
        {0x1002, 0x68f8, CHIP_CEDAR},
        {0x1002, 0x68f9, CHIP_CEDAR},
        {0x1002, 0x68fe, CHIP_CEDAR},
index dd50202..9145023 100644 (file)
 #define PCI_CHIP_CEDAR_68E8             0x68E8
 #define PCI_CHIP_CEDAR_68E9             0x68E9
 #define PCI_CHIP_CEDAR_68F1             0x68F1
+#define PCI_CHIP_CEDAR_68F2             0x68F2
 #define PCI_CHIP_CEDAR_68F8             0x68F8
 #define PCI_CHIP_CEDAR_68F9             0x68F9
 #define PCI_CHIP_CEDAR_68FE             0x68FE
index 3ee5050..6449229 100644 (file)
@@ -1106,6 +1106,7 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
     case PCI_CHIP_CEDAR_68E8:
     case PCI_CHIP_CEDAR_68E9:
     case PCI_CHIP_CEDAR_68F1:
+    case PCI_CHIP_CEDAR_68F2:
     case PCI_CHIP_CEDAR_68F8:
     case PCI_CHIP_CEDAR_68F9:
     case PCI_CHIP_CEDAR_68FE: