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

Change-Id: I0fe10aaf4ec4796d84b57188f261a629e29c5dc3

src/libhal-backend-tbm-vigs/tbm_backend_vigs.c

index a4466e4..f0e025e 100644 (file)
@@ -890,7 +890,6 @@ hal_backend_tbm_vigs_init(void **data)
        bufmgr_funcs->bufmgr_alloc_bo_with_format = tbm_vigs_bufmgr_alloc_bo_with_format;
        bufmgr_funcs->bufmgr_import_fd = tbm_vigs_bufmgr_import_fd;
        bufmgr_funcs->bufmgr_import_key = tbm_vigs_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));