hwc: rename acquire/release buffer_queue 23/186523/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Fri, 10 Aug 2018 05:14:16 +0000 (14:14 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Fri, 10 Aug 2018 05:15:23 +0000 (14:15 +0900)
Change-Id: I0adfbc36e7e404446ff455f8954f77ec2132699a

src/tdm_exynos.c

index 664020ccb7c953f89012e47e1dc0e47e2552dde7..a443b7ad5fbb74a8d140f3c62134d9549522a961 100644 (file)
@@ -194,7 +194,8 @@ tdm_exynos_init(tdm_display *dpy, tdm_error *error)
 
                memset(&exynos_func_hwc_window, 0, sizeof(exynos_func_hwc_window));
                exynos_func_hwc_window.hwc_window_destroy = exynos_hwc_window_destroy;
-               exynos_func_hwc_window.hwc_window_get_buffer_queue = NULL;
+               exynos_func_hwc_window.hwc_window_acquire_buffer_queue = NULL;
+               exynos_func_hwc_window.hwc_window_release_buffer_queue = NULL;
                exynos_func_hwc_window.hwc_window_set_composition_type = exynos_hwc_window_set_composition_type;
                exynos_func_hwc_window.hwc_window_set_buffer_damage = exynos_hwc_window_set_buffer_damage;
                exynos_func_hwc_window.hwc_window_set_info = exynos_hwc_window_set_info;