mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
chipset: IS_I9XX macro
This isnt useful in IGT, but it will allow us to keep the merge process with libdrm simpler. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
41b5fbfd60
commit
f20ac4c8a1
@ -301,6 +301,12 @@
|
||||
IS_GEN6(devid) || \
|
||||
IS_GEN7(devid))
|
||||
|
||||
#define IS_9XX(devid) (IS_GEN3(devid) || \
|
||||
IS_GEN4(devid) || \
|
||||
IS_GEN5(devid) || \
|
||||
IS_GEN6(devid) || \
|
||||
IS_GEN7(devid))
|
||||
|
||||
#define IS_INTEL(devid) (IS_GEN2(devid) || \
|
||||
IS_GEN3(devid) || \
|
||||
IS_GEN4(devid) || \
|
||||
|
Loading…
x
Reference in New Issue
Block a user