From 91868625a717157dd74eae02ae6eb624d0277a80 Mon Sep 17 00:00:00 2001 From: Richard Liu Date: Fri, 13 Jun 2014 17:10:52 +0800 Subject: ENGR00318122 Serious colorful grids on picture for USB Camera shot pictures Since first do software csc, then vpu encoder. The ion buffer should be uncacheable. Signed-off-by: Richard Liu --- arch/arm/mach-mx6/board-mx6q_sabresd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-mx6/board-mx6q_sabresd.c b/arch/arm/mach-mx6/board-mx6q_sabresd.c index c14f9fea047d..a935b27df1e6 100644 --- a/arch/arm/mach-mx6/board-mx6q_sabresd.c +++ b/arch/arm/mach-mx6/board-mx6q_sabresd.c @@ -1430,7 +1430,7 @@ static struct ion_platform_data imx_ion_data = { .type = ION_HEAP_TYPE_CARVEOUT, .name = "vpu_ion", .size = SZ_16M, - .cacheable = 1, + .cacheable = 0, }, }, }; -- cgit v1.2.3