[Intel-gfx] [PATCH] drm/i915: add 'reset' parameter

2010-12-15 Thread Zhenyu Wang
Useful for debugging hang bug that not require GPU auto reset, to grab INSTDONE bits and make aub dump life easy. Signed-off-by: Zhenyu Wang --- drivers/gpu/drm/i915/i915_drv.c |3 +++ drivers/gpu/drm/i915/i915_drv.h |1 + drivers/gpu/drm/i915/i915_irq.c |2 +- 3 files changed, 5 ins

Re: [Intel-gfx] [PATCH] drm/i915: add reset parameter

2010-12-16 Thread Chris Wilson
On Thu, 16 Dec 2010 13:29:09 +0800, Zhenyu Wang wrote: > Useful for debugging hang bug that not require GPU auto reset, > to grab INSTDONE bits and make aub dump life easy. That has the minor side-effect of causing the driver to hang. What aub dump? We need to improve the error state capture any

Re: [Intel-gfx] [PATCH] drm/i915: add reset parameter

2010-12-16 Thread Eric Anholt
On Thu, 16 Dec 2010 09:51:51 +, Chris Wilson wrote: > On Thu, 16 Dec 2010 13:29:09 +0800, Zhenyu Wang > wrote: > > Useful for debugging hang bug that not require GPU auto reset, > > to grab INSTDONE bits and make aub dump life easy. > > That has the minor side-effect of causing the driver

Re: [Intel-gfx] [PATCH] drm/i915: add "reset" parameter

2010-12-23 Thread Chris Wilson
On Thu, 16 Dec 2010 13:29:09 +0800, Zhenyu Wang wrote: > Useful for debugging hang bug that not require GPU auto reset, > to grab INSTDONE bits and make aub dump life easy. I pushed an alternate version of this patch to -next. Thanks, -Chris -- Chris Wilson, Intel Open Source Technology Centre