v3dv: initialize in_sync_bcl in our submits
authorIago Toral Quiroga <itoral@igalia.com>
Wed, 19 Feb 2020 11:28:21 +0000 (12:28 +0100)
committerMarge Bot <eric+marge@anholt.net>
Tue, 13 Oct 2020 21:21:27 +0000 (21:21 +0000)
commitea09600fe6ebb2b9bcc9f622da14dca3453359df
treea75fcb4728a97d590051424f2f4437e78eebcc3a
parent83554840a5afb371dc6560dbca16f9219c723ad2
v3dv: initialize in_sync_bcl in our submits

We were not doing this and that could lead to the kernel refusing the
job if this happened to be gargabe. Make it zero, meaning that we don't
want to keep our bin jobs waiting for anything.

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