mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
Fix typo excluding Ironlake from IS_INTEL
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
74895a2344
commit
0e50b972de
@ -147,7 +147,7 @@
|
|||||||
#define IS_INTEL(devid) (IS_GEN2(devid) || \
|
#define IS_INTEL(devid) (IS_GEN2(devid) || \
|
||||||
IS_GEN3(devid) || \
|
IS_GEN3(devid) || \
|
||||||
IS_GEN4(devid) || \
|
IS_GEN4(devid) || \
|
||||||
IS_GEN4(devid) || \
|
IS_GEN5(devid) || \
|
||||||
IS_GEN6(devid))
|
IS_GEN6(devid))
|
||||||
|
|
||||||
#define HAS_PCH_SPLIT(devid) (IS_GEN5(devid) || \
|
#define HAS_PCH_SPLIT(devid) (IS_GEN5(devid) || \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user