remove bufmgr_funcs->bufmgr_alloc_bo_with_tiled_format
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 19 Mar 2021 01:46:15 +0000 (10:46 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 19 Mar 2021 03:53:25 +0000 (12:53 +0900)
The bufmgr_funcs->bufmgr_alloc_bo_with_tiled_format is deprecated.

Change-Id: I914aea23ecdd472e4765427c4017329ff3caa921

src/libhal-backend-tbm-sprd/tbm_backend_sprd.c

index bd9293b..9a07043 100644 (file)
@@ -1853,7 +1853,6 @@ hal_backend_tbm_sprd_init(void **data)
        bufmgr_funcs->bufmgr_alloc_bo_with_format = NULL;
        bufmgr_funcs->bufmgr_import_fd = tbm_sprd_bufmgr_import_fd;
        bufmgr_funcs->bufmgr_import_key = tbm_sprd_bufmgr_import_key;
-       bufmgr_funcs->bufmgr_alloc_bo_with_tiled_format = NULL;
 
        /* alloc and register bo_funcs */
        bo_funcs = calloc(1, sizeof(struct _hal_tbm_bo_funcs));