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

2013-03-05 Thread Daniel Vetter
On Mon, Mar 04, 2013 at 05:00:29PM -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

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

2013-03-04 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.