All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Add support for video hardware codec of STMicroelectronics STM32 SoC series
@ 2023-10-04  9:15 ` Hugues Fruchet
  0 siblings, 0 replies; 69+ messages in thread
From: Hugues Fruchet @ 2023-10-04  9:15 UTC (permalink / raw)
  To: Ezequiel Garcia, Philipp Zabel, Mauro Carvalho Chehab,
	Hans Verkuil, linux-media, Maxime Coquelin, Alexandre Torgue,
	linux-stm32, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	devicetree, linux-arm-kernel, linux-kernel, linux-rockchip
  Cc: Hugues Fruchet, Andrzej Pietrasiewicz

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.

Hugues Fruchet (7):
  dt-bindings: media: Document STM32MP25 VDEC video decoder
  media: hantro: add support for STM32MP25 VDEC
  dt-bindings: media: Document STM32MP25 VENC video encoder
  media: hantro: add support for STM32MP25 VENC
  arm64: dts: st: add soc & rifsc structure to stm32mp255
  arm64: dts: st: add video decoder support to stm32mp255
  arm64: dts: st: add video encoder support to stm32mp255

 .../bindings/media/st,stm32mp25-vdec.yaml     |  56 +++++++
 .../bindings/media/st,stm32mp25-venc.yaml     |  56 +++++++
 arch/arm64/boot/dts/st/stm32mp251.dtsi        |  12 ++
 arch/arm64/boot/dts/st/stm32mp255.dtsi        |  21 +++
 drivers/media/platform/verisilicon/Kconfig    |  14 +-
 drivers/media/platform/verisilicon/Makefile   |   4 +
 .../media/platform/verisilicon/hantro_drv.c   |   4 +
 .../media/platform/verisilicon/hantro_hw.h    |   2 +
 .../platform/verisilicon/stm32mp25_vdec_hw.c  |  92 +++++++++++
 .../platform/verisilicon/stm32mp25_venc_hw.c  | 147 ++++++++++++++++++
 10 files changed, 405 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/st,stm32mp25-vdec.yaml
 create mode 100644 Documentation/devicetree/bindings/media/st,stm32mp25-venc.yaml
 create mode 100644 drivers/media/platform/verisilicon/stm32mp25_vdec_hw.c
 create mode 100644 drivers/media/platform/verisilicon/stm32mp25_venc_hw.c

-- 
2.25.1


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

end of thread, other threads:[~2023-10-11 15:21 UTC | newest]

Thread overview: 69+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-04  9:15 [PATCH 0/7] Add support for video hardware codec of STMicroelectronics STM32 SoC series Hugues Fruchet
2023-10-04  9:15 ` Hugues Fruchet
2023-10-04  9:15 ` Hugues Fruchet
2023-10-04  9:15 ` [PATCH 1/7] dt-bindings: media: Document STM32MP25 VDEC video decoder Hugues Fruchet
2023-10-04  9:15   ` Hugues Fruchet
2023-10-04  9:15   ` Hugues Fruchet
2023-10-05 19:45   ` Krzysztof Kozlowski
2023-10-05 19:45     ` Krzysztof Kozlowski
2023-10-05 19:45     ` Krzysztof Kozlowski
2023-10-09 13:10     ` Hugues FRUCHET
2023-10-09 13:10       ` Hugues FRUCHET
2023-10-09 13:10       ` Hugues FRUCHET
2023-10-04  9:15 ` [PATCH 2/7] media: hantro: add support for STM32MP25 VDEC Hugues Fruchet
2023-10-04  9:15   ` Hugues Fruchet
2023-10-04  9:15   ` Hugues Fruchet
2023-10-11 15:21   ` Nicolas Dufresne
2023-10-11 15:21     ` Nicolas Dufresne
2023-10-11 15:21     ` Nicolas Dufresne
2023-10-04  9:15 ` [PATCH 3/7] dt-bindings: media: Document STM32MP25 VENC video encoder Hugues Fruchet
2023-10-04  9:15   ` Hugues Fruchet
2023-10-04  9:15   ` Hugues Fruchet
2023-10-04 23:41   ` Adam Ford
2023-10-04 23:41     ` Adam Ford
2023-10-04 23:41     ` Adam Ford
2023-10-05  7:44     ` Hugues FRUCHET
2023-10-05  7:44       ` Hugues FRUCHET
2023-10-05  7:44       ` Hugues FRUCHET
2023-10-06 16:27     ` Rob Herring
2023-10-06 16:27       ` Rob Herring
2023-10-06 16:27       ` Rob Herring
2023-10-09 13:06       ` Hugues FRUCHET
2023-10-09 13:06         ` Hugues FRUCHET
2023-10-09 13:06         ` Hugues FRUCHET
2023-10-05 19:45   ` Krzysztof Kozlowski
2023-10-05 19:45     ` Krzysztof Kozlowski
2023-10-05 19:45     ` Krzysztof Kozlowski
2023-10-09 13:49     ` Hugues FRUCHET
2023-10-09 13:49       ` Hugues FRUCHET
2023-10-09 13:49       ` Hugues FRUCHET
2023-10-09 13:56       ` Krzysztof Kozlowski
2023-10-09 13:56         ` Krzysztof Kozlowski
2023-10-09 13:56         ` Krzysztof Kozlowski
2023-10-09 14:24         ` Hugues FRUCHET
2023-10-09 14:24           ` Hugues FRUCHET
2023-10-09 14:24           ` Hugues FRUCHET
2023-10-09 14:28           ` Krzysztof Kozlowski
2023-10-09 14:28             ` Krzysztof Kozlowski
2023-10-09 14:28             ` Krzysztof Kozlowski
2023-10-09 15:56             ` Hugues FRUCHET
2023-10-09 15:56               ` Hugues FRUCHET
2023-10-09 15:56               ` Hugues FRUCHET
2023-10-04  9:15 ` [PATCH 4/7] media: hantro: add support for STM32MP25 VENC Hugues Fruchet
2023-10-04  9:15   ` Hugues Fruchet
2023-10-04  9:15   ` Hugues Fruchet
2023-10-04  9:15 ` [PATCH 5/7] arm64: dts: st: add soc & rifsc structure to stm32mp255 Hugues Fruchet
2023-10-04  9:15   ` Hugues Fruchet
2023-10-04  9:15   ` Hugues Fruchet
2023-10-05 19:46   ` Krzysztof Kozlowski
2023-10-05 19:46     ` Krzysztof Kozlowski
2023-10-05 19:46     ` Krzysztof Kozlowski
2023-10-09 13:54     ` Hugues FRUCHET
2023-10-09 13:54       ` Hugues FRUCHET
2023-10-09 13:54       ` Hugues FRUCHET
2023-10-04  9:15 ` [PATCH 6/7] arm64: dts: st: add video decoder support " Hugues Fruchet
2023-10-04  9:15   ` Hugues Fruchet
2023-10-04  9:15   ` Hugues Fruchet
2023-10-04  9:15 ` [PATCH 7/7] arm64: dts: st: add video encoder " Hugues Fruchet
2023-10-04  9:15   ` Hugues Fruchet
2023-10-04  9:15   ` Hugues Fruchet

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.