[Intel-gfx] [PATCH 3/3] [v2] drm/i915: Capture current context on error

2013-02-24 Thread Ben Widawsky
On error, this represents the state of the currently running context at the time it was loaded. Unfortunately, since we're hung and can't switch out the context this may not tell us too much about the most current state of the context, but does give clues about what has happened since loading. Th

Re: [Intel-gfx] [PATCH 3/3] [v2] drm/i915: Capture current context on error

2013-02-25 Thread Chris Wilson
On Sun, Feb 24, 2013 at 06:10:02PM -0800, Ben Widawsky wrote: > On error, this represents the state of the currently running context at > the time it was loaded. > > Unfortunately, since we're hung and can't switch out the context this > may not tell us too much about the most current state of the

Re: [Intel-gfx] [PATCH 3/3] [v2] drm/i915: Capture current context on error

2013-03-04 Thread Daniel Vetter
On Sun, Feb 24, 2013 at 06:10:02PM -0800, Ben Widawsky wrote: > On error, this represents the state of the currently running context at > the time it was loaded. > > Unfortunately, since we're hung and can't switch out the context this > may not tell us too much about the most current state of the