mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
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:
parent
e4d9650e21
commit
9c5c11535c
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue