backend does cache control and lock control 08/61708/2 accepted/tizen/common/20160310.145835 accepted/tizen/ivi/20160311.055845 accepted/tizen/mobile/20160311.055703 accepted/tizen/tv/20160311.055726 accepted/tizen/wearable/20160311.055802 submit/tizen/20160310.095532
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 10 Mar 2016 04:17:11 +0000 (13:17 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 10 Mar 2016 04:20:38 +0000 (13:20 +0900)
Change-Id: I5aa17d3707fc7e6425cd8670a6d15fdba85988ec

src/tbm_bufmgr_dumb.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index e4d80ab..1ce7624
@@ -1859,7 +1859,7 @@ init_tbm_bufmgr_priv (tbm_bufmgr bufmgr, int fd)
     }
     else
     {
-        bufmgr_backend->flags = 0;
+        bufmgr_backend->flags = (TBM_LOCK_CTRL_BACKEND | TBM_CACHE_CTRL_BACKEND);
         bufmgr_backend->bo_lock = NULL;
         bufmgr_backend->bo_unlock = NULL;
     }