projects
/
platform
/
core
/
uifw
/
libtbm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cfeb21
)
fixed deadlock issues
17/92717/1
accepted/tizen/3.0/ivi/20161028.151423
accepted/tizen/3.0/mobile/20161028.143352
accepted/tizen/3.0/tv/20161028.143610
accepted/tizen/3.0/wearable/20161028.150914
accepted/tizen/common/20161018.175150
accepted/tizen/ivi/20161018.235326
accepted/tizen/mobile/20161018.235300
accepted/tizen/tv/20161018.235307
accepted/tizen/wearable/20161018.235316
submit/tizen/20161018.044046
submit/tizen_3.0/20161028.062323
submit/tizen_3.0/20161028.092423
submit/tizen_3.0_common/20161104.104000
author
Changyeon Lee
<cyeon.lee@samsung.com>
Tue, 18 Oct 2016 08:56:18 +0000
(17:56 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Tue, 18 Oct 2016 08:56:18 +0000
(17:56 +0900)
Change-Id: I1023f64872947a43b1f02a6069cec3d9e1b2e307
src/tbm_bufmgr.c
patch
|
blob
|
history
diff --git
a/src/tbm_bufmgr.c
b/src/tbm_bufmgr.c
index
5aca327
..
44f57f2
100644
(file)
--- a/
src/tbm_bufmgr.c
+++ b/
src/tbm_bufmgr.c
@@
-1531,7
+1531,7
@@
tbm_bufmgr_debug_show(tbm_bufmgr bufmgr)
TBM_DEBUG(" bo:%-12p %-26d%-10d\n",
surf->bos[i],
surf->bos[i]->ref_cnt,
-
tbm_bo_size(surf->bos[i]
) / 1024);
+
bufmgr->backend->bo_size(bo
) / 1024);
}
memset(app_name, 0x0, 255 * sizeof(char));