Change-Id: I1538915eb6d82e6b3659c19805d64a7a89105c81
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
out_rect.w = output_data->current_mode->hdisplay;
out_rect.h = output_data->current_mode->vdisplay;
- if (layer_data->capabilities & TDM_LAYER_CAPABILITY_PRIMARY) {
- src_crop->x = showing_rect->x = out_rect.x;
- src_crop->y = showing_rect->y = out_rect.y;
- src_crop->w = showing_rect->w = out_rect.w;
- src_crop->h = showing_rect->h = out_rect.h;
- return;
- }
-
dst_rect.x = layer_data->info.dst_pos.x;
dst_rect.y = layer_data->info.dst_pos.y;
dst_rect.w = layer_data->info.dst_pos.w;