drm/i915: Test request ordering between engines
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 13 Feb 2017 17:15:26 +0000 (17:15 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 13 Feb 2017 20:45:40 +0000 (20:45 +0000)
commit97b592b11a262356079aaa66eeb97c077515212c
treeacc540461c57b753df9dbab6c6150ce9d415ed91
parentcf8be13df2ce232ccf0a7a7220613b476f7fedfa
drm/i915: Test request ordering between engines

A request on one engine with a dependency on a request on another engine
must wait for completion of the first request before starting.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170213171558.20942-15-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/selftests/i915_gem_request.c