summaryrefslogtreecommitdiff
path: root/lib/intel_chipset.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/intel_chipset.h')
-rw-r--r--lib/intel_chipset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h
index e70252a7..7ce09008 100644
--- a/lib/intel_chipset.h
+++ b/lib/intel_chipset.h
@@ -324,7 +324,8 @@
IS_GEN4(devid) || \
IS_GEN5(devid) || \
IS_GEN6(devid) || \
- IS_GEN7(devid))
+ IS_GEN7(devid) || \
+ IS_GEN8(devid))
#define IS_INTEL(devid) (IS_GEN2(devid) || \
IS_GEN3(devid) || \