summaryrefslogtreecommitdiff
path: root/lib/intel_chipset.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-02-14 15:32:30 +0000
committerBen Widawsky <benjamin.widawsky@intel.com>2013-11-06 09:34:35 -0800
commit068c21b56b710e20215e2c2e515ac072b6affb9c (patch)
treef8f35924e25a36c870351fe9db1fcca8ca44bb85 /lib/intel_chipset.h
parenta8221a53ecd295747c00f41b1cd6dbd15eec6b93 (diff)
bdw: Add gen8 to the IS_9XX() macro
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
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) || \