]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Record ring->start address in error state
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 7 Apr 2015 15:20:47 +0000 (16:20 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 10 Apr 2015 06:56:07 +0000 (08:56 +0200)
commit0b74a6413bbe30ce2bca88a256eed98200531f36
tree1925dfa70ce75bd02019a652eb05a26eeebbfc8b
parent468eaabefdb69f56a81cfbaa462c8e82dcb2323a
drm/i915: Record ring->start address in error state

This is mostly useful for execlists where the rings switch between
contexts (and so checking that the ring's start register matches the
context is important).

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gpu_error.c