[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f7f8344c-7a72-4450-81c7-8bff4569f044@foss.st.com>
Date: Wed, 24 Jan 2024 13:36:02 +0100
From: Alexandre TORGUE <alexandre.torgue@...s.st.com>
To: Hugues Fruchet <hugues.fruchet@...s.st.com>,
Ezequiel Garcia
<ezequiel@...guardiasur.com.ar>,
Philipp Zabel <p.zabel@...gutronix.de>,
Andrzej Pietrasiewicz <andrzej.p@...labora.com>,
Nicolas Dufresne
<nicolas.dufresne@...labora.com>,
Sakari Ailus
<sakari.ailus@...ux.intel.com>,
Benjamin Gaignard
<benjamin.gaignard@...labora.com>,
Laurent Pinchart
<laurent.pinchart+renesas@...asonboard.com>,
Daniel Almeida
<daniel.almeida@...labora.com>,
Benjamin Mugnier
<benjamin.mugnier@...s.st.com>,
Heiko Stuebner <heiko@...ech.de>,
Mauro
Carvalho Chehab <mchehab@...nel.org>,
Hans Verkuil <hverkuil@...all.nl>, <linux-media@...r.kernel.org>,
Maxime Coquelin <mcoquelin.stm32@...il.com>,
<linux-stm32@...md-mailman.stormreply.com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley
<conor+dt@...nel.org>, <devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, <linux-kernel@...r.kernel.org>,
<linux-rockchip@...ts.infradead.org>
CC: Marco Felsch <m.felsch@...gutronix.de>, Adam Ford <aford173@...il.com>
Subject: Re: [RESEND PATCH v6 0/5] Add support for video hardware codec of
STMicroelectronics STM32 SoC series
Hi
On 1/10/24 11:46, Hugues Fruchet wrote:
> This patchset introduces support for VDEC video hardware decoder
> and VENC video hardware encoder of STMicroelectronics STM32MP25
> SoC series.
>
> This initial support implements H264 decoding, VP8 decoding and
> JPEG encoding.
>
> This has been tested on STM32MP257F-EV1 evaluation board.
>
> ===========
> = history =
> ===========
> version 6:
> - Use a single file for VDEC and VENC variants as suggested by Alex Bee
> - Fix some typos raised by Sebastian Fricke
> - Add Krzysztof Kozlowski Reviewed-by
>
> version 5:
> - Precise that video decoding as been successfully tested up to full HD
> - Add Nicolas Dufresne Reviewed-by
>
> version 4:
> - Fix comments from Nicolas about dropping encoder raw steps
>
> version 3:
> - Fix remarks from Krzysztof Kozlowski:
> - drop "items", we keep simple enum in such case
> - drop second example - it is the same as the first
> - Drop unused node labels as suggested by Conor Dooley
> - Revisit min/max resolutions as suggested by Nicolas Dufresne
>
> version 2:
> - Fix remarks from Krzysztof Kozlowski on v1:
> - single video-codec binding for both VDEC/VENC
> - get rid of "-names"
> - use of generic node name "video-codec"
>
> version 1:
> - Initial submission
>
> Hugues Fruchet (5):
> dt-bindings: media: Document STM32MP25 VDEC & VENC video codecs
> media: hantro: add support for STM32MP25 VDEC
> media: hantro: add support for STM32MP25 VENC
> arm64: dts: st: add video decoder support to stm32mp255
> arm64: dts: st: add video encoder support to stm32mp255
>
Sakari, Mauro, do you plan to take patches 1 to 3 on your next branch ?
I will take DT pacthes in mine but I would like to be sure that
dt-binding will be applied in a next branch (for the next v6.9 cycle);
regards
Alex
> .../media/st,stm32mp25-video-codec.yaml | 49 +++++
> arch/arm64/boot/dts/st/stm32mp251.dtsi | 12 ++
> arch/arm64/boot/dts/st/stm32mp255.dtsi | 17 ++
> drivers/media/platform/verisilicon/Kconfig | 14 +-
> drivers/media/platform/verisilicon/Makefile | 3 +
> .../media/platform/verisilicon/hantro_drv.c | 4 +
> .../media/platform/verisilicon/hantro_hw.h | 2 +
> .../platform/verisilicon/stm32mp25_vpu_hw.c | 186 ++++++++++++++++++
> 8 files changed, 284 insertions(+), 3 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/media/st,stm32mp25-video-codec.yaml
> create mode 100644 drivers/media/platform/verisilicon/stm32mp25_vpu_hw.c
>
Powered by blists - more mailing lists