v3dv: implement vkDeviceWaitIdle
authorIago Toral Quiroga <itoral@igalia.com>
Mon, 13 Jan 2020 07:53:26 +0000 (08:53 +0100)
committerMarge Bot <eric+marge@anholt.net>
Tue, 13 Oct 2020 21:21:26 +0000 (21:21 +0000)
commit0b08f83817456510eb4d3796acaf9b45731d036d
tree7e34df9490b11fae73a95511936b4fd14420c045
parent42791451244d58ab189c3a2bf757ce10bd0fdd26
v3dv: implement vkDeviceWaitIdle

This is really a hack, but it is better than not having anything. In the
future we should have a syncobject that we could wait on.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
src/broadcom/vulkan/v3dv_device.c
src/broadcom/vulkan/v3dv_private.h
src/broadcom/vulkan/v3dv_queue.c