e_output: do not execute e_hwc_deactive_set to external output set 55/197455/2
authorJunkyeong Kim <jk0430.kim@samsung.com>
Fri, 11 Jan 2019 08:15:52 +0000 (17:15 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 14 Jan 2019 04:55:54 +0000 (04:55 +0000)
Change-Id: I55276c2ad54f15667a515ccc65fe83ccbf2ea024
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/bin/e_output.c

index fe7465a..f0c795c 100644 (file)
@@ -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;
      }