Chris Wilson <chris@xxxxxxxxxxxxxxxxxx> writes: > More pruning away of features until we have a stable system and a basis > for debugging what's missing. > > Signed-off-by: Chris Wilson <chris@xxxxxxxxxxxxxxxxxx> > Cc: Mika Kuoppala <mika.kuoppala@xxxxxxxxxxxxxxx> > --- > 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 9236fccb3a83..ee9a7959204c 100644 > --- a/drivers/gpu/drm/i915/i915_pci.c > +++ b/drivers/gpu/drm/i915/i915_pci.c > @@ -799,6 +799,7 @@ static const struct intel_device_info intel_tigerlake_12_info = { > BIT(RCS0) | BIT(BCS0) | BIT(VECS0) | BIT(VCS0) | BIT(VCS2), > .has_rc6 = false, /* XXX disabled for debugging */ > .has_logical_ring_preemption = false, /* XXX disabled for debugging */ > + .engine_mask = BIT(RCS0), /* XXX reduced for debugging */ Yeah, that will do. I have tried to find a pairing that works. It is either gttfill or gem_sync depending on pair. We yearn for coverage so, Acked-by: Mika Kuoppala <mika.kuoppala@xxxxxxxxxxxxxxx> > }; > > #undef GEN > -- > 2.23.0 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx