linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/8] Enable video decoder & encoder for MT8189
@ 2025-07-21 10:55 Kyrie Wu
  2025-07-21 10:55 ` [PATCH v1 1/8] dt-bindings: media: mediatek: decoder: Add MT8189 mediatek,vcodec-decoder Kyrie Wu
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Kyrie Wu @ 2025-07-21 10:55 UTC (permalink / raw)
  To: Tiffany Lin, Andrew-CT Chen, Yunfei Dong, Mauro Carvalho Chehab,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
	AngeloGioacchino Del Regno, Kyrie Wu, Hans Verkuil,
	Nicolas Dufresne, Christophe JAILLET, Sebastian Fricke,
	Nathan Hebert, Arnd Bergmann, Irui Wang, George Sun, linux-media,
	devicetree, linux-kernel, linux-arm-kernel, linux-mediatek
  Cc: Neil Armstrong, Andrzej Pietrasiewicz

This series have the follow changing:
Firstly add mt8189 video decoder compatible, profile and level to support
MT8189 kernel driver.
Secondly fix some bugs, including vp 4K profile2 and media device node
number bug.
Lastly, add mt8189 video encoder compatible.

This series has been tested with MT8189 tast test.
Encoding and decoding worked for this chip.

Patches 1-2 Add decoder compatible.
Patches 3 Add profile and level supporting.
Patches 4 Add core-only VP9 decoding supporting.
Patches 5-6 fix some bugs.
Patches 7-8 Adds encoder compatible.

---
This series patches dependent on:
[1]
https://patchwork.linuxtv.org/project/linux-media/cover/20250510075357.11761-1-yunfei.dong@mediatek.com/
[2]
https://patchwork.linuxtv.org/project/linux-media/cover/20250528063633.14054-1-irui.wang@mediatek.com/

Kyrie Wu (8):
  dt-bindings: media: mediatek: decoder: Add MT8189
    mediatek,vcodec-decoder
  media: mediatek: vcodec: add decoder compatible to support MT8189
  media: mediatek: vcodec: add profile and level supporting for MT8189
  media: mediatek: vcodec: Add core-only VP9 decoding support for MT8189
  media: mediatek: vcodec: fix vp9 4096x2176 fail for profile2
  media: mediatek: vcodec: fix media device node number
  dt-bindings: media: Add MT8189 mediatek,vcodec-encoder
  media: mediatek: encoder: Add MT8189 encoder compatible data

 .../media/mediatek,vcodec-encoder.yaml        |  2 ++
 .../media/mediatek,vcodec-subdev-decoder.yaml |  1 +
 .../vcodec/decoder/mtk_vcodec_dec_drv.c       |  9 +++++-
 .../vcodec/decoder/mtk_vcodec_dec_drv.h       |  1 +
 .../vcodec/decoder/mtk_vcodec_dec_stateless.c |  4 +++
 .../vcodec/decoder/vdec/vdec_vp9_req_lat_if.c | 32 ++++++++++++-------
 .../vcodec/encoder/mtk_vcodec_enc_drv.c       | 14 ++++++++
 7 files changed, 50 insertions(+), 13 deletions(-)

-- 
2.46.0


^ permalink raw reply	[flat|nested] 20+ messages in thread
* [PATCH v1 0/8] Enable video decoder & encoder for MT8189
@ 2025-07-21 10:38 Kyrie Wu
  2025-07-21 10:39 ` [PATCH v1 7/8] dt-bindings: media: Add MT8189 mediatek,vcodec-encoder Kyrie Wu
  0 siblings, 1 reply; 20+ messages in thread
From: Kyrie Wu @ 2025-07-21 10:38 UTC (permalink / raw)
  To: Hans Verkuil, Mauro Carvalho Chehab, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
	AngeloGioacchino Del Regno, Kyrie Wu, linux-media, devicetree,
	linux-kernel, linux-arm-kernel, linux-mediatek

This series have the follow changing:
Firstly add mt8189 video decoder compatible, profile and level to support
MT8196 kernel driver.
Secondly fix some bugs, including vp 4K profile2 and media device node
number bug.
Lastly, add mt8189 video encoder compatible.

This series has been tested with MT8189 tast test.
Encoding and decoding worked for this chip.

Patches 1-2 Add decoder compatible.
Patches 3 Add profile and level supporting.
Patches 4 Add core-only VP9 decoding supporting.
Patches 5-6 fix some bugs.
Patches 7-8 Adds encoder compatible.

---
This series patches dependent on:
[1]
https://patchwork.linuxtv.org/project/linux-media/cover/20250510075357.11761-1-yunfei.dong@mediatek.com/
[2]
https://patchwork.linuxtv.org/project/linux-media/cover/20250528063633.14054-1-irui.wang@mediatek.com/

Kyrie Wu (8):
  dt-bindings: media: mediatek: decoder: Add MT8189
    mediatek,vcodec-decoder
  media: mediatek: vcodec: add decoder compatible to support MT8189
  media: mediatek: vcodec: add profile and level supporting for MT8189
  media: mediatek: vcodec: Add core-only VP9 decoding support for MT8189
  media: mediatek: vcodec: fix vp9 4096x2176 fail for profile2
  media: mediatek: vcodec: fix media device node number
  dt-bindings: media: Add MT8189 mediatek,vcodec-encoder
  media: mediatek: encoder: Add MT8189 encoder compatible data

 .../media/mediatek,vcodec-encoder.yaml        |  2 ++
 .../media/mediatek,vcodec-subdev-decoder.yaml |  1 +
 .../vcodec/decoder/mtk_vcodec_dec_drv.c       |  9 +++++-
 .../vcodec/decoder/mtk_vcodec_dec_drv.h       |  1 +
 .../vcodec/decoder/mtk_vcodec_dec_stateless.c |  4 +++
 .../vcodec/decoder/vdec/vdec_vp9_req_lat_if.c | 32 ++++++++++++-------
 .../vcodec/encoder/mtk_vcodec_enc_drv.c       | 14 ++++++++
 7 files changed, 50 insertions(+), 13 deletions(-)

-- 
2.46.0


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

end of thread, other threads:[~2025-07-29  2:36 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-21 10:55 [PATCH v1 0/8] Enable video decoder & encoder for MT8189 Kyrie Wu
2025-07-21 10:55 ` [PATCH v1 1/8] dt-bindings: media: mediatek: decoder: Add MT8189 mediatek,vcodec-decoder Kyrie Wu
2025-07-22  7:25   ` Krzysztof Kozlowski
2025-07-22  8:11     ` Kyrie Wu (吴晗)
2025-07-22 11:09       ` Krzysztof Kozlowski
2025-07-24  2:24         ` Kyrie Wu (吴晗)
2025-07-21 10:55 ` [PATCH v1 2/8] media: mediatek: vcodec: add decoder compatible to support MT8189 Kyrie Wu
2025-07-21 10:55 ` [PATCH v1 3/8] media: mediatek: vcodec: add profile and level supporting for MT8189 Kyrie Wu
2025-07-21 10:55 ` [PATCH v1 4/8] media: mediatek: vcodec: Add core-only VP9 decoding support " Kyrie Wu
2025-07-21 10:55 ` [PATCH v1 5/8] media: mediatek: vcodec: fix vp9 4096x2176 fail for profile2 Kyrie Wu
2025-07-21 10:55 ` [PATCH v1 6/8] media: mediatek: vcodec: fix media device node number Kyrie Wu
2025-07-21 10:55 ` [PATCH v1 7/8] dt-bindings: media: Add MT8189 mediatek,vcodec-encoder Kyrie Wu
2025-07-22  7:26   ` Krzysztof Kozlowski
2025-07-22  8:16     ` Kyrie Wu (吴晗)
2025-07-22 11:09       ` Krzysztof Kozlowski
2025-07-24  2:55         ` Kyrie Wu (吴晗)
2025-07-21 10:55 ` [PATCH v1 8/8] media: mediatek: encoder: Add MT8189 encoder compatible data Kyrie Wu
2025-07-28 20:31 ` [PATCH v1 0/8] Enable video decoder & encoder for MT8189 Nicolas Dufresne
2025-07-29  2:35   ` Kyrie Wu (吴晗)
  -- strict thread matches above, loose matches on Subject: below --
2025-07-21 10:38 Kyrie Wu
2025-07-21 10:39 ` [PATCH v1 7/8] dt-bindings: media: Add MT8189 mediatek,vcodec-encoder Kyrie Wu

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