Our pre-emption support on Icelake is broken on all kernels, so disable until resolved.
Reported-by: Jason Ekstrand <[email protected]> Closes: https://gitlab.freedesktop.org/drm/intel/issues/809 Signed-off-by: Chris Wilson <[email protected]> Cc: Joonas Lahtinen <[email protected]> Cc: Jon Bloomfield <[email protected]> Cc: Jason Ekstrand <[email protected]> --- drivers/gpu/drm/i915/i915_pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c index 83f01401b8b5..67f3b4dbac7b 100644 --- a/drivers/gpu/drm/i915/i915_pci.c +++ b/drivers/gpu/drm/i915/i915_pci.c @@ -782,6 +782,7 @@ static const struct intel_device_info icl_info = { PLATFORM(INTEL_ICELAKE), .engine_mask = BIT(RCS0) | BIT(BCS0) | BIT(VECS0) | BIT(VCS0) | BIT(VCS2), + .has_logical_ring_preemption = 0, }; static const struct intel_device_info ehl_info = { -- 2.25.0.rc2 _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
