projects
/
platform
/
adaptation
/
broadcom
/
libtbm-vc4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e59b73
)
disable tiled memory
88/207688/1
author
SooChan Lim
<sc1.lim@samsung.com>
Tue, 11 Jun 2019 06:34:08 +0000
(15:34 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Tue, 11 Jun 2019 06:34:08 +0000
(15:34 +0900)
Change-Id: Id5ea9a8d9e19aefffb7aeab273d9e0c1e5d9b198
src/tbm_bufmgr_vc4.c
patch
|
blob
|
history
diff --git
a/src/tbm_bufmgr_vc4.c
b/src/tbm_bufmgr_vc4.c
index
dfd9733
..
82cccdc
100644
(file)
--- a/
src/tbm_bufmgr_vc4.c
+++ b/
src/tbm_bufmgr_vc4.c
@@
-84,7
+84,7
@@
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define S5P_FIMV_NV12MT_HALIGN 128
#define S5P_FIMV_NV12MT_VALIGN 64
-#define VC4_TILED_FORMAT 1
+
//
#define VC4_TILED_FORMAT 1
struct dma_buf_info {
unsigned long size;
@@
-1152,6
+1152,7
@@
tbm_vc4_bufmgr_alloc_bo_with_tiled_format(tbm_backend_bufmgr_data *bufmgr_data,
return (tbm_backend_bo_data *)bo_vc4;
}
#endif
+
static tbm_error_e
tbm_vc4_bufmgr_get_plane_data(tbm_backend_bufmgr_data *bufmgr_data,
tbm_format format, int plane_idx, int width,