From: Seunghun Lee Date: Tue, 14 Nov 2023 03:53:36 +0000 (+0900) Subject: e_comp_wl_buffer: Deprecate wayland_tbm_server_increase_buffer_sync_timeline() X-Git-Tag: accepted/tizen/8.0/unified/20231226.175926~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=298dcc0bb5dae72d478d0af1b4123ee5633c47ef;p=platform%2Fupstream%2Fenlightenment.git e_comp_wl_buffer: Deprecate wayland_tbm_server_increase_buffer_sync_timeline() The `buffer_sync_timeline` feature appears to have been deprecated and is no longer required. This commit removes the call to wayland_tbm_server_increase_buffer_sync_timeline() to simplify the code. If this feature becomes necessary again in the future, we can revisit its implementation at that time. Change-Id: Ia83ecad4c45a7dd8f7ebbe9ea15a1bbe667914e3 --- diff --git a/src/bin/e_comp_wl_buffer.c b/src/bin/e_comp_wl_buffer.c index 97883456c2..0aba52b087 100644 --- a/src/bin/e_comp_wl_buffer.c +++ b/src/bin/e_comp_wl_buffer.c @@ -130,18 +130,9 @@ _e_comp_wl_buffer_release(E_Comp_Wl_Buffer *base) buffer = _e_buffer_from_base(base); if (buffer) - { - ds_buffer_unlock(buffer->ds_buffer); - -#ifdef HAVE_WAYLAND_TBM - wayland_tbm_server_increase_buffer_sync_timeline(e_comp_wl->tbm.server, - base->resource, 1); -#endif - } + ds_buffer_unlock(buffer->ds_buffer); else if (base->type == E_COMP_WL_BUFFER_TYPE_TBM) - { - e_comp_wl_tbm_buffer_destroy(base); - } + e_comp_wl_tbm_buffer_destroy(base); } static void