All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add new bayer ir formats
@ 2021-04-27 12:06 ` Marco Felsch
  0 siblings, 0 replies; 46+ messages in thread
From: Marco Felsch @ 2021-04-27 12:06 UTC (permalink / raw)
  To: p.zabel, mchehab, slongerbeam, hverkuil-cisco, laurent.pinchart,
	sakari.ailus
  Cc: linux-arm-kernel, linux-media, kernel

Hi all,

this adds the inital support for a new sensor format called RGB-IR
found on sensors from OnSemi [1]. This is a new custom bayer format with
interleaved ir pixels. For more information see the documentation
commit.

[1] https://www.onsemi.com/products/sensors/image-sensors-processors/image-sensors/ar0237sr

Marco Felsch (6):
  media: uapi: Add MEDIA_BUS_FMT_SGRGB_IGIG_GBGR_IGIG media bus formats
  media: v4l: Add definition for bayered IR formats
  media: v4l2-ioctl.c: add V4L2_PIX_FMT_SGRGB_IGIG_GBGR_IGIG to
    v4l_fill_fmtdesc
  media: video-mux: add new SGRGB_IGIG_GBGR_IGIG format support
  gpu: ipu-v3: add custom SGRGB_IGIG_GBGR_IGIG format support
  media: imx: csi: add custom SGRGB_IGIG_GBGR_IGIG format support

 .../media/v4l/subdev-formats.rst              | 42 +++++++++++++++++++
 drivers/gpu/ipu-v3/ipu-cpmem.c                |  2 +
 drivers/gpu/ipu-v3/ipu-csi.c                  |  2 +
 drivers/media/platform/video-mux.c            |  2 +
 drivers/media/v4l2-core/v4l2-ioctl.c          |  2 +
 drivers/staging/media/imx/imx-media-csi.c     |  2 +
 drivers/staging/media/imx/imx-media-utils.c   | 12 ++++++
 include/uapi/linux/media-bus-format.h         |  4 +-
 include/uapi/linux/videodev2.h                |  4 ++
 9 files changed, 71 insertions(+), 1 deletion(-)

-- 
2.29.2


^ permalink raw reply	[flat|nested] 46+ messages in thread

end of thread, other threads:[~2023-02-09  9:50 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27 12:06 [PATCH 0/6] Add new bayer ir formats Marco Felsch
2021-04-27 12:06 ` Marco Felsch
2021-04-27 12:06 ` [PATCH 1/6] media: uapi: Add MEDIA_BUS_FMT_SGRGB_IGIG_GBGR_IGIG media bus formats Marco Felsch
2021-04-27 12:06   ` Marco Felsch
2021-04-29  1:51   ` Laurent Pinchart
2021-04-29  1:51     ` Laurent Pinchart
2021-04-29  7:49     ` Marco Felsch
2021-04-29  7:49       ` Marco Felsch
2021-04-29  8:44       ` Mauro Carvalho Chehab
2021-04-29  8:44         ` Mauro Carvalho Chehab
2021-04-29 16:53         ` Laurent Pinchart
2021-04-29 16:53           ` Laurent Pinchart
2021-04-30 12:44           ` Mauro Carvalho Chehab
2021-04-30 12:44             ` Mauro Carvalho Chehab
2021-04-29 22:14       ` Laurent Pinchart
2021-04-29 22:14         ` Laurent Pinchart
2021-04-30  6:51         ` Marco Felsch
2021-04-30  6:51           ` Marco Felsch
2021-04-30 12:18           ` Laurent Pinchart
2021-04-30 12:18             ` Laurent Pinchart
2021-04-30 12:51             ` Mauro Carvalho Chehab
2021-04-30 12:51               ` Mauro Carvalho Chehab
2021-04-30 12:58               ` Laurent Pinchart
2021-04-30 12:58                 ` Laurent Pinchart
2023-02-08 19:44                 ` Marco Felsch
2023-02-08 19:44                   ` Marco Felsch
2023-02-09  9:49                   ` Laurent Pinchart
2023-02-09  9:49                     ` Laurent Pinchart
2021-04-27 12:06 ` [PATCH 2/6] media: v4l: Add definition for bayered IR formats Marco Felsch
2021-04-27 12:06   ` Marco Felsch
2021-04-29  1:45   ` Laurent Pinchart
2021-04-29  1:45     ` Laurent Pinchart
2021-04-29  7:07     ` Marco Felsch
2021-04-29  7:07       ` Marco Felsch
2021-04-27 12:06 ` [PATCH 3/6] media: v4l2-ioctl.c: add V4L2_PIX_FMT_SGRGB_IGIG_GBGR_IGIG to v4l_fill_fmtdesc Marco Felsch
2021-04-27 12:06   ` Marco Felsch
2021-04-27 12:06 ` [PATCH 4/6] media: video-mux: add new SGRGB_IGIG_GBGR_IGIG format support Marco Felsch
2021-04-27 12:06   ` Marco Felsch
2021-04-27 12:07 ` [PATCH 5/6] gpu: ipu-v3: add custom " Marco Felsch
2021-04-27 12:07   ` Marco Felsch
2021-04-27 12:07 ` [PATCH 6/6] media: imx: csi: " Marco Felsch
2021-04-27 12:07   ` Marco Felsch
2021-04-27 12:09 ` [PATCH 0/6] Add new bayer ir formats Marco Felsch
2021-04-27 12:09   ` Marco Felsch
2022-11-24 14:49 ` Hans Verkuil
2022-11-24 14:49   ` Hans Verkuil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.