tbm_module: add tbm_bo_data structure and use it 09/260309/1
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 22 Jun 2021 06:24:37 +0000 (15:24 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 23 Jun 2021 07:11:28 +0000 (16:11 +0900)
commitee88e8d7fdb9601cf1d79d203701e2f9d2ba1ca5
tree5d0e245f9f7affe2b42732e1e3beb71a5273cfce
parent0f3709cbbaf89b46c2b71a254849c78b682ae348
tbm_module: add tbm_bo_data structure and use it

The tbm_bo_data encapsulates the backend bo_data.
The tbm_module can manage the backend bo_data with this
tbm_bo_data.

Change-Id: I299475b9c6f1619ef00e0968f0c43152cddf9bdd
src/tbm_bufmgr.c
src/tbm_bufmgr_backend.c
src/tbm_bufmgr_int.h
src/tbm_module.c
src/tbm_module.h
src/tbm_surface_internal.c