On 07/07/14 18:32, Jacek Anaszewski wrote:
> +void exynos3250_jpeg_dec_scaling_ratio(void __iomem *regs,
> + unsigned int sratio)
> +{
> + switch (sratio) {
> + case 1:
> + sratio = EXYNOS3250_DEC_SCALE_FACTOR_8_8;
> + brea
This patch adds support for jpeg codec on Exynos3250 SoC to
the s5p-jpeg driver. Supported raw formats are: YUYV, YVYU, UYVY,
VYUY, RGB565, RGB565X, RGB32, NV12, NV21. The support includes
also scaling and cropping features.
Signed-off-by: Jacek Anaszewski
Signed-off-by: Kyungmin Park
---
drive