e_hwc_windows: erase skip commit code for zoom_unset after pp done 66/224266/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Fri, 7 Feb 2020 08:54:50 +0000 (17:54 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Fri, 7 Feb 2020 08:55:01 +0000 (17:55 +0900)
Change-Id: I4037e6b7ff148897a95633718925a6aaa36591ce
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/bin/e_hwc_windows.c

index 93b8092..33cdd9a 100644 (file)
@@ -1577,17 +1577,6 @@ _e_hwc_windows_pp_commit_handler(tdm_pp *pp, tbm_surface_h tsurface_src, tbm_sur
    EHWSTRACE("!!!!!!!! HWC PP Commit Handler !!!!!!!!", NULL, hwc);
    EHWSTRACE("   tsurface src(%p) dst(%p)", NULL, hwc, tsurface_src, tsurface_dst);
 
-   /* if pp_set is false, skip the commit */
-   if (!hwc->pp_set)
-     {
-        if (hwc->tpp)
-          {
-             tdm_pp_destroy(hwc->tpp);
-             hwc->tpp = NULL;
-          }
-        goto done;
-     }
-
    output = hwc->output;
    if (e_output_dpms_get(output))
      {