Re: [Intel-gfx] [PATCH 6/9] drm/i915/gen12: Invalidate indirect state pointers

2020-05-05 Thread D Scott Phillips
Mika Kuoppala writes: > Aim for completeness for invalidating everything > and mark state pointers stale. > > Signed-off-by: Mika Kuoppala nak, this breaks iris. indirect state disable removes push constant state from the render context, not just invalidating it emphemerally. iris is depending

Re: [Intel-gfx] [PATCH 6/9] drm/i915/gen12: Invalidate indirect state pointers

2020-05-03 Thread Chris Wilson
Quoting Mika Kuoppala (2020-04-30 16:47:32) > Aim for completeness for invalidating everything > and mark state pointers stale. > > Signed-off-by: Mika Kuoppala There's a confusing mention that the indirect state pointers are not saved in the context... But we still need to invalidate if we rebi

[Intel-gfx] [PATCH 6/9] drm/i915/gen12: Invalidate indirect state pointers

2020-04-30 Thread Mika Kuoppala
Aim for completeness for invalidating everything and mark state pointers stale. Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/gt/intel_lrc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/i915/gt/intel_lrc.c b/drivers/gpu/drm/i915/gt/intel_lrc.c index b47230583494..