vulkan/wsi: Don't dma-buf sync import/export on success
Logging on success just generates unnecessary spam. Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37033>
This commit is contained in:
committed by
Marge Bot
parent
e4d9650e21
commit
9c5c11535c
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user