From 66b58d2f2ad98c6287a4f3c578bda04c1ccfa0ef Mon Sep 17 00:00:00 2001 From: Junkyeong Kim Date: Fri, 7 Feb 2020 17:54:50 +0900 Subject: [PATCH] e_hwc_windows: erase skip commit code for zoom_unset after pp done Change-Id: I4037e6b7ff148897a95633718925a6aaa36591ce Signed-off-by: Junkyeong Kim --- src/bin/e_hwc_windows.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/bin/e_hwc_windows.c b/src/bin/e_hwc_windows.c index 93b8092..33cdd9a 100644 --- a/src/bin/e_hwc_windows.c +++ b/src/bin/e_hwc_windows.c @@ -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)) { -- 2.7.4