e_hwc_window_queue: set backup buffer if user of queue is mismatched in buffer_change 14/225614/2
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 19 Feb 2020 11:17:39 +0000 (20:17 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Mon, 2 Mar 2020 09:18:05 +0000 (18:18 +0900)
commit0bbb43427a7680f0960410e58bf737605c7983c1
tree777f28277fa40a5d3747eccd388a636c379806b1
parent5c8bc7e82c7ca4ff7c732aa5a21ab9efcda9753f
e_hwc_window_queue: set backup buffer if user of queue is mismatched in buffer_change

it is possible that hwc_window has queue and queue buffer but queue of user is null.

hwc_window set queue and queue state is set ->
hwc_window unset queue and queue state is unset waiting ->
hwc_window set same queue and commit queue buffer ->
not set backup buffer

in this case, set backup buffer and should not be migrate HWC

Change-Id: I33b4324733733932db32be71179d5d7c069feac8
src/bin/e_hwc_window_queue.c