[media] exynos4-is: Fix fimc-lite bayer formats 72/35372/1
authorArun Kumar K <arun.kk@samsung.com>
Mon, 15 Jul 2013 10:51:23 +0000 (07:51 -0300)
committerBeata Michalska <b.michalska@samsung.com>
Thu, 12 Feb 2015 16:46:13 +0000 (17:46 +0100)
commit486f8c074067cdb644ea118e71cd3f1aa16700c5
tree25064b1d0081cf7dc530b1b364d3d8d89ff0c2ab
parent21c58beb711b825d679aea0a8d40778b9fcc7a52
[media] exynos4-is: Fix fimc-lite bayer formats

The 10-bit and 12-bit Bayer output formats supported by FIMC-LITE
actually use 16 bits where the extra bits are padded with zeros.
The patch corrects buffer allocation for these two formats by
modifying the depth field. This prevents memory corruption by the
output DMA due to insufficient buffer size.

Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Cc: stable@vger.kernel.org
Change-Id: Id0e3f13ce13de51218aa0b99f86311fcf411e4ec
drivers/media/platform/exynos4-is/fimc-lite.c