backend: load the tbm_backend_module_data and init/deinit. 69/172369/7
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 13 Mar 2018 10:26:44 +0000 (19:26 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 14 Mar 2018 09:39:22 +0000 (09:39 +0000)
commit6abc48606e66bec3394eb9e172702554b01d24c0
tree5db53aa4a022e3bc0bab53a05c154b71d7824ca5
parent00f565769857c185aad5914ada791b81096e58c0
backend: load the tbm_backend_module_data and init/deinit.

load the new backend module data and initialize/deinitialize
the backend module.

The tbm_bufmgr_init load the new backend module at first.
If the backend module does not implement with the new tbm_backend.h,
libtbm finds and load the old init symbol from the backend module.

Change-Id: I85e91615cee3ff9615d4680077037aa5d82d1455
src/tbm_bufmgr.c