media: imx: capture: refactor enum_/try_fmt
authorJan Luebbe <jlu@pengutronix.de>
Fri, 18 May 2018 13:56:38 +0000 (09:56 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 4 Jul 2018 13:26:17 +0000 (09:26 -0400)
commitf6aaac7fa03e36bb43401182864a74f65a211e86
treeef8c108e1df97b89001dd7d56fdd75db5c7cb5b5
parent56e5faf299502d902b94cd88d6ff1c48c3865c69
media: imx: capture: refactor enum_/try_fmt

By checking and handling the internal IPU formats (ARGB or AYUV) first,
we don't need to check whether it's a bayer format, as we can default to
passing the input format on in all other cases.

This simplifies handling the different configurations for RGB565 between
parallel and MIPI CSI-2, as we don't need to check the details of the
format anymore.

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Steve Longerbeam <steve_longerbeam@mentor.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/staging/media/imx/imx-media-capture.c