From: Joonbum Ko Date: Fri, 24 Apr 2020 04:21:27 +0000 (+0900) Subject: Fixed to print fence fd passed by enqueue_buffer. X-Git-Tag: submit/tizen/20200507.060140~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4ff35ab481c0276f675c6ddbfa25067ca5d5b50;p=platform%2Fcore%2Fuifw%2Flibtpl-egl.git Fixed to print fence fd passed by enqueue_buffer. Change-Id: Iaceb87b819e8fbad1539e5abc94bb3d5d525b8a3 Signed-off-by: Joonbum Ko --- diff --git a/src/tpl_wl_egl_thread.c b/src/tpl_wl_egl_thread.c index fac6875..f3a0fc9 100755 --- a/src/tpl_wl_egl_thread.c +++ b/src/tpl_wl_egl_thread.c @@ -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. */