linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/9] media: tegra-video: Add support for capturing from HDMI-to-CSI bridge
@ 2020-10-20 19:36 Sowjanya Komatineni
  2020-10-20 19:36 ` [PATCH v1 1/9] media: tegra-video: Use zero crop settings if subdev has no get_selection Sowjanya Komatineni
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Sowjanya Komatineni @ 2020-10-20 19:36 UTC (permalink / raw)
  To: skomatineni, thierry.reding, jonathanh, hverkuil
  Cc: mchehab, linux-media, linux-tegra, linux-kernel

This series includes below changes to allow capturing from HDMI-to-CSI bridges.
- Add DV timing, EDID and log status V4L2 IOCTLs
- Subscribe V4L2_EVENT_SOURCE_CHANGE
- Implement V4L2 device notify callback to report queue error on source change
  during active streaming.
- Add support for NV16 V4L2 Pixel format.

This series also include below fixes
- Allow format change for subdevs that don't have crop support.
- Correct V4L2 Pixel format for RGB888_1X24
- Enable VI pixel transform for YUV and RGB formats.


Sowjanya Komatineni (9):
  media: tegra-video: Use zero crop settings if subdev has no
    get_selection
  media: tegra-video: Enable VI pixel transform for YUV and RGB formats
  media: tegra-video: Fix V4L2 pixel format for RGB888_1X24
  media: tegra-video: Add support for V4L2_PIX_FMT_NV16
  media: tegra-video: Add DV timing support
  media: tegra-video: Add support for EDID ioctl ops
  media: tegra-video: Add support for VIDIOC_LOG_STATUS ioctl
  media: tegra-video: Add support for V4L2_EVENT_SOURCE_CHANGE
  media: tegra-video: Implement V4L2 device notify callback

 drivers/staging/media/tegra-video/tegra210.c |  30 ++++-
 drivers/staging/media/tegra-video/vi.c       | 171 ++++++++++++++++++++++++++-
 drivers/staging/media/tegra-video/video.c    |  18 +++
 3 files changed, 211 insertions(+), 8 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2020-10-20 19:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20 19:36 [PATCH v1 0/9] media: tegra-video: Add support for capturing from HDMI-to-CSI bridge Sowjanya Komatineni
2020-10-20 19:36 ` [PATCH v1 1/9] media: tegra-video: Use zero crop settings if subdev has no get_selection Sowjanya Komatineni
2020-10-20 19:36 ` [PATCH v1 2/9] media: tegra-video: Enable VI pixel transform for YUV and RGB formats Sowjanya Komatineni
2020-10-20 19:36 ` [PATCH v1 3/9] media: tegra-video: Fix V4L2 pixel format for RGB888_1X24 Sowjanya Komatineni
2020-10-20 19:36 ` [PATCH v1 4/9] media: tegra-video: Add support for V4L2_PIX_FMT_NV16 Sowjanya Komatineni
2020-10-20 19:36 ` [PATCH v1 5/9] media: tegra-video: Add DV timing support Sowjanya Komatineni
2020-10-20 19:36 ` [PATCH v1 6/9] media: tegra-video: Add support for EDID ioctl ops Sowjanya Komatineni
2020-10-20 19:36 ` [PATCH v1 7/9] media: tegra-video: Add support for VIDIOC_LOG_STATUS ioctl Sowjanya Komatineni
2020-10-20 19:36 ` [PATCH v1 8/9] media: tegra-video: Add support for V4L2_EVENT_SOURCE_CHANGE Sowjanya Komatineni
2020-10-20 19:36 ` [PATCH v1 9/9] media: tegra-video: Implement V4L2 device notify callback Sowjanya Komatineni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).