use 3.0 version of tbm backend abi 23/177823/1
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 4 May 2018 04:07:29 +0000 (13:07 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 4 May 2018 04:07:29 +0000 (13:07 +0900)
Change-Id: I129f9ea799baa00db8ecdbb9fe52c9ea6327f4fa

src/tbm_bufmgr_exynos.c

index 00e057d..8576b8e 100644 (file)
@@ -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
 };