e_comp_wl_tizen_hwc: Fix wrong discard event in case of present sync 12/264212/4 accepted/tizen/unified/20210915.100106 submit/tizen/20210915.051712
authorChangyeon Lee <cyeon.lee@samsung.com>
Tue, 14 Sep 2021 11:51:48 +0000 (20:51 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Wed, 15 Sep 2021 04:35:59 +0000 (13:35 +0900)
commit93bf1e0a6050d5ac0279b0f35202416350beb847
treee93c1028e94afaf55bce3283d94d677ac8c298f5
parentac232d788aba9a912a968f0306d95fe817124cc6
e_comp_wl_tizen_hwc: Fix wrong discard event in case of present sync

In case of the present sync of hwc_window is set, hwc_window is not updated
until the pending update data of hwc_window is enqueued.
so the discard event of hwc_commit_feedback is sent because hwc does not have
the update data of commit.
this patch make that hwc_commit_feedback does not send event until
the pending update data of hwc_window is enqueued.

Change-Id: I93f6a1545f70196cf0f49c2799c1001ae3b12794
src/bin/e_comp_wl_tizen_hwc.c
src/bin/e_comp_wl_tizen_hwc.h
src/bin/e_hwc_windows.c