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@xxxxxxxxx> --- lib/intel_chipset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h index bccbb8e..3c66744 100644 --- a/lib/intel_chipset.h +++ b/lib/intel_chipset.h @@ -420,7 +420,7 @@ void intel_check_pch(void); IS_GEN6(devid) || \ IS_IVYBRIDGE(devid) || IS_HASWELL(devid) || \ IS_BROADWELL(devid) || \ - IS_GEN9(devid)) + IS_SKYLAKE(devid)) #define HAS_BLT_RING(devid) (IS_GEN6(devid) || \ IS_GEN7(devid) || \ -- 2.1.0 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx