Change-Id: I6adb8dcc066ae1618f590cbc0c41ac8297bd275e
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
}
/* update the ecore_evas */
- _e_output_render_update(output);
+ if (e_plane_pp_commit_possible_check(ep))
+ _e_output_render_update(output);
}
static void
output->zoom_conf.rect.x, output->zoom_conf.rect.y, output->zoom_conf.rect.w, output->zoom_conf.rect.h);
/* update the ecore_evas */
- _e_output_render_update(output);
+ if (e_plane_pp_commit_possible_check(ep))
+ _e_output_render_update(output);
return EINA_TRUE;
}