mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
lib/intel_chipset: fix HAS_PCH_SPLIT on GEN9
In the next patch we'll add support for BXT which is GEN9, but doesn't have PCH, so fix the macro accordingly. No functional change. Signed-off-by: Imre Deak <imre.deak@intel.com>
This commit is contained in:
parent
f0cbfb64df
commit
6cd0ea090c
@ -420,7 +420,7 @@ void intel_check_pch(void);
|
|||||||
IS_GEN6(devid) || \
|
IS_GEN6(devid) || \
|
||||||
IS_IVYBRIDGE(devid) || IS_HASWELL(devid) || \
|
IS_IVYBRIDGE(devid) || IS_HASWELL(devid) || \
|
||||||
IS_BROADWELL(devid) || \
|
IS_BROADWELL(devid) || \
|
||||||
IS_GEN9(devid))
|
IS_SKYLAKE(devid))
|
||||||
|
|
||||||
#define HAS_BLT_RING(devid) (IS_GEN6(devid) || \
|
#define HAS_BLT_RING(devid) (IS_GEN6(devid) || \
|
||||||
IS_GEN7(devid) || \
|
IS_GEN7(devid) || \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user