mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 18:20:23 +01:00
venus: vn_GetFenceFdKHR no need to block wait
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39283>
This commit is contained in:
parent
6b3686f49b
commit
37b95dc8d6
1 changed files with 0 additions and 5 deletions
|
|
@ -1966,11 +1966,6 @@ vn_GetFenceFdKHR(VkDevice device,
|
|||
|
||||
vn_sync_payload_release(dev, &fence->temporary);
|
||||
fence->payload = &fence->permanent;
|
||||
|
||||
#ifdef VN_USE_WSI_PLATFORM
|
||||
if (!dev->renderer->info.has_implicit_fencing)
|
||||
sync_wait(fd, -1);
|
||||
#endif
|
||||
} else {
|
||||
assert(payload->type == VN_SYNC_TYPE_IMPORTED_SYNC_FD);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue