i965: Remove redundant Gen3 PCI IDs.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 21 Jun 2013 22:18:46 +0000 (15:18 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 28 Jun 2013 20:35:26 +0000 (13:35 -0700)
Acked-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/intel_context.h

index 8c8a6e76a42654dd09b7b984adb69e880cca41e9..12f093319299227f50745d0d796d30544cf29459 100644 (file)
@@ -404,20 +404,6 @@ extern int INTEL_DEBUG;
    }                                                            \
 } while (0)
 
-#define PCI_CHIP_845_G                 0x2562
-#define PCI_CHIP_I830_M                        0x3577
-#define PCI_CHIP_I855_GM               0x3582
-#define PCI_CHIP_I865_G                        0x2572
-#define PCI_CHIP_I915_G                        0x2582
-#define PCI_CHIP_I915_GM               0x2592
-#define PCI_CHIP_I945_G                        0x2772
-#define PCI_CHIP_I945_GM               0x27A2
-#define PCI_CHIP_I945_GME              0x27AE
-#define PCI_CHIP_G33_G                 0x29C2
-#define PCI_CHIP_Q35_G                 0x29B2
-#define PCI_CHIP_Q33_G                 0x29D2
-
-
 /* ================================================================
  * intel_context.c:
  */