hwc: move the log 80/169280/3
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 5 Feb 2018 11:09:12 +0000 (20:09 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 7 Feb 2018 23:44:30 +0000 (23:44 +0000)
Change-Id: Ic7b6f4f715173d1ba60a8f18bdf952af81c54304

src/tdm_exynos_output.c

index 72daf5c5dbf8786e37863fecb3abb9e94f6440e2..4c859d576a308d4123074ad03dc7bba571d0792b 100644 (file)
@@ -1542,11 +1542,11 @@ _exynos_output_hwc_assigned_layer_zpos_update(tdm_exynos_output_data *output_dat
                        continue;
                }
 
+               hwc_window_data->assigned_layer_zpos = hwc_window_data->candidate_layer_zpos;
+
                TDM_DBG(" window(%p) type: %s -> %s : candidate_zpos:%d assigned_zpos:%d", hwc_window_data,
                                _comp_to_str(hwc_window_data->client_type), _comp_to_str(hwc_window_data->validated_type),
                                hwc_window_data->candidate_layer_zpos, hwc_window_data->assigned_layer_zpos);
-
-               hwc_window_data->assigned_layer_zpos = hwc_window_data->candidate_layer_zpos;
        }
 }