Re: [PATCH 1/2] [media] exynos-gsc: Do not swap cb/cr for semi planar formats

2017-02-13 Thread Sylwester Nawrocki
On 02/01/2017 09:05 PM, Javier Martinez Canillas wrote: > From: Thibault Saunier > > In the case of semi planar formats cb and cr are in the same plane > in memory, meaning that will be set to 'cb' whatever the format is, > and whatever the (packed) order of those components are. > > Suggested-b

[PATCH 1/2] [media] exynos-gsc: Do not swap cb/cr for semi planar formats

2017-02-01 Thread Javier Martinez Canillas
From: Thibault Saunier In the case of semi planar formats cb and cr are in the same plane in memory, meaning that will be set to 'cb' whatever the format is, and whatever the (packed) order of those components are. Suggested-by: Nicolas Dufresne Signed-off-by: Thibault Saunier Signed-off-by: J