The final list of surfaces of set render order shall be applied. So link
of surfaces and list of surfaces in a layer shall be initialized. And
then the order of surfaces shall be restructured.
Use existing clear_surface_pending_list function to clear the list.
Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Tested-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Reviewed-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
return IVI_FAILED;
}
- if (pSurface == NULL) {
- wl_list_for_each_safe(ivisurf, next, &ivilayer->pending.surface_list, pending.link) {
- if (!wl_list_empty(&ivisurf->pending.link)) {
- wl_list_remove(&ivisurf->pending.link);
- }
-
- wl_list_init(&ivisurf->pending.link);
- }
- ivilayer->event_mask |= IVI_NOTIFICATION_REMOVE;
- return IVI_SUCCEEDED;
- }
+ clear_surface_pending_list(ivilayer);
for (i = 0; i < number; i++) {
id_surface = &pSurface[i]->id_surface;