if output mode is mirror, source output buffer will be displayed
so we does not need to check hwc transtion.
Change-Id: I6f9c923744cb05b7eb46f3690460013c34e08a25
}
/* skip the target_buffer when the window is on trainsition of the composition */
- if ((hwc_mode != E_HWC_MODE_FULL) && (_e_hwc_windows_transition_check(hwc)) && (!hwc->pp_set))
+ if ((hwc_mode != E_HWC_MODE_FULL) &&
+ (!hwc->pp_set) && (display_mode != E_OUTPUT_DISPLAY_MODE_MIRROR) &&
+ (_e_hwc_windows_transition_check(hwc)))
{
_e_hwc_windows_target_window_buffer_skip(hwc);