Re: [Intel-gfx] [PATCH 1/3] drm/i915: Add error_recovery option to i915_handle_error

2014-10-30 Thread Mika Kuoppala
Chris Wilson writes: > On Thu, Oct 23, 2014 at 08:35:22PM +0300, Mika Kuoppala wrote: >> So that we gain more fine grained control how we want >> to do the recovery. The aim is to grab the gpu state and >> skip everything related to recovery. > > Can you please explain what it is you want to acco

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Add error_recovery option to i915_handle_error

2014-10-25 Thread Chris Wilson
On Thu, Oct 23, 2014 at 08:35:22PM +0300, Mika Kuoppala wrote: > So that we gain more fine grained control how we want > to do the recovery. The aim is to grab the gpu state and > skip everything related to recovery. Can you please explain what it is you want to accomplish? If you only want to do

[Intel-gfx] [PATCH 1/3] drm/i915: Add error_recovery option to i915_handle_error

2014-10-24 Thread Mika Kuoppala
So that we gain more fine grained control how we want to do the recovery. The aim is to grab the gpu state and skip everything related to recovery. Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/i915_drv.h | 9 - drivers/gpu/drm/i915/i915_irq.c | 28 +++-