commit | d27b1e0ec2a0a04770b2ebf70a2e01281ef93562 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <[email protected]> | Wed Dec 14 13:57:01 2011 +0100 |
committer | Daniel Vetter <[email protected]> | Sun Jan 29 17:44:52 2012 +0100 |
tree | ae66516518d413021346f18a4907153ce5b56e84 | |
parent | 96154f2faba540281073243d61108d1705d19c6d [diff] |
drm/i915: refactor ring error state capture to use arrays The code already got unwieldy and we want to dump more per-ring registers. Only functional change is that we now also capture the video ring registers on ilk. v2: fixup a refactor fumble spotted by Chris Wilson. Reviewed-by: Eugeni Dodonov <[email protected]> Reviewed-by: Chris Wilson <[email protected]> Signed-off-by: Ben Widawsky <[email protected]> Signed-off-by: Daniel Vetter <[email protected]>