hwc: rename acquire/release buffer_queue 21/186521/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Fri, 10 Aug 2018 05:11:59 +0000 (14:11 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Fri, 10 Aug 2018 05:11:59 +0000 (14:11 +0900)
Change-Id: I2bd49824a486e210cac52152feebc2df48072143

src/tdm_vc4.c

index da46b0d..646e12f 100644 (file)
@@ -308,7 +308,8 @@ tdm_vc4_init(tdm_display *dpy, tdm_error *error)
 
                memset(&vc4_func_hwc_window, 0, sizeof(vc4_func_hwc_window));
                vc4_func_hwc_window.hwc_window_destroy = vc4_hwc_window_destroy;
-               vc4_func_hwc_window.hwc_window_get_buffer_queue = NULL;
+               vc4_func_hwc_window.hwc_window_acquire_buffer_queue = NULL;
+               vc4_func_hwc_window.hwc_window_release_buffer_queue = NULL;
                vc4_func_hwc_window.hwc_window_set_composition_type = vc4_hwc_window_set_composition_type;
                vc4_func_hwc_window.hwc_window_set_buffer_damage = vc4_hwc_window_set_buffer_damage;
                vc4_func_hwc_window.hwc_window_set_info = vc4_hwc_window_set_info;