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)
commitffb0c600c240103f6f34e07892a7e0a75502b243
treebcfe5903a83f6f5498af0a92f4a22e1321785b12
parent22da5d846d54dd13183b57874b9d5611d583d7c8
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