[PATCH 0/9] media: sun6i-csi/isp: Implement MC I/O support

Paul Kocialkowski posted 9 patches 2 years, 10 months ago
Only 0 patches received!
There is a newer version of this series
.../sunxi/sun6i-csi/sun6i_csi_capture.c       | 157 ++++++++++++------
drivers/media/v4l2-core/v4l2-common.c         |   6 +
.../media/sunxi/sun6i-isp/sun6i_isp_capture.c |  35 +++-
include/media/v4l2-common.h                   |   7 +
4 files changed, 154 insertions(+), 51 deletions(-)
[PATCH 0/9] media: sun6i-csi/isp: Implement MC I/O support
Posted by Paul Kocialkowski 2 years, 10 months ago
This series is a follow-up to Adam Pigg's "suns6-csi changes to support
libcamera" series, with the same purpose.

As discussed in the original thread, it takes a different approach
and ensures input/output format matching is maintained without
regression.

New v4l2 format info is also added about unusual formats used by the
driver so that no specific logic is required to handle them.

The same functionality is also added to the sun6i-isp driver.

Paul Kocialkowski (9):
  media: v4l2: Add RGB565X pixel format to v4l2 format info
  media: v4l2: Add NV12_16L16 pixel format to v4l2 format info
  media: v4l2: Introduce compressed pixel encoding definition and helper
  media: v4l2: Add JPEG pixel format to v4l2 format info
  media: sun6i-csi: capture: Rework and separate format validation
  media: sun6i-csi: capture: Implement MC I/O with extended enum_fmt
  media: sun6i-csi: capture: Implement enum_framesizes
  media: sun6i-isp: capture: Implement MC I/O with extended enum_fmt
  media: sun6i-isp: capture: Implement enum_framesizes

 .../sunxi/sun6i-csi/sun6i_csi_capture.c       | 157 ++++++++++++------
 drivers/media/v4l2-core/v4l2-common.c         |   6 +
 .../media/sunxi/sun6i-isp/sun6i_isp_capture.c |  35 +++-
 include/media/v4l2-common.h                   |   7 +
 4 files changed, 154 insertions(+), 51 deletions(-)

-- 
2.39.2