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>
This commit is contained in:
Damien Lespiau 2013-02-14 15:32:30 +00:00 committed by Ben Widawsky
parent a8221a53ec
commit 068c21b56b

View File

@ -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) || \