disable tiled memory 88/207688/1
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 11 Jun 2019 06:34:08 +0000 (15:34 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 11 Jun 2019 06:34:08 +0000 (15:34 +0900)
Change-Id: Id5ea9a8d9e19aefffb7aeab273d9e0c1e5d9b198

src/tbm_bufmgr_vc4.c

index dfd9733..82cccdc 100644 (file)
@@ -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,