From 9c5c11535cff797fe9a674a22d23882373ad9bd2 Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Wed, 27 Aug 2025 14:55:15 -0400 Subject: [PATCH] vulkan/wsi: Don't dma-buf sync import/export on success Logging on success just generates unnecessary spam. Reviewed-by: Mike Blumenkrantz Part-of: --- src/vulkan/wsi/wsi_common_drm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/vulkan/wsi/wsi_common_drm.c b/src/vulkan/wsi/wsi_common_drm.c index 65bc5251ef9..d7518fec93f 100644 --- a/src/vulkan/wsi/wsi_common_drm.c +++ b/src/vulkan/wsi/wsi_common_drm.c @@ -159,8 +159,6 @@ wsi_drm_check_dma_buf_sync_file_import_export(const struct wsi_device *wsi, goto free_sync_file; } - mesa_logd("Found support for dma-buf sync import/export"); - free_sync_file: close(sync_file); free_fd: