Fixed to print fence fd passed by enqueue_buffer. 91/231991/1
authorJoonbum Ko <joonbum.ko@samsung.com>
Fri, 24 Apr 2020 04:21:27 +0000 (13:21 +0900)
committerJoonbum Ko <joonbum.ko@samsung.com>
Fri, 24 Apr 2020 04:21:27 +0000 (13:21 +0900)
Change-Id: Iaceb87b819e8fbad1539e5abc94bb3d5d525b8a3
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
src/tpl_wl_egl_thread.c

index fac6875..f3a0fc9 100755 (executable)
@@ -545,8 +545,8 @@ __tpl_wl_egl_surface_enqueue_buffer(tpl_surface_t *surface,
        TRACE_MARK("[ENQ] BO_NAME:%d", bo_name);
 
        TPL_LOG_T("WL_EGL",
-                         "[ENQ] wayland_egl_surface(%p) tbm_surface(%p) bo(%d)",
-                         wayland_egl_surface, tbm_surface, bo_name);
+                         "[ENQ] wayland_egl_surface(%p) tbm_surface(%p) bo(%d) fence(%d)",
+                         wayland_egl_surface, tbm_surface, bo_name, sync_fence);
 
        /* If there are received region information,
         * save it to buf_info in tbm_surface user_data using below API. */