commit | 1d762aad7bcc93ae739008e98a9dc8e5cbce565e | [log] [tgz] |
---|---|---|
author | Ben Widawsky <benjamin.widawsky@intel.com> | Thu Jan 30 00:19:35 2014 -0800 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jan 30 12:58:29 2014 +0100 |
tree | 6b0847386dbaa2b24402bd7695603f0f10fb581d | |
parent | e515b47e5646154448e46231d811919d93923da5 [diff] |
drm/i915: Extract register state error capture The code has become quite hairy. By relocating all the generic registers it will become more obvious where future ones should go. There is still admittedly a bit of confusion left for things like per ring registers. A subsequent patch will clean this function up. Signed-off-by: Ben Widawsky <ben@bwidawsk.net> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>