From 686a750e0cf056c6890cc76c42d151893ac9f992 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Fri, 4 May 2018 13:07:29 +0900 Subject: [PATCH] use 3.0 version of tbm backend abi Change-Id: I129f9ea799baa00db8ecdbb9fe52c9ea6327f4fa --- src/tbm_bufmgr_exynos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tbm_bufmgr_exynos.c b/src/tbm_bufmgr_exynos.c index 00e057d..8576b8e 100644 --- a/src/tbm_bufmgr_exynos.c +++ b/src/tbm_bufmgr_exynos.c @@ -2343,7 +2343,7 @@ fail_open_drm: tbm_backend_module tbm_backend_module_data = { "exynos", "Samsung", - TBM_BACKEND_ABI_VERSION_2_0, + TBM_BACKEND_ABI_VERSION_3_0, tbm_exynos_init, tbm_exynos_deinit }; -- 2.34.1