anv: don't wait for completion of work on vkQueuePresent()
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Mon, 22 Feb 2021 16:41:24 +0000 (18:41 +0200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 22 Feb 2021 21:43:05 +0000 (21:43 +0000)
commit02f94c33066eff9e5de2077230affab1a1f3d063
tree64e84b61540c2bf21f2a2393a10adf9fb4389b4c
parentcb74cd816c0a0b1d6a715585414f8518cefbba5a
anv: don't wait for completion of work on vkQueuePresent()

Another mistake which is that we don't use the right wait API.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 829699ba632b2b ("anv: implement shareable timeline semaphores")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4276
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9188>
src/intel/vulkan/anv_wsi.c