*error = TDM_ERROR_NONE;
return tqueue;
-
}
tdm_exynos_layer_data *
LIST_FOR_EACH_ENTRY(hwc_window_data, &hwc_data->hwc_window_list, link) {
if (hwc_window_data->client_type == TDM_HWC_WIN_COMPOSITION_NONE)
continue;
+
if (hwc_window_data->client_type != hwc_window_data->validated_type)
num++;
}
}
tdm_error
-exynos_hwc_set_client_target_buffer(tdm_hwc *hwc, tbm_surface_h buffer,
- tdm_region damage)
+exynos_hwc_set_client_target_buffer(tdm_hwc *hwc, tbm_surface_h buffer, tdm_region damage)
{
tdm_exynos_hwc_data *hwc_data = hwc;
tdm_error err;
}
tdm_error
-exynos_hwc_validate(tdm_hwc *hwc, tdm_hwc_window **composited_wnds, uint32_t num_wnds, uint32_t *num_types)
+exynos_hwc_validate(tdm_hwc *hwc, tdm_hwc_window **composited_wnds, uint32_t num_wnds, uint32_t *num_types)
{
tdm_exynos_hwc_data *hwc_data = hwc;
}
tdm_error
-exynos_hwc_get_changed_composition_types(tdm_hwc *hwc, uint32_t *num_elements, tdm_hwc_window **hwc_wnds,
- tdm_hwc_window_composition *composition_types)
+exynos_hwc_get_changed_composition_types(tdm_hwc *hwc, uint32_t *num_elements,
+ tdm_hwc_window **hwc_wnds, tdm_hwc_window_composition *composition_types)
{
tdm_exynos_hwc_data *hwc_data = hwc;
tdm_exynos_hwc_window_data *hwc_window_data = NULL;