diff options
author | SooChan Lim <sc1.lim@samsung.com> | 2021-03-19 10:44:14 +0900 |
---|---|---|
committer | SooChan Lim <sc1.lim@samsung.com> | 2021-03-19 12:49:51 +0900 |
commit | 98fda15b2069eda8d846d5f2be8a386b230cb067 (patch) | |
tree | 5c136cca0ffbf8ab0b4adcdb7a210efbca3f9eee | |
parent | 5a201ff79ee33caa41a9aedc066108ddf9233919 (diff) | |
download | libtbm-exynos-tgm-98fda15b2069eda8d846d5f2be8a386b230cb067.tar.gz libtbm-exynos-tgm-98fda15b2069eda8d846d5f2be8a386b230cb067.tar.bz2 libtbm-exynos-tgm-98fda15b2069eda8d846d5f2be8a386b230cb067.zip |
remove bufmgr_funcs->bufmgr_alloc_bo_with_tiled_format
The bufmgr_funcs->bufmgr_alloc_bo_with_tiled_format is deprecated.
Change-Id: Ic5d47bbaff266ec2fd61c207fc722fc5258435ef
-rw-r--r-- | src/libhal-backend-tbm-exynos-tgm/tbm_backend_exynos_tgm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libhal-backend-tbm-exynos-tgm/tbm_backend_exynos_tgm.c b/src/libhal-backend-tbm-exynos-tgm/tbm_backend_exynos_tgm.c index b4daa22..761b314 100644 --- a/src/libhal-backend-tbm-exynos-tgm/tbm_backend_exynos_tgm.c +++ b/src/libhal-backend-tbm-exynos-tgm/tbm_backend_exynos_tgm.c @@ -2100,7 +2100,6 @@ hal_backend_tbm_exynos_init(void **data) bufmgr_funcs->bufmgr_alloc_bo_with_format = NULL; bufmgr_funcs->bufmgr_import_fd = tbm_exynos_bufmgr_import_fd; bufmgr_funcs->bufmgr_import_key = tbm_exynos_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)); |