[Intel-gfx] [PATCH 2/2] intel: Remove Ironlake from IS_GEN4 macro.
Kenneth Graunke
kenneth at whitecape.org
Tue Feb 21 21:59:38 CET 2012
Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
---
intel/intel_chipset.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h
index e3a30fc..1b6e357 100644
--- a/intel/intel_chipset.h
+++ b/intel/intel_chipset.h
@@ -96,8 +96,6 @@
dev == 0x2E22 || \
dev == 0x2E32 || \
dev == 0x2E42 || \
- dev == 0x0042 || \
- dev == 0x0046 || \
IS_I965GM(dev) || \
IS_G4X(dev))
--
1.7.7.6
More information about the Intel-gfx
mailing list