All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6, 0/7] support mt8195 decoder
@ 2022-05-13  9:25 ` Yunfei Dong
  0 siblings, 0 replies; 48+ messages in thread
From: Yunfei Dong @ 2022-05-13  9:25 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: George Sun, Xiaoyong Lu, Hsin-Yi Wang, Fritz Koenig,
	Daniel Vetter, dri-devel, Irui Wang, Steve Cho, linux-media,
	devicetree, linux-kernel, linux-arm-kernel, linux-mediatek,
	Project_Global_Chrome_Upstream_Group

Firstly, add mt8195 soc lat hardware and compatible, then add documents.
For vp8 only support MM21 mode, H264/vp9 support MT21C, need to separate
them. Lastly, enable H264 inner racing mode to reduce hardware latency.

Patch 1~4 add mt8195 soc lat hardware and compatible, then add documents.
Patch 5 using different format for different codecs.
Patch 6 prevent kernel crash when scp reboot.
Patch 7 enable H264 inner racing mode to reduce hardware latency.
---
This patch depends on "add h264 decoder driver for mt8186"[1]

[1]  https://patchwork.kernel.org/project/linux-mediatek/cover/20220512034620.30500-1-yunfei.dong@mediatek.com/
---
changed with v5:
- fix __iomem not reasonable, align share memory to dram.
changed with v4:
- fix sparse and smatch check fail for patch 7.
changed with v3:
- rebase driver to the latest media_stage.
changed with v2:
- add detail explanation for lat soc hardware for patch 1.
changed with v1:
- separate "Init VP9 stateless decode params" patch and remove it to another one.
- add reviewed-by in patch v3/v4/v6
---
Yunfei Dong (7):
  dt-bindings: media: mediatek: vcodec: Adds decoder dt-bindings for lat
    soc
  media: mediatek: vcodec: Add to support lat soc hardware
  dt-bindings: media: mediatek: vcodec: Adds decoder dt-bindings for
    mt8195
  media: mediatek: vcodec: Adds compatible for mt8195
  media: mediatek: vcodec: Different codec using different capture
    format
  media: mediatek: vcodec: prevent kernel crash when scp ipi timeout
  media: mediatek: vcodec: Add to support H264 inner racing mode

 .../media/mediatek,vcodec-subdev-decoder.yaml | 52 +++++++++++++------
 .../platform/mediatek/vcodec/mtk_vcodec_dec.c | 41 +++++++++++++++
 .../mediatek/vcodec/mtk_vcodec_dec_drv.c      |  8 +++
 .../mediatek/vcodec/mtk_vcodec_dec_hw.c       | 12 +++--
 .../mediatek/vcodec/mtk_vcodec_dec_hw.h       |  2 +
 .../mediatek/vcodec/mtk_vcodec_dec_pm.c       | 50 ++++++++++++++++++
 .../platform/mediatek/vcodec/mtk_vcodec_drv.h | 12 +++++
 .../vcodec/vdec/vdec_h264_req_multi_if.c      | 25 +++++++--
 .../platform/mediatek/vcodec/vdec_vpu_if.c    |  5 ++
 9 files changed, 183 insertions(+), 24 deletions(-)

-- 
2.18.0


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

end of thread, other threads:[~2022-05-18 12:08 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13  9:25 [PATCH v6, 0/7] support mt8195 decoder Yunfei Dong
2022-05-13  9:25 ` Yunfei Dong
2022-05-13  9:25 ` Yunfei Dong
2022-05-13  9:25 ` Yunfei Dong
2022-05-13  9:25 ` [PATCH v6, 1/7] dt-bindings: media: mediatek: vcodec: Adds decoder dt-bindings for lat soc Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25 ` [PATCH v6, 2/7] media: mediatek: vcodec: Add to support lat soc hardware Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25 ` [PATCH v6, 3/7] dt-bindings: media: mediatek: vcodec: Adds decoder dt-bindings for mt8195 Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25 ` [PATCH v6, 4/7] media: mediatek: vcodec: Adds compatible " Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25 ` [PATCH v6, 5/7] media: mediatek: vcodec: Different codec using different capture format Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25 ` [PATCH v6, 6/7] media: mediatek: vcodec: prevent kernel crash when scp ipi timeout Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-18  9:37   ` Hans Verkuil
2022-05-18  9:37     ` Hans Verkuil
2022-05-18  9:37     ` Hans Verkuil
2022-05-18  9:37     ` Hans Verkuil
2022-05-18 11:29     ` yunfei.dong
2022-05-18 11:29       ` yunfei.dong
2022-05-18 11:29       ` yunfei.dong
2022-05-18 11:29       ` yunfei.dong
2022-05-18 11:34       ` Hans Verkuil
2022-05-18 11:34         ` Hans Verkuil
2022-05-18 11:34         ` Hans Verkuil
2022-05-18 11:34         ` Hans Verkuil
2022-05-18 12:06         ` yunfei.dong
2022-05-18 12:06           ` yunfei.dong
2022-05-18 12:06           ` yunfei.dong
2022-05-18 12:06           ` yunfei.dong
2022-05-13  9:25 ` [PATCH v6, 7/7] media: mediatek: vcodec: Add to support H264 inner racing mode Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong
2022-05-13  9:25   ` Yunfei Dong

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.