Re: [Intel-gfx] [PATCH] drm/i915: Decouple GPU error reporting from ring initialisation

2014-01-27 Thread Daniel Vetter
On Mon, Jan 27, 2014 at 04:05:24PM +0200, Ville Syrjälä wrote: > On Mon, Jan 27, 2014 at 01:52:34PM +, Chris Wilson wrote: > > Currently we report through our error state only the rings that have > > been initialised (as detected by ring->obj). This check is done after > > the GPU reset and rin

Re: [Intel-gfx] [PATCH] drm/i915: Decouple GPU error reporting from ring initialisation

2014-01-27 Thread Ville Syrjälä
On Mon, Jan 27, 2014 at 01:52:34PM +, Chris Wilson wrote: > Currently we report through our error state only the rings that have > been initialised (as detected by ring->obj). This check is done after > the GPU reset and ring re-initialisation, which means that the software > state may not be t

[Intel-gfx] [PATCH] drm/i915: Decouple GPU error reporting from ring initialisation

2014-01-27 Thread Chris Wilson
Currently we report through our error state only the rings that have been initialised (as detected by ring->obj). This check is done after the GPU reset and ring re-initialisation, which means that the software state may not be the same as when we captured the hardware error and we may not print ou

Re: [Intel-gfx] [PATCH] drm/i915: Decouple GPU error reporting from ring initialisation

2014-01-24 Thread Ville Syrjälä
On Fri, Jan 24, 2014 at 11:55:21AM +, Chris Wilson wrote: > On Fri, Jan 24, 2014 at 01:50:25PM +0200, Ville Syrjälä wrote: > > On Thu, Jan 23, 2014 at 09:49:43PM +, Chris Wilson wrote: > > > Currently we report through our error state only the rings that have > > > been initialised (as dete

Re: [Intel-gfx] [PATCH] drm/i915: Decouple GPU error reporting from ring initialisation

2014-01-24 Thread Chris Wilson
On Fri, Jan 24, 2014 at 01:50:25PM +0200, Ville Syrjälä wrote: > On Thu, Jan 23, 2014 at 09:49:43PM +, Chris Wilson wrote: > > Currently we report through our error state only the rings that have > > been initialised (as detected by ring->obj). This check is done after > > the GPU reset and rin

Re: [Intel-gfx] [PATCH] drm/i915: Decouple GPU error reporting from ring initialisation

2014-01-24 Thread Ville Syrjälä
On Thu, Jan 23, 2014 at 09:49:43PM +, Chris Wilson wrote: > Currently we report through our error state only the rings that have > been initialised (as detected by ring->obj). This check is done after > the GPU reset and ring re-initialisation, which means that the software > state may not be t

[Intel-gfx] [PATCH] drm/i915: Decouple GPU error reporting from ring initialisation

2014-01-23 Thread Chris Wilson
Currently we report through our error state only the rings that have been initialised (as detected by ring->obj). This check is done after the GPU reset and ring re-initialisation, which means that the software state may not be the same as when we captured the hardware error and we may not print ou