]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Get VECS semaphore info on error
authorBen Widawsky <benjamin.widawsky@intel.com>
Mon, 12 Aug 2013 23:53:04 +0000 (16:53 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 13 Aug 2013 21:12:17 +0000 (23:12 +0200)
commit4eb1201d866d42a3662913ca9d6493ebdeb32686
treed75909b012afffaeb86c77eb899f849573089b09
parentd6fc62c1699f4331c6b05a4b82a7796f8d281af3
drm/i915: Get VECS semaphore info on error

Ideally we could use for_each_ring with the ring flags as I've done a
couple times
(http://lists.freedesktop.org/archives/intel-gfx/2013-June/029450.html).
Until Daniel merges that patch though, we can just use this.

Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gpu_error.c