turnip: set MSM_SUBMIT_SYNCOBJ_RESET for submit pWaitSemaphores

From VK spec:

"the act of waiting for a binary semaphore also unsignals that semaphore"

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6719>
This commit is contained in:
Jonathan Marek 2020-09-28 22:40:51 -04:00 committed by Marge Bot
parent 2a3f6e0267
commit 1dfb5a93d2
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ tu_QueueSubmit(VkQueue _queue,
continue;
in_syncobjs[nr_in_syncobjs++] = (struct drm_msm_gem_submit_syncobj) {
.handle = part->syncobj,
.flags = 0,
.flags = MSM_SUBMIT_SYNCOBJ_RESET,
};
}