e_plane: set unset_counter to 1 when fb_target is unset to hwc 59/183959/2
authorChangyeon Lee <cyeon.lee@samsung.com>
Thu, 12 Jul 2018 09:46:15 +0000 (18:46 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 18 Jul 2018 00:23:41 +0000 (00:23 +0000)
commit46104dbe0fc280edf46a0a4dcafef5c3683208f4
treea1aceba7a2503bef780a508ccec9f4f3ecf90e12
parent6be4d9cbf73869f586cf00f75b108ec54957f721
e_plane: set unset_counter to 1 when fb_target is unset to hwc

unset_counter is set to 0 when fb_target used by hwc because
compositor is disabled and then plane doesn't need to sync with fb_target.
but unset_candidate plane should sync with fb_target when fb_target is unset to hwc.
so if plane is unset_candidate and unset_counter is 0, set unset_counter to 1
for sync with compositor

Change-Id: I62bae00c12fd3d0e68c9986b2a8b0d8f3ebec952
src/bin/e_plane.c