]> Git Repo - linux.git/commit
drm/i915: Wait first for submission, before waiting for request completion
authorChris Wilson <[email protected]>
Fri, 28 Oct 2016 12:58:48 +0000 (13:58 +0100)
committerChris Wilson <[email protected]>
Fri, 28 Oct 2016 19:53:52 +0000 (20:53 +0100)
commit4680816be3362bdf6ac712cbdc6098c76febe78f
tree14e0bc98862f162bc235bd9dbb32af02f9f35775
parent3033acab07f95c089fb871896406657ad4000ed6
drm/i915: Wait first for submission, before waiting for request completion

In future patches, we will no longer be able to wait on a static global
seqno and instead have to break our wait up into phases. First we wait
for the global seqno assignment (upon submission to hardware), and once
submitted we wait for the hardware to complete.

Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Joonas Lahtinen <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_gem_request.c
This page took 0.04784 seconds and 4 git commands to generate.