diff options
author | Ian Romanick <[email protected]> | 2015-03-05 11:26:53 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2015-03-09 14:09:21 -0700 |
commit | 85df48b45a3bdc8c25b37b243a9f2a2398fc9e24 (patch) | |
tree | 4828126d3f1122058ba242c99dbe2778e9e5888b /src/mesa/drivers | |
parent | 07a062997a3e1c12ad0e07a7d3f07340689612b8 (diff) |
i915: Remove unused IS_GEN2 macro
Inspired by Damien's recent libdrm changes.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Damien Lespiau <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/i915/intel_chipset.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/i915/intel_chipset.h b/src/mesa/drivers/dri/i915/intel_chipset.h index d33a80f7637..7523ab77421 100644 --- a/src/mesa/drivers/dri/i915/intel_chipset.h +++ b/src/mesa/drivers/dri/i915/intel_chipset.h @@ -62,8 +62,3 @@ devid == PCI_CHIP_E7221_G || \ devid == PCI_CHIP_I915_GM || \ IS_945(devid)) - -#define IS_GEN2(devid) (devid == PCI_CHIP_I830_M || \ - devid == PCI_CHIP_845_G || \ - devid == PCI_CHIP_I855_GM || \ - devid == PCI_CHIP_I865_G) |