summaryrefslogtreecommitdiff
path: root/lib/intel_chipset.h
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2016-04-29 17:43:58 +0300
committerJani Nikula <jani.nikula@intel.com>2016-05-03 11:19:32 +0300
commitc038518438e85f5f91a8608b062f8353d9b6dede (patch)
treef83b8d3008c2c217d9faacf4c5d3aaeec0cb7027 /lib/intel_chipset.h
parente279954f1eb2c5cf9234ebbc3c1de201013ca422 (diff)
lib/intel_chipset: drop unused IS_9XX()
It's also confusing as the style differs from the kernel (exact platform in the kernel vs. the platform and any later ones in igt). Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'lib/intel_chipset.h')
-rw-r--r--lib/intel_chipset.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h
index 4b406125..2f2e4352 100644
--- a/lib/intel_chipset.h
+++ b/lib/intel_chipset.h
@@ -477,14 +477,6 @@ void intel_check_pch(void);
IS_GEN8(devid) || \
IS_GEN9(devid))
-#define IS_9XX(devid) (IS_GEN3(devid) || \
- IS_GEN4(devid) || \
- IS_GEN5(devid) || \
- IS_GEN6(devid) || \
- IS_GEN7(devid) || \
- IS_GEN8(devid) || \
- IS_GEN9(devid))
-
#define IS_INTEL(devid) (IS_GEN2(devid) || \
IS_GEN3(devid) || \
IS_GEN4(devid) || \