From: SooChan Lim Date: Fri, 4 May 2018 04:07:29 +0000 (+0900) Subject: use 3.0 version of tbm backend abi X-Git-Tag: accepted/tizen/5.0/unified/20181102.012718~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=686a750e0cf056c6890cc76c42d151893ac9f992;p=platform%2Fadaptation%2Fsamsung_exynos%2Flibtbm-exynos.git use 3.0 version of tbm backend abi Change-Id: I129f9ea799baa00db8ecdbb9fe52c9ea6327f4fa --- 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 };