[Intel-gfx] [PATCH 23/70] drm/i915: Record ring->start address in error state

2015-04-07 Thread Chris Wilson
This is mostly useful for execlists where the rings switch between contexts (and so checking that the ring's start register matches the context is important). Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_drv.h | 1 + drivers/gpu/drm/i915/i915_gpu_error.c | 10 ++ 2 fi

Re: [Intel-gfx] [PATCH 23/70] drm/i915: Record ring->start address in error state

2015-04-08 Thread Daniel Vetter
On Tue, Apr 07, 2015 at 04:20:47PM +0100, Chris Wilson wrote: > This is mostly useful for execlists where the rings switch between > contexts (and so checking that the ring's start register matches the > context is important). > > Signed-off-by: Chris Wilson Queued for -next, thanks for the patc