zoom: prevent 'set_buffer commit' before commit done while pp set_buffer commiting 43/136943/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Tue, 4 Jul 2017 00:35:37 +0000 (09:35 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Tue, 4 Jul 2017 00:35:49 +0000 (09:35 +0900)
Change-Id: I94f1f008467b2d745165f8cc6bec7045f131781b
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/bin/e_plane.c

index 7043a72d6da61e15f62682376aad1d75fe7efab5..8f7ee65e21cbd44198981a369ee9eb17286edac9 100644 (file)
@@ -792,6 +792,9 @@ e_plane_fetch(E_Plane *plane)
    if (plane->wait_commit)
       return EINA_FALSE;
 
+   if (plane->pp_layer_commit && !plane->pp_set && plane->is_fb)
+     return EINA_FALSE;
+
    if (plane->is_fb && !plane->ec)
      {
         /* acquire the surface */