]> 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)
commit8e40983dec63300013ff5755c36e3ac455e351a5
tree745b102ef3ae459ace55a51f08977664615e7cc0
parent4776f3529d6b1e47f02904ad1d264d25ea22b27b
drm/i915/selftests: Fixup a couple of missing serialisation with vma

In commit 70d6894d1456 ("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