mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
lib/intel_chipset: drop unused IS_9XX()
It's also confusing as the style differs from the kernel (exact platform in the kernel vs. the platform and any later ones in igt). Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
e279954f1e
commit
c038518438
@ -477,14 +477,6 @@ void intel_check_pch(void);
|
||||
IS_GEN8(devid) || \
|
||||
IS_GEN9(devid))
|
||||
|
||||
#define IS_9XX(devid) (IS_GEN3(devid) || \
|
||||
IS_GEN4(devid) || \
|
||||
IS_GEN5(devid) || \
|
||||
IS_GEN6(devid) || \
|
||||
IS_GEN7(devid) || \
|
||||
IS_GEN8(devid) || \
|
||||
IS_GEN9(devid))
|
||||
|
||||
#define IS_INTEL(devid) (IS_GEN2(devid) || \
|
||||
IS_GEN3(devid) || \
|
||||
IS_GEN4(devid) || \
|
||||
|
Loading…
x
Reference in New Issue
Block a user