]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Reorder await_execution before await_request
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 26 May 2020 09:07:52 +0000 (10:07 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 27 May 2020 08:07:45 +0000 (09:07 +0100)
commit25ebc33450b7008696d67f96a5b6805d30983d32
treebcfe5903a83f6f5498af0a92f4a22e1321785b12
parentebde8fb3b41ab1778a1150a4830de9446501ef38
drm/i915: Reorder await_execution before await_request

Reorder the code so that we can reuse the await_execution from a special
case in await_request in the next patch.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200526090753.11329-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_request.c