]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commitf3ce3821393e31a3f1a8ca6c24eb2d735a428445
treecf841836821de2f34b5aa1ab46e5c33814bbc70d
parent42c3b603da89d888004f41095d786b593aa6f2b3
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