All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v12 0/4] Add mmsys and mutex support for MDP
@ 2022-03-01 10:02 ` Moudy Ho
  0 siblings, 0 replies; 36+ messages in thread
From: Moudy Ho @ 2022-03-01 10:02 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Matthias Brugger,
	Hans Verkuil, Jernej Skrabec
  Cc: Chun-Kuang Hu, Geert Uytterhoeven, Rob Landley, Laurent Pinchart,
	linux-media, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, Alexandre Courbot, tfiga, drinkcat, pihsun, hsinyi,
	AngeloGioacchino Del Regno, Maoguang Meng, daoyuan huang,
	Ping-Hsun Wu, menghui.lin, sj.huang, allen-kh.cheng, randy.wu,
	moudy.ho, jason-jh.lin, roy-cw.yeh, river.cheng, srv_heupstream,
	Project_Global_Chrome_Upstream_Group

Change since V11:
- Rebase on v5.17-rc6.

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/commit/?h=v5.17-next/soc&id=5f9b5b757e44de47ebdc116c14b90e3cc8bc7acb
[2]: https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/commit/?h=v5.17-next/soc&id=831785f0e5b919c29e1bc5f9a74e9ebd38289e24
[3]: https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/commit/?h=v5.17-next/soc&id=15f1768365aed810826a61fef4a744437aa5b426

Change since v10:
- For some ISP application scenarios, such as preview and recording
  at the same time.
  The routing table needs to be discarded, and the calculation result
  on the SCP side is used to write a suitable mux setting for
  1 input and 2 output.
- Adjust the GCE client register parsing method to avoid redundant warning logs.

Change since v9:
- Add API for MDP getting mutex mod.

Hi,

This patch splits mmsys and mutex settings from Media Data Path 3 (MDP3),
and original mailling list list below:
https://patchwork.kernel.org/project/linux-mediatek/cover/20211201095031.31606-1-moudy.ho@mediatek.com/
Corresponding settings and interfaces are added for MDP operation in the
mmsys and mutex drivers, which increases the independence of the modules

Moudy Ho (4):
  soc: mediatek: mmsys: add CMDQ write register function
  soc: mediatek: mmsys: add support for ISP control
  soc: mediatek: mutex: add support for MDP
  soc: mediatek: mutex: add functions that operate registers by CMDQ

 drivers/soc/mediatek/Kconfig           |   1 +
 drivers/soc/mediatek/mt8183-mmsys.h    |  26 +++++
 drivers/soc/mediatek/mtk-mmsys.c       | 145 +++++++++++++++++++++++++
 drivers/soc/mediatek/mtk-mmsys.h       |   2 +
 drivers/soc/mediatek/mtk-mutex.c       | 140 +++++++++++++++++++++++-
 include/linux/soc/mediatek/mtk-mmsys.h |  80 ++++++++++++++
 include/linux/soc/mediatek/mtk-mutex.h |   9 ++
 7 files changed, 401 insertions(+), 2 deletions(-)

-- 
2.18.0


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

end of thread, other threads:[~2022-03-09 10:09 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01 10:02 [PATCH v12 0/4] Add mmsys and mutex support for MDP Moudy Ho
2022-03-01 10:02 ` Moudy Ho
2022-03-01 10:02 ` Moudy Ho
2022-03-01 10:02 ` [PATCH v12 1/4] soc: mediatek: mmsys: add CMDQ write register function Moudy Ho
2022-03-01 10:02   ` Moudy Ho
2022-03-01 10:02   ` Moudy Ho
2022-03-01 10:06   ` moudy.ho
2022-03-01 10:06     ` moudy.ho
2022-03-03  7:59   ` CK Hu
2022-03-03  7:59     ` CK Hu
2022-03-09  9:53     ` moudy.ho
2022-03-09  9:53       ` moudy.ho
2022-03-01 10:02 ` [PATCH v12 2/4] soc: mediatek: mmsys: add support for ISP control Moudy Ho
2022-03-01 10:02   ` Moudy Ho
2022-03-01 10:02   ` Moudy Ho
2022-03-03  9:03   ` CK Hu
2022-03-03  9:03     ` CK Hu
2022-03-03  9:03     ` CK Hu
2022-03-09 10:02     ` moudy.ho
2022-03-09 10:02       ` moudy.ho
2022-03-01 10:02 ` [PATCH v12 3/4] soc: mediatek: mutex: add support for MDP Moudy Ho
2022-03-01 10:02   ` Moudy Ho
2022-03-01 10:02   ` Moudy Ho
2022-03-03  9:33   ` CK Hu
2022-03-03  9:33     ` CK Hu
2022-03-03  9:33     ` CK Hu
2022-03-09  9:14     ` moudy.ho
2022-03-09  9:14       ` moudy.ho
2022-03-01 10:02 ` [PATCH v12 4/4] soc: mediatek: mutex: add functions that operate registers by CMDQ Moudy Ho
2022-03-01 10:02   ` Moudy Ho
2022-03-01 10:02   ` Moudy Ho
2022-03-03 10:01   ` CK Hu
2022-03-03 10:01     ` CK Hu
2022-03-03 10:01     ` CK Hu
2022-03-09  9:29     ` moudy.ho
2022-03-09  9:29       ` moudy.ho

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.