commit | 1e6a1495c66947b289de9ba92b569b62ce68a979 | [log] [tgz] |
---|---|---|
author | Jan Luebbe <jlu@pengutronix.de> | Thu May 03 18:29:37 2018 +0200 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Mon Jul 16 16:56:37 2018 +0200 |
tree | 1c278cab16a8990e6946c8dd5071a55c42978771 | |
parent | d36d0e6309dd8137cf438cbb680e72eb63c81425 [diff] |
gpu: ipu-v3: csi: support RGB565 on parallel bus The CSI_SENS_CONF_DATA_FMT_RGB565 configuration only works for MIPI CSI-2 sources. On the parallel bus, we need to use bayer (generic) mode instead. To handle this difference, we pass the mbus_type to mbus_code_to_bus_cfg(). Signed-off-by: Jan Luebbe <jlu@pengutronix.de> [p.zabel@pengutronix.de - renamed rc to ret for consistency] Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>