Align RGB format with 128 byte 12/52412/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Mon, 23 Nov 2015 07:52:03 +0000 (16:52 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Mon, 23 Nov 2015 07:52:27 +0000 (16:52 +0900)
Change-Id: I478a8d99e97517af148cb88a53aa9e4580b08bab

src/tbm_bufmgr_sprd.c

index 3f28f0c..73621c7 100755 (executable)
@@ -111,7 +111,7 @@ char* target_name()
 #define SIZE_ALIGN( value, base ) (((value) + ((base) - 1)) & ~((base) - 1))
 
 #define TBM_SURFACE_ALIGNMENT_PLANE (64)
-#define TBM_SURFACE_ALIGNMENT_PITCH_RGB (64)
+#define TBM_SURFACE_ALIGNMENT_PITCH_RGB (128)
 #define TBM_SURFACE_ALIGNMENT_PITCH_YUV (16)