venus: vn_GetFenceFdKHR no need to block wait

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39283>
This commit is contained in:
Yiwei Zhang 2026-01-04 22:01:11 -08:00 committed by Marge Bot
parent 6b3686f49b
commit 37b95dc8d6

View file

@ -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);