Re: [Intel-gfx] [PATCH 5/6] drm/i915: refactor ring error state capture to use arrays

2011-10-11 Thread Chris Wilson
On Tue, 11 Oct 2011 16:39:13 +0200, Daniel Vetter wrote: > The code already got unwindy and we want to dump more per-ring ^ unwieldly > registers. > > Only functional change is that we now also capture the video > ring registers on ilk. > > Signed-off-by: Daniel Vetter

[Intel-gfx] [PATCH 5/6] drm/i915: refactor ring error state capture to use arrays

2011-10-11 Thread Daniel Vetter
The code already got unwindy and we want to dump more per-ring registers. Only functional change is that we now also capture the video ring registers on ilk. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/i915_debugfs.c | 55 +--- drivers/gpu/drm/i915/i915_drv.h