media: atmel: atmel-isc: removed ARGB32 added ABGR32 and XBGR32
authorEugen Hristev <eugen.hristev@microchip.com>
Fri, 29 Mar 2019 07:38:31 +0000 (03:38 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 22 Apr 2019 14:28:56 +0000 (10:28 -0400)
commitb063474e2130b6bab48ac20acd9b821dfc16c171
treebac658c7d71d368f1160516fabecfed8d3bc1a58
parent1e8f401474d6b7c2138521d38a73d829eba0138e
media: atmel: atmel-isc: removed ARGB32 added ABGR32 and XBGR32

ISC will output the "ARGB32" configuration in byte order: B, G, R, Alpha.
This is in fact the format BGRA, aka ABGR32.
If alpha is missing, the same format is equivalent to XBGR32.
Added both formats and removed ARGB32 which is wrong.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/atmel/atmel-isc.c