[PATCH v10 0/4] Add mmsys and mutex support for MDP
Moudy Ho
moudy.ho at mediatek.com
Wed Dec 1 22:13:18 PST 2021
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 support for MDP
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 | 294 +++++++++++++++++++++++++
drivers/soc/mediatek/mtk-mmsys.c | 173 +++++++++++++++
drivers/soc/mediatek/mtk-mmsys.h | 3 +
drivers/soc/mediatek/mtk-mutex.c | 133 ++++++++++-
include/linux/soc/mediatek/mtk-mmsys.h | 86 ++++++++
include/linux/soc/mediatek/mtk-mutex.h | 9 +
7 files changed, 698 insertions(+), 1 deletion(-)
--
2.18.0
More information about the Linux-mediatek
mailing list