Re: [Intel-gfx] [PATCH 2/2] drm/i915: Record the position of the request upon error

2012-02-10 Thread Eugeni Dodonov
On Wed, Feb 8, 2012 at 18:09, Chris Wilson wrote: > So that we can tally the request against the command sequence in the > ringbuffer, or merely jump to the interesting locations. > > Signed-off-by: Chris Wilson > For both patches: Reviewed-by: Eugeni Dodonov -- Eugeni Dodonov

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Record the position of the request upon error

2012-02-08 Thread Daniel Vetter
On Wed, Feb 08, 2012 at 08:09:28PM +, Chris Wilson wrote: > So that we can tally the request against the command sequence in the > ringbuffer, or merely jump to the interesting locations. > > Signed-off-by: Chris Wilson I like the level of paranoia this is approaching ;-) Reviewed-by: Daniel

[Intel-gfx] [PATCH 2/2] drm/i915: Record the position of the request upon error

2012-02-08 Thread Chris Wilson
So that we can tally the request against the command sequence in the ringbuffer, or merely jump to the interesting locations. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_debugfs.c |5 +++-- drivers/gpu/drm/i915/i915_drv.h |1 + drivers/gpu/drm/i915/i915_irq.c |1