video: switch to media bus formats
V4L2 pixel formats are supposed to describe video frames in memory. To
describe the pixel format on the hardware bus between display interface
and encoders, use media bus formats, which are more expressive.

This allows to get rid of the custom GBR24 and LVDS666 fourccs.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent eabab33 commit 1be6d321efbd4113488dae300cbb3e1f30582a9f
@Philipp Zabel Philipp Zabel authored on 24 Aug 2016
Sascha Hauer committed on 25 Aug 2016
Showing 8 changed files
View
drivers/video/imx-ipu-v3/imx-hdmi.c
View
drivers/video/imx-ipu-v3/imx-ipu-v3.h
View
drivers/video/imx-ipu-v3/imx-ldb.c
View
drivers/video/imx-ipu-v3/ipu-dc.c
View
drivers/video/imx-ipu-v3/ipu-prv.h
View
drivers/video/imx-ipu-v3/ipufb.c
View
include/video/fourcc.h
View
include/video/media-bus-format.h 0 → 100644