]> git.proxmox.com Git - mirror_ubuntu-hirsute-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)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Mon, 1 Jun 2020 12:22:05 +0000 (15:22 +0300)
commitdd873dd51d8d7868887048545d48befdd6bea7ad
tree084896c6fcc442b191a3bcc938000b5fb76792cd
parent757a9395f33c51c4e6eff2c7c0fbd50226a58224
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
(cherry picked from commit ffb0c600c240103f6f34e07892a7e0a75502b243)
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/i915_request.c