]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/selftests: Fixup a couple of missing serialisation with vma
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 21 Aug 2019 19:38:51 +0000 (20:38 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 21 Aug 2019 21:21:57 +0000 (22:21 +0100)
commit042a10780bd4d89e1eb148ea225763019368febd
tree745b102ef3ae459ace55a51f08977664615e7cc0
parent00684caeea740c183069a67e7c92072420077e01
drm/i915/selftests: Fixup a couple of missing serialisation with vma

In commit d371523aa4ec ("drm/i915: Serialize against vma moves")
I managed to miss a couple of i915_vma_move_to_active() that had not
serialised against an async vma pinning. Add the missing
i915_request_await.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190821193851.18232-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/selftests/i915_request.c
drivers/gpu/drm/i915/selftests/igt_spinner.c