Re: [Intel-gfx] [PATCH] drm/i915: Assert that we don't submit to execlists whilst a preempt is pending

2017-01-23 Thread Mika Kuoppala
Chris Wilson writes: > To complement the check in execlists_elsp_ready(), also assert that we > don't submit the same context while it has a lite restore still pending. > > Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala

[Intel-gfx] [PATCH] drm/i915: Assert that we don't submit to execlists whilst a preempt is pending

2017-01-23 Thread Chris Wilson
To complement the check in execlists_elsp_ready(), also assert that we don't submit the same context while it has a lite restore still pending. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_lrc.c | 1 + 1 file changed, 1 insertion(+) diff --git