[PATCH 20/20] media: sun6i: Convert to the image format API

2019-04-17 Thread Maxime Ripard
The image format API allows us to remove some of the computation we need to handle the various video formats. Signed-off-by: Maxime Ripard --- drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c | 89 ++- drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.h | 49 +-- drivers/med

[RFC PATCH 20/20] media: sun6i: Convert to the image format API

2019-03-19 Thread Maxime Ripard
The image format API allows us to remove some of the computation we need to handle the various video formats. Signed-off-by: Maxime Ripard --- drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c | 88 +++ drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.h | 46 + 2 files chang