mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-12 00:43:04 +00:00
Fix typo excluding Ironlake from IS_INTEL
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
+1
-1
@@ -147,7 +147,7 @@
|
||||
#define IS_INTEL(devid) (IS_GEN2(devid) || \
|
||||
IS_GEN3(devid) || \
|
||||
IS_GEN4(devid) || \
|
||||
IS_GEN4(devid) || \
|
||||
IS_GEN5(devid) || \
|
||||
IS_GEN6(devid))
|
||||
|
||||
#define HAS_PCH_SPLIT(devid) (IS_GEN5(devid) || \
|
||||
|
||||
Reference in New Issue
Block a user