From: Daniel Vetter Date: Wed, 14 Dec 2011 12:57:39 +0000 (+0100) Subject: drm/i915: add per-ring fault reg to error_state X-Git-Tag: v3.4-rc1~143^2~89^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33f3f518fbb65d86f163083b74823e8bbe561bfc;p=pandora-kernel.git drm/i915: add per-ring fault reg to error_state This was pretty handy when figuring out what exactly went wrong with ppgtt and it might also be useful when we stop filling the entire gart with scratch page entries. Also add the gen6+ DONE reg while at it. v2: Chris Wilson suggested to allocate the error_state with kzalloc for better paranoia. Also kill existing spurious clears of the error_state while at it. Reviewed-by: Ben Widawsky Reviewed-by: Eugeni Dodonov Signed-Off-by: Daniel Vetter --- Reading git-diff-tree failed