From ae12ee3ce1435fe3141f20f026e2424c1cbc40db Mon Sep 17 00:00:00 2001 From: Junkyeong Kim Date: Fri, 11 Jan 2019 17:15:52 +0900 Subject: [PATCH] e_output: do not execute e_hwc_deactive_set to external output set Change-Id: I55276c2ad54f15667a515ccc65fe83ccbf2ea024 Signed-off-by: Junkyeong Kim --- src/bin/e_output.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_output.c b/src/bin/e_output.c index fe7465a..f0c795c 100644 --- a/src/bin/e_output.c +++ b/src/bin/e_output.c @@ -3515,14 +3515,12 @@ e_output_external_set(E_Output *output, E_Output_Ext_State state) _e_output_external_rect_get(output_primary, p_w, p_h, w, h, &output->zoom_conf.rect); e_hwc_planes_multi_plane_set(output_primary->hwc, EINA_FALSE); - e_hwc_deactive_set(output_primary->hwc, EINA_TRUE); ep->output_primary = output_primary; if (!e_plane_external_set(ep, &output->zoom_conf.rect, state)) { ERR("e_plane_mirror_set failed."); e_hwc_planes_multi_plane_set(output_primary->hwc, EINA_TRUE); - e_hwc_deactive_set(output_primary->hwc, EINA_FALSE); return EINA_FALSE; } -- 2.7.4