tbm_bo : use hal_tbm_bufmgr_alloc_bo_with_format instead of hal_tbm_bufmgr_alloc_bo_w... 70/255470/1
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 19 Mar 2021 01:27:13 +0000 (10:27 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 19 Mar 2021 01:31:24 +0000 (10:31 +0900)
commitefa51586ab7ea4911f2f26712a861d9a433cb4e2
tree806422026b6bdd13562bab5ed9a7aaf9b48a0cbb
parent7b54d5ee140bb0c0e02f57d6bf3129dbe2ed470c
tbm_bo : use hal_tbm_bufmgr_alloc_bo_with_format instead of hal_tbm_bufmgr_alloc_bo_with_tiled_format

At hal_tbm, the backend consider if this tbm_bo is the tiled memory or not with hal_tbm_bo_memory_type.
Therefore, remove the use of hal_tbm_bufmgr_alloc_bo_with_tiled_format api. This api is deprecated at hal tbm.

Change-Id: I86a7561845312a0a5fccfddf9fce9ca39593a50c
src/tbm_bo.c
src/tbm_bufmgr_int.h
src/tbm_surface_internal.c