mbox series

[0/3,RFC] v4l: Add packed YUV 4:4:4 YUVA and YUVX pixel formats

Message ID 20220307180342.10666-1-laurent.pinchart@ideasonboard.com (mailing list archive)
Headers show
Series v4l: Add packed YUV 4:4:4 YUVA and YUVX pixel formats | expand

Message

Laurent Pinchart March 7, 2022, 6:03 p.m. UTC
Hello,

This small patch series adds support for two addition YUV 4:4:4 packed
formats. There's nothing very special, but I've marked the patch series
as RFC as the driver which will use this (NXP i.MX8 ISI) is still work
in progress. Review of the pixel formats would however be already
appreciated.

Laurent Pinchart (3):
  media: v4l: Add packed YUV 4:4:4 YUVA and YUVX pixel formats
  media: v4l2-tpg: Add support for the new YUVA and YUVX formats
  media: vivid: Add support for the new YUVA and YUVX formats

 .../media/v4l/pixfmt-packed-yuv.rst           | 20 +++++++++++++++++++
 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c |  6 ++++++
 .../test-drivers/vivid/vivid-vid-common.c     | 15 ++++++++++++++
 drivers/media/v4l2-core/v4l2-ioctl.c          |  2 ++
 include/uapi/linux/videodev2.h                |  2 ++
 5 files changed, 45 insertions(+)