Re: [Intel-gfx] [PATCH 12/15] drm/i915: Extract semaphore error collection

2013-12-17 Thread Ben Widawsky
On Tue, Dec 17, 2013 at 07:14:27PM +, Chris Wilson wrote: > On Mon, Dec 16, 2013 at 08:50:48PM -0800, Ben Widawsky wrote: > > Refactoring semaphore error state capture in preparation for future > hardware support. > > > Signed-off-by: Ben Widawsky > > A trivial explanation for a trivial pat

Re: [Intel-gfx] [PATCH 12/15] drm/i915: Extract semaphore error collection

2013-12-17 Thread Chris Wilson
On Mon, Dec 16, 2013 at 08:50:48PM -0800, Ben Widawsky wrote: Refactoring semaphore error state capture in preparation for future hardware support. > Signed-off-by: Ben Widawsky A trivial explanation for a trivial patch is better than none. :) -Chris -- Chris Wilson, Intel Open Source Technol

[Intel-gfx] [PATCH 12/15] drm/i915: Extract semaphore error collection

2013-12-16 Thread Ben Widawsky
Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gpu_error.c | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gpu_error.c b/drivers/gpu/drm/i915/i915_gpu_error.c index a577640..ebdc8a7 100644 --- a/drivers/gp