devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Add support for Video Data Order Adapter
@ 2016-12-09 16:58 Michael Tretter
  2016-12-09 16:58 ` [PATCH v2 1/7] ARM: dts: imx6qdl: Add VDOA compatible and clocks properties Michael Tretter
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Michael Tretter @ 2016-12-09 16:58 UTC (permalink / raw)
  To: linux-media-u79uwXL29TY76Z2rM5mHXA
  Cc: Philipp Zabel, devicetree-u79uwXL29TY76Z2rM5mHXA, Hans Verkuil,
	Mauro Carvalho Chehab, Michael Tretter

Hello,

This is v2 of a patch series that adds support for the Video Data Order
Adapter (VDOA) that can be found on Freescale i.MX6. It converts the
macroblock tiled format produced by the CODA 960 video decoder to a
raster-ordered format for scanout.

Changes since v1:

- Dropped patch 8/9 of v1
- Patch 1/7: Add devicetree binding documentation for fsl-vdoa
- Patch 6/7: I merged patch 5/9 and patch 8/9 of v1 into a single patch
- Patch 6/7: Use dt compatible instead of a phandle to find VDOA device
- Patch 6/7: Always check VDOA availability even if disabled via module
  parameter and do not print a message if VDOA cannot be found
- Patch 6/7: Do not change the CODA context in coda_try_fmt()
- Patch 6/7: Allocate an additional internal frame if the VDOA is in use

Michael


Michael Tretter (3):
  [media] coda: fix frame index to returned error
  [media] coda: use VDOA for un-tiling custom macroblock format
  [media] coda: support YUYV output if VDOA is used

Philipp Zabel (4):
  ARM: dts: imx6qdl: Add VDOA compatible and clocks properties
  [media] coda: add i.MX6 VDOA driver
  [media] coda: correctly set capture compose rectangle
  [media] coda: add debug output about tiling

 .../devicetree/bindings/media/fsl-vdoa.txt         |  21 ++
 arch/arm/boot/dts/imx6qdl.dtsi                     |   2 +
 drivers/media/platform/Kconfig                     |   3 +
 drivers/media/platform/coda/Makefile               |   1 +
 drivers/media/platform/coda/coda-bit.c             |  93 ++++--
 drivers/media/platform/coda/coda-common.c          | 175 ++++++++++-
 drivers/media/platform/coda/coda.h                 |   3 +
 drivers/media/platform/coda/imx-vdoa.c             | 335 +++++++++++++++++++++
 drivers/media/platform/coda/imx-vdoa.h             |  58 ++++
 9 files changed, 649 insertions(+), 42 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/fsl-vdoa.txt
 create mode 100644 drivers/media/platform/coda/imx-vdoa.c
 create mode 100644 drivers/media/platform/coda/imx-vdoa.h

-- 
2.10.2

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-12-13 18:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-09 16:58 [PATCH v2 0/7] Add support for Video Data Order Adapter Michael Tretter
2016-12-09 16:58 ` [PATCH v2 1/7] ARM: dts: imx6qdl: Add VDOA compatible and clocks properties Michael Tretter
2016-12-13 18:52   ` Rob Herring
2016-12-09 16:58 ` [PATCH v2 2/7] [media] coda: add i.MX6 VDOA driver Michael Tretter
     [not found] ` <20161209165903.1293-1-m.tretter-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2016-12-09 16:58   ` [PATCH v2 3/7] [media] coda: correctly set capture compose rectangle Michael Tretter
2016-12-09 16:59   ` [PATCH v2 4/7] [media] coda: add debug output about tiling Michael Tretter
2016-12-09 16:59   ` [PATCH v2 5/7] [media] coda: fix frame index to returned error Michael Tretter
2016-12-09 16:59   ` [PATCH v2 6/7] [media] coda: use VDOA for un-tiling custom macroblock format Michael Tretter
2016-12-09 16:59 ` [PATCH v2 7/7] [media] coda: support YUYV output if VDOA is used Michael Tretter

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).