mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 01:16:18 +00:00
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:
parent
a8221a53ec
commit
068c21b56b
@ -324,7 +324,8 @@
|
|||||||
IS_GEN4(devid) || \
|
IS_GEN4(devid) || \
|
||||||
IS_GEN5(devid) || \
|
IS_GEN5(devid) || \
|
||||||
IS_GEN6(devid) || \
|
IS_GEN6(devid) || \
|
||||||
IS_GEN7(devid))
|
IS_GEN7(devid) || \
|
||||||
|
IS_GEN8(devid))
|
||||||
|
|
||||||
#define IS_INTEL(devid) (IS_GEN2(devid) || \
|
#define IS_INTEL(devid) (IS_GEN2(devid) || \
|
||||||
IS_GEN3(devid) || \
|
IS_GEN3(devid) || \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user