Re: [Intel-gfx] [PATCH v2 11/16] drm/i915: add reset_state for hw_contexts

2013-03-15 Thread Chris Wilson
On Thu, Mar 14, 2013 at 05:52:12PM +0200, Mika Kuoppala wrote: > For arb-robustness, every context needs to have it's own > reset state tracking. Default context will be handled in a identical > way as the no-context case in further down in the patch set. > For no-context case, the reset state will

[Intel-gfx] [PATCH v2 11/16] drm/i915: add reset_state for hw_contexts

2013-03-14 Thread Mika Kuoppala
For arb-robustness, every context needs to have it's own reset state tracking. Default context will be handled in a identical way as the no-context case in further down in the patch set. For no-context case, the reset state will be stored in the file_priv part. v2: handle default context inside ge