]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd08e3a60de652c9929010ebe51ce0969808dbd45
treebac658c7d71d368f1160516fabecfed8d3bc1a58
parentcd774c30feea8e2204174f0f02b54e8a1a41eed5
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