diff --git a/src/vulkan/wsi/wsi_common_drm.c b/src/vulkan/wsi/wsi_common_drm.c index d7518fec93f..fe297d3ca01 100644 --- a/src/vulkan/wsi/wsi_common_drm.c +++ b/src/vulkan/wsi/wsi_common_drm.c @@ -757,6 +757,7 @@ wsi_create_native_image_mem(const struct wsi_swapchain *chain, * handling implict sync ourselves. */ .implicit_sync = !info->explicit_sync && !chain->dma_buf_semaphore, + .dma_buf_sync_file = chain->dma_buf_semaphore, }; const VkExportMemoryAllocateInfo memory_export_info = { .sType = VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO,