]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Include HW status page in error capture
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 23 Jan 2014 22:40:36 +0000 (22:40 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 27 Jan 2014 16:16:40 +0000 (17:16 +0100)
commit9e0bf2d0f3ab56bcba86f28a7419bf5581f68b58
treecf841836821de2f34b5aa1ab46e5c33814bbc70d
parent255a4ca88056a88fdc00bdca2fcac6c9c5e0e603
drm/i915: Include HW status page in error capture

Many times in the past we have concluded that the cause of the GPU hang
has been that the hw status page was stale, usually because the GPU and
CPU disagreed over the address of the page. Having stumbled across yet
another issue that seems to be related to the HWSP, it is time to
include that information in the GPU error dump.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gpu_error.c