Re: [Intel-gfx] [PATCH] drm/i915/execlists: Detect an out-of-order context switch

2017-02-24 Thread Chris Wilson
On Fri, Feb 24, 2017 at 02:49:25PM +0200, Mika Kuoppala wrote: > Chris Wilson writes: > > > We require that the request is completed before the context is switched > > away. > > > > Signed-off-by: Chris Wilson > > Reviewed-by: Mika Kuoppala Thanks, I hope this will help catch problems (sloppy

Re: [Intel-gfx] [PATCH] drm/i915/execlists: Detect an out-of-order context switch

2017-02-24 Thread Mika Kuoppala
Chris Wilson writes: > We require that the request is completed before the context is switched > away. > > Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/intel_lrc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/i915/intel_lrc.c

[Intel-gfx] [PATCH] drm/i915/execlists: Detect an out-of-order context switch

2017-02-23 Thread Chris Wilson
We require that the request is completed before the context is switched away. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_lrc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/i915/intel_lrc.c b/drivers/gpu/drm/i915/intel_lrc.c index 8b64af63f914..a331fd36992f