All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4, 0/3] add h264 decoder driver for mt8186
@ 2022-05-12  3:46 ` Yunfei Dong
  0 siblings, 0 replies; 49+ messages in thread
From: Yunfei Dong @ 2022-05-12  3:46 UTC (permalink / raw)
  To: Yunfei Dong, Alexandre Courbot, Nicolas Dufresne, Hans Verkuil,
	AngeloGioacchino Del Regno, Benjamin Gaignard, Tiffany Lin,
	Andrew-CT Chen, Mauro Carvalho Chehab, Rob Herring,
	Matthias Brugger, Tomasz Figa
  Cc: Irui Wang, George Sun, Steve Cho, devicetree,
	Project_Global_Chrome_Upstream_Group, linux-kernel, dri-devel,
	Xiaoyong Lu, linux-mediatek, Hsin-Yi Wang, Fritz Koenig,
	linux-arm-kernel, linux-media

Firstly, add mt8186 compatible and private data, then add document for
compatible "mediatek,mt8186-vcodec-dec". For mt8186 is single core
architecture, need to add new interface for h264 hardware decoder.

Patche 1 add mt8186 compatible and private data.
Patche 2 add mt8186 compatible document.
Patche 3 add h264 single core driver.
---
This patch depends on "support for MT8192 decoder"[1]

[1]  https://patchwork.kernel.org/project/linux-mediatek/cover/20220512021950.29087-1-yunfei.dong@mediatek.com/
---
changed with v3:
- fix __iomem not reasonable, align share memory to dram.
changed with v2:
- fix sparse and smatch check fail for patch 3
changed with v1:
- rebase driver to the latest media_stage.
---
Yunfei Dong (3):
  dt-bindings: media: mediatek: vcodec: Adds decoder dt-bindings for
    mt8186
  media: mediatek: vcodec: Support MT8186
  media: mediatek: vcodec: add h264 decoder driver for mt8186

 .../media/mediatek,vcodec-subdev-decoder.yaml |   4 +-
 .../platform/mediatek/vcodec/mtk_vcodec_dec.h |   1 +
 .../mediatek/vcodec/mtk_vcodec_dec_drv.c      |   4 +
 .../vcodec/mtk_vcodec_dec_stateless.c         |  19 ++
 .../vcodec/vdec/vdec_h264_req_multi_if.c      | 177 +++++++++++++++++-
 5 files changed, 203 insertions(+), 2 deletions(-)

-- 
2.18.0


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

end of thread, other threads:[~2022-06-22  1:49 UTC | newest]

Thread overview: 49+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-12  3:46 [PATCH v4, 0/3] add h264 decoder driver for mt8186 Yunfei Dong
2022-05-12  3:46 ` Yunfei Dong
2022-05-12  3:46 ` Yunfei Dong
2022-05-12  3:46 ` Yunfei Dong
2022-05-12  3:46 ` [PATCH v4, 1/3] dt-bindings: media: mediatek: vcodec: Adds decoder dt-bindings " Yunfei Dong
2022-05-12  3:46   ` Yunfei Dong
2022-05-12  3:46   ` Yunfei Dong
2022-05-12  3:46   ` Yunfei Dong
2022-05-12  3:46 ` [PATCH v4, 2/3] media: mediatek: vcodec: Support MT8186 Yunfei Dong
2022-05-12  3:46   ` Yunfei Dong
2022-05-12  3:46   ` Yunfei Dong
2022-05-12  3:46   ` Yunfei Dong
2022-05-12  3:46 ` [PATCH v4, 3/3] media: mediatek: vcodec: add h264 decoder driver for mt8186 Yunfei Dong
2022-05-12  3:46   ` Yunfei Dong
2022-05-12  3:46   ` Yunfei Dong
2022-05-12  3:46   ` Yunfei Dong
2022-06-13 20:08   ` Nicolas Dufresne
2022-06-13 20:08     ` Nicolas Dufresne
2022-06-13 20:08     ` Nicolas Dufresne
2022-06-13 20:08     ` Nicolas Dufresne
2022-06-15 11:33     ` yunfei.dong
2022-06-15 11:33       ` yunfei.dong
2022-06-15 11:33       ` yunfei.dong
2022-06-21 14:53       ` Nicolas Dufresne
2022-06-21 14:53         ` Nicolas Dufresne
2022-06-21 14:53         ` Nicolas Dufresne
2022-06-22  1:46         ` yunfei.dong
2022-06-22  1:46           ` yunfei.dong
2022-06-22  1:46           ` yunfei.dong
2022-06-13 20:10 ` [PATCH v4, 0/3] " Nicolas Dufresne
2022-06-13 20:10   ` Nicolas Dufresne
2022-06-13 20:10   ` Nicolas Dufresne
2022-06-13 20:10   ` Nicolas Dufresne
2022-06-14 17:46   ` Nicolas Dufresne
2022-06-14 17:46     ` Nicolas Dufresne
2022-06-14 17:46     ` Nicolas Dufresne
2022-06-14 17:46     ` Nicolas Dufresne
2022-06-15 11:43     ` yunfei.dong
2022-06-15 11:43       ` yunfei.dong
2022-06-15 11:43       ` yunfei.dong
2022-06-22  1:42     ` yunfei.dong
2022-06-22  1:42       ` yunfei.dong
2022-06-22  1:42       ` yunfei.dong
2022-06-15 11:37   ` yunfei.dong
2022-06-15 11:37     ` yunfei.dong
2022-06-15 11:37     ` yunfei.dong
2022-06-21 14:56     ` Nicolas Dufresne
2022-06-21 14:56       ` Nicolas Dufresne
2022-06-21 14:56       ` Nicolas Dufresne

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.