All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] rcar-vin: Support V4L2_FIELD_SEQ_{TB,BT}
@ 2019-12-10  2:05 Niklas Söderlund
  2019-12-10  2:05 ` [PATCH v3 1/2] rcar-vin: Move hardware buffer tracking to own struct Niklas Söderlund
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Niklas Söderlund @ 2019-12-10  2:05 UTC (permalink / raw)
  To: Laurent Pinchart, linux-media; +Cc: linux-renesas-soc, Niklas Söderlund

Hi,

This series add support for sequential filed formats to rcar-vin. The
series is based on the media-tree and tested on both R-Car Gen2 and Gen3
boards without regressions.

Patch 1/2 prepares for the new filed formats by reworking and renaming
an existing struct member while 2/2 adds support for the two new field
formats.

Niklas Söderlund (2):
  rcar-vin: Move hardware buffer tracking to own struct
  rcar-vin: Add support for V4L2_FIELD_SEQ_{TB,BT}

 drivers/media/platform/rcar-vin/rcar-dma.c  | 91 ++++++++++++++++-----
 drivers/media/platform/rcar-vin/rcar-v4l2.c |  5 ++
 drivers/media/platform/rcar-vin/rcar-vin.h  | 28 ++++++-
 3 files changed, 100 insertions(+), 24 deletions(-)

-- 
2.24.0


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

end of thread, other threads:[~2019-12-11 11:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-10  2:05 [PATCH v3 0/2] rcar-vin: Support V4L2_FIELD_SEQ_{TB,BT} Niklas Söderlund
2019-12-10  2:05 ` [PATCH v3 1/2] rcar-vin: Move hardware buffer tracking to own struct Niklas Söderlund
2019-12-11  9:44   ` Jacopo Mondi
2019-12-11 11:28     ` Niklas Söderlund
2019-12-10  2:05 ` [PATCH v3 2/2] rcar-vin: Add support for V4L2_FIELD_SEQ_{TB,BT} Niklas Söderlund
2019-12-11 11:22   ` Jacopo Mondi
2019-12-11  9:45 ` [PATCH v3 0/2] rcar-vin: Support V4L2_FIELD_SEQ_{TB,BT} Jacopo Mondi

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.