summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6
diff options
context:
space:
mode:
authorRichard Liu <r66033@freescale.com>2014-06-13 17:10:52 +0800
committerRichard Liu <r66033@freescale.com>2014-06-13 17:10:52 +0800
commit91868625a717157dd74eae02ae6eb624d0277a80 (patch)
treea4a439e571fb84bfc96df6fde24a150bb3ebffca /arch/arm/mach-mx6
parentba7cdcf3b6723bd1630ec5cd5a061292e0d1807e (diff)
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 <r66033@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6')
-rw-r--r--arch/arm/mach-mx6/board-mx6q_sabresd.c2
1 files changed, 1 insertions, 1 deletions
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,
},
},
};