Module: Mesa Branch: master Commit: 016de7e15597c232fb9c300f41629a2d88841905 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=016de7e15597c232fb9c300f41629a2d88841905
Author: Jason Ekstrand <[email protected]> Date: Fri Sep 22 12:44:36 2017 -0700 vulkan/wsi/wayland: Stop printing out the DRM device Reviewed-by: Dave Airlie <[email protected]> Reviewed-by: Daniel Stone <[email protected]> Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]> Cc: [email protected] --- src/vulkan/wsi/wsi_common_wayland.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vulkan/wsi/wsi_common_wayland.c b/src/vulkan/wsi/wsi_common_wayland.c index dd283a1211..b726d98e08 100644 --- a/src/vulkan/wsi/wsi_common_wayland.c +++ b/src/vulkan/wsi/wsi_common_wayland.c @@ -98,7 +98,6 @@ wsi_wl_display_add_vk_format(struct wsi_wl_display *display, VkFormat format) static void drm_handle_device(void *data, struct wl_drm *drm, const char *name) { - fprintf(stderr, "wl_drm.device(%s)\n", name); } static uint32_t _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
