mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v5 0/6] media: rockchip: Add the rkvdec driver
@ 2020-02-19 17:37 Ezequiel Garcia
  2020-02-19 17:37 ` [PATCH v5 1/6] media: uapi: h264: Add DPB entry field reference flags Ezequiel Garcia
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Ezequiel Garcia @ 2020-02-19 17:37 UTC (permalink / raw)
  To: linux-media, devicetree, linux-rockchip, linux-kernel
  Cc: Laurent Pinchart, Rob Herring, Tomasz Figa, Nicolas Dufresne,
	kernel, Paul Kocialkowski, Jonas Karlman, Heiko Stuebner,
	Boris Brezillon, Sakari Ailus, Hans Verkuil, Ezequiel Garcia

Hello,

This is v5 of Boris' rkvdec driver.

This version corrects wrong copyright notices and then adds
a TODO file for the staging driver. The only reason to keep the
driver in staging are the staging uAPI controls.

Thanks,
Ezequiel

Boris Brezillon (5):
  media: v4l2-core: Add helpers to build the H264 P/B0/B1 reflists
  media: hantro: h264: Use the generic H264 reflist builder
  media: dt-bindings: rockchip: Document RK3399 Video Decoder bindings
  media: rkvdec: Add the rkvdec driver
  arm64: dts: rockchip: rk3399: Define the rockchip Video Decoder node

Jonas Karlman (1):
  media: uapi: h264: Add DPB entry field reference flags

 .../bindings/media/rockchip,vdec.yaml         |   71 +
 .../media/uapi/v4l/ext-ctrls-codec.rst        |   16 +
 arch/arm64/boot/dts/rockchip/rk3399.dtsi      |   14 +-
 drivers/media/v4l2-core/Kconfig               |    4 +
 drivers/media/v4l2-core/Makefile              |    1 +
 drivers/media/v4l2-core/v4l2-h264.c           |  258 ++++
 drivers/staging/media/Kconfig                 |    2 +
 drivers/staging/media/Makefile                |    1 +
 drivers/staging/media/hantro/Kconfig          |    1 +
 drivers/staging/media/hantro/hantro_h264.c    |  237 +---
 drivers/staging/media/rkvdec/Kconfig          |   15 +
 drivers/staging/media/rkvdec/Makefile         |    3 +
 drivers/staging/media/rkvdec/TODO             |   11 +
 drivers/staging/media/rkvdec/rkvdec-h264.c    | 1154 +++++++++++++++++
 drivers/staging/media/rkvdec/rkvdec-regs.h    |  223 ++++
 drivers/staging/media/rkvdec/rkvdec.c         | 1134 ++++++++++++++++
 drivers/staging/media/rkvdec/rkvdec.h         |  123 ++
 include/media/h264-ctrls.h                    |    2 +
 include/media/v4l2-h264.h                     |   86 ++
 19 files changed, 3126 insertions(+), 230 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/rockchip,vdec.yaml
 create mode 100644 drivers/media/v4l2-core/v4l2-h264.c
 create mode 100644 drivers/staging/media/rkvdec/Kconfig
 create mode 100644 drivers/staging/media/rkvdec/Makefile
 create mode 100644 drivers/staging/media/rkvdec/TODO
 create mode 100644 drivers/staging/media/rkvdec/rkvdec-h264.c
 create mode 100644 drivers/staging/media/rkvdec/rkvdec-regs.h
 create mode 100644 drivers/staging/media/rkvdec/rkvdec.c
 create mode 100644 drivers/staging/media/rkvdec/rkvdec.h
 create mode 100644 include/media/v4l2-h264.h

-- 
2.25.0

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

end of thread, other threads:[~2020-02-20  8:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-19 17:37 [PATCH v5 0/6] media: rockchip: Add the rkvdec driver Ezequiel Garcia
2020-02-19 17:37 ` [PATCH v5 1/6] media: uapi: h264: Add DPB entry field reference flags Ezequiel Garcia
2020-02-19 17:37 ` [PATCH v5 2/6] media: v4l2-core: Add helpers to build the H264 P/B0/B1 reflists Ezequiel Garcia
2020-02-19 17:37 ` [PATCH v5 3/6] media: hantro: h264: Use the generic H264 reflist builder Ezequiel Garcia
2020-02-19 17:37 ` [PATCH v5 4/6] media: dt-bindings: rockchip: Document RK3399 Video Decoder bindings Ezequiel Garcia
2020-02-19 17:37 ` [PATCH v5 5/6] media: rkvdec: Add the rkvdec driver Ezequiel Garcia
2020-02-19 17:37 ` [PATCH v5 6/6] arm64: dts: rockchip: rk3399: Define the rockchip Video Decoder node Ezequiel Garcia
2020-02-20  8:24 ` [PATCH v5 0/6] media: rockchip: Add the rkvdec driver Hans Verkuil
2020-02-20  8:45 ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome