hwc: change the tdm_output_hwc_set_client_target_buffer api
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 2 Feb 2018 08:57:40 +0000 (17:57 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 2 Feb 2018 11:50:22 +0000 (20:50 +0900)
Change-Id: I225be4888c3320380cc2157fc702ae8fe03775a4

src/bin/e_hwc_window.c
src/bin/e_output_hwc_windows.c

index 738bb4a602a934c1db345cc8d5a9dbb04c6d2c1e..a4f082cae4f362688c6127aec4e3586ec60e58a8 100644 (file)
@@ -1600,7 +1600,7 @@ e_hwc_window_target_buffer_fetch(E_Hwc_Window_Target *target_hwc_window)
         /* the damage isn't supported by hwc extension yet */
         memset(&fb_damage, 0, sizeof(fb_damage));
 
-        tdm_output_hwc_set_client_target_buffer(output->toutput, hwc_window->tsurface, fb_damage, NULL, 0);
+        tdm_output_hwc_set_client_target_buffer(output->toutput, hwc_window->tsurface, fb_damage);
 
         ee_rendered_hw_list = e_hwc_window_target_window_ee_rendered_hw_list_get(target_hwc_window);
         n_thw = eina_list_count(ee_rendered_hw_list);
index 09f447e0ecbdd6703b8ab53cf2a7a1f0292c6ff8..cfef2436e8676cc320ae70c5a1752ae979ffec6d 100644 (file)
@@ -484,7 +484,7 @@ _e_output_hwc_windows_pp_output_data_commit(E_Output_Hwc *output_hwc, E_Hwc_Wind
 
    /* no need to pass composited_wnds list because smooth transition isn't
     * used is this case */
-   terror = tdm_output_hwc_set_client_target_buffer(toutput, data->tsurface, fb_damage, NULL, 0);
+   terror = tdm_output_hwc_set_client_target_buffer(toutput, data->tsurface, fb_damage);
    if (terror != TDM_ERROR_NONE)
      {
         ERR("fail to tdm_output_hwc_set_client_target_buffer");