All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] imx-media: Fixes for bt.656 interlaced capture
@ 2018-05-25 23:53 Steve Longerbeam
  2018-05-25 23:53 ` [PATCH 1/6] media: imx-csi: Fix interlaced bt.656 Steve Longerbeam
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Steve Longerbeam @ 2018-05-25 23:53 UTC (permalink / raw)
  To: Philipp Zabel, Krzysztof Hałasa, Mauro Carvalho Chehab,
	Greg Kroah-Hartman, Hans Verkuil
  Cc: linux-media, Steve Longerbeam

A set of patches that fixes some bugs with capturing from a bt.656
interlaced source, and incompatibilites between IDMAC interlace
interweaving and 4:2:0 data write reduction.

Steve Longerbeam (6):
  media: imx-csi: Fix interlaced bt.656
  gpu: ipu-csi: Check for field type alternate
  media: videodev2.h: Add macro V4L2_FIELD_IS_SEQUENTIAL
  media: imx-csi: Enable interlaced scan for field type alternate
  media: imx-csi: Allow skipping odd chroma rows for YVU420
  media: staging/imx: interweave and odd-chroma-row skip are
    incompatible

 drivers/gpu/ipu-v3/ipu-csi.c                |  3 ++-
 drivers/staging/media/imx/imx-ic-prpencvf.c | 18 ++++++++++++-----
 drivers/staging/media/imx/imx-media-csi.c   | 31 ++++++++++++++---------------
 include/uapi/linux/videodev2.h              |  4 ++++
 4 files changed, 34 insertions(+), 22 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-05-30 17:48 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-25 23:53 [PATCH 0/6] imx-media: Fixes for bt.656 interlaced capture Steve Longerbeam
2018-05-25 23:53 ` [PATCH 1/6] media: imx-csi: Fix interlaced bt.656 Steve Longerbeam
2018-05-25 23:53 ` [PATCH 2/6] gpu: ipu-csi: Check for field type alternate Steve Longerbeam
2018-05-25 23:53 ` [PATCH 3/6] media: videodev2.h: Add macro V4L2_FIELD_IS_SEQUENTIAL Steve Longerbeam
2018-05-26  0:10   ` Nicolas Dufresne
2018-05-26  0:19     ` Steve Longerbeam
2018-05-26  1:14       ` Nicolas Dufresne
2018-05-26  1:21         ` Nicolas Dufresne
2018-05-26 17:00           ` Steve Longerbeam
2018-05-25 23:53 ` [PATCH 4/6] media: imx-csi: Enable interlaced scan for field type alternate Steve Longerbeam
2018-05-28  7:00   ` Philipp Zabel
2018-05-28  7:59     ` Ian Arkver
2018-05-28 16:38       ` Steve Longerbeam
2018-05-30 17:48         ` Philipp Zabel
2018-05-25 23:53 ` [PATCH 5/6] media: imx-csi: Allow skipping odd chroma rows for YVU420 Steve Longerbeam
2018-05-25 23:53 ` [PATCH 6/6] media: staging/imx: interweave and odd-chroma-row skip are incompatible Steve Longerbeam

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.