Re: [PATCH 0/2] [media] exynos-gsc: Fix support for NV21 and NV61 formats

From: Javier Martinez Canillas
Date: Mon Feb 13 2017 - 07:53:18 EST


Hello,

On Wed, Feb 1, 2017 at 5:05 PM, Javier Martinez Canillas
<javier@xxxxxxxxxxxxxxx> wrote:
> Hello,
>
> Commit 652bb68018a5 ("[media] exynos-gsc: do proper bytesperline and
> sizeimage calculation") fixed corrupted frames for most exynos-gsc
> formats, but even after that patch two issues were still remaining:
>
> 1) Frames were still not correct for NV21 and NV61 formats.
> 2) Y42B format didn't work when used as output (only as input).
>
> This patch series fixes (1).
>
> Best regards,
> Javier
>
>
> Thibault Saunier (2):
> [media] exynos-gsc: Do not swap cb/cr for semi planar formats
> [media] exynos-gsc: Add support for NV{16,21,61}M pixel formats
>
> drivers/media/platform/exynos-gsc/gsc-core.c | 29 ++++++++++++++++++++++++++--
> 1 file changed, 27 insertions(+), 2 deletions(-)

Any comments on this series?

Best regards,
Javier