From: Matthias Brugger <matthias.bgg@gmail.com>
To: Moudy Ho <moudy.ho@mediatek.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: Chun-Kuang Hu <chunkuang.hu@kernel.org>,
Rob Landley <rob@landley.net>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
linux-media@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org,
Alexandre Courbot <acourbot@chromium.org>,
tfiga@chromium.org, drinkcat@chromium.org, pihsun@chromium.org,
hsinyi@google.com,
Benjamin Gaignard <benjamin.gaignard@collabora.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
daoyuan huang <daoyuan.huang@mediatek.com>,
Ping-Hsun Wu <ping-hsun.wu@mediatek.com>,
allen-kh.cheng@mediatek.com, xiandong.wang@mediatek.com,
randy.wu@mediatek.com, jason-jh.lin@mediatek.com,
roy-cw.yeh@mediatek.com, river.cheng@mediatek.com,
Project_Global_Chrome_Upstream_Group@mediatek.com,
cellopoint.kai@gmail.com
Subject: Re: [PATCH v20 0/6] Add mutex support for MDP
Date: Fri, 17 Jun 2022 15:54:18 +0200 [thread overview]
Message-ID: <5f53e0a4-f6d5-f9be-222b-e6361b837071@gmail.com> (raw)
In-Reply-To: <20220610063424.7800-1-moudy.ho@mediatek.com>
On 10/06/2022 08:34, Moudy Ho wrote:
> Change since V19:
> - Reduce parameters pass to function "mtk_mutex_write_sof"
> to avoid redundant action.
>
> Change since V18:
> - Rebase on v5.19-rc1
> - Remove unnecessary functions:
> "mtk_mutex_set_mod", "mtk_mutex_clear_mod",
> "mtk_mutex_set_sof" and "mtk_mutex_clear_sof", and export
> "mtk_mutex_write_mod" and "mtk_mutex_write_sof" to
> set MOD/SOF directly.
> - Remove unnecessary SOF tables and add new enumerations of SOF instead.
> - Adjust the error checking for CMDQ operations.
>
> Change since V17:
> - Rebase on v5.18-rc6
> - Fix undeclared identifier causing compilation to fail.
>
> Change since V16:
> - Rebase on v5.18-rc4
> - Fix misplacement of definition "CONFIG_MTK_CMDQ" which
> caused compilation error when CMD is not supported.
>
> Change since V15:
> - Rebase on linux-next.
> - As suggested by Angelo, split common parts into independent functions to
> make functions more concise.
> - Based on safety considerations, increase the returned error number and
> message to facilitate error handling.
>
> Change since V14:
> - Rebase on linux-next.
> - Add new SOF and MOD table for general interface to integrate the requirement
> of different modules.
> - Remove unnecessary MOD structure.
> - By Rob Herring's suggestion, revise the description of
> "mediatek,gce-client-reg" in MUTEX dt-bindings.
> - Delete the redundant definition of MTK_MUTEX_ENABLE and modify corresponding
> function.
>
> Change since V13:
> - Rebase on linux-next tag:next-20220316
> - Adjust the MUTEX MOD table structure and corresponding functions.
> - Adjust the definition style about 8183 MDP MOD.
> - Remove redundant definitions and enumerations.
> - Adjust the CMDQ operation in MUTEX to be backward compatible
>
> Change since V12:
> - Rebase on linux-next
> - Remove ISP related settings in MMSYS
> - Removed CMDQ operations previously used by MDP in MMSYS
> - Move mediatek MUTEX dt-binding path
> - Add additional property in MUTEX for CMDQ operations
>
> 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 (6):
> soc: mediatek: mutex: add common interface for modules setting
> soc: mediatek: mutex: add 8183 MUTEX MOD settings for MDP
> dt-bindings: soc: mediatek: move out common module from display folder
> dt-bindings: soc: mediatek: add gce-client-reg for MUTEX
> dts: arm64: mt8183: add GCE client property for Mediatek MUTEX
If fixed the commit subject to arm64: dts: mt8183...
Whole series applied,
Thanks!
> soc: mediatek: mutex: add functions that operate registers by CMDQ
>
> .../mediatek/mediatek,mutex.yaml | 14 ++-
> arch/arm64/boot/dts/mediatek/mt8183.dtsi | 1 +
> drivers/soc/mediatek/mtk-mutex.c | 119 +++++++++++++++++-
> include/linux/soc/mediatek/mtk-mutex.h | 27 ++++
> 4 files changed, 159 insertions(+), 2 deletions(-)
> rename Documentation/devicetree/bindings/{display => soc}/mediatek/mediatek,mutex.yaml (81%)
>
next prev parent reply other threads:[~2022-06-17 13:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-10 6:34 [PATCH v20 0/6] Add mutex support for MDP Moudy Ho
2022-06-10 6:34 ` [PATCH v20 1/6] soc: mediatek: mutex: add common interface for modules setting Moudy Ho
2022-06-13 3:54 ` CK Hu
2022-06-10 6:34 ` [PATCH v20 2/6] soc: mediatek: mutex: add 8183 MUTEX MOD settings for MDP Moudy Ho
2022-06-10 6:34 ` [PATCH v20 3/6] dt-bindings: soc: mediatek: move out common module from display folder Moudy Ho
2022-06-10 6:34 ` [PATCH v20 4/6] dt-bindings: soc: mediatek: add gce-client-reg for MUTEX Moudy Ho
2022-06-10 6:34 ` [PATCH v20 5/6] dts: arm64: mt8183: add GCE client property for Mediatek MUTEX Moudy Ho
2022-06-13 4:02 ` CK Hu
2022-06-10 6:34 ` [PATCH v20 6/6] soc: mediatek: mutex: add functions that operate registers by CMDQ Moudy Ho
2022-06-17 13:54 ` Matthias Brugger [this message]
[not found] ` <a982aa2fb069e498ee259e43501025936b005091.camel@mediatek.com>
2022-06-20 13:09 ` [PATCH v20 0/6] Add mutex support for MDP Matthias Brugger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5f53e0a4-f6d5-f9be-222b-e6361b837071@gmail.com \
--to=matthias.bgg@gmail.com \
--cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
--cc=acourbot@chromium.org \
--cc=allen-kh.cheng@mediatek.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=benjamin.gaignard@collabora.com \
--cc=cellopoint.kai@gmail.com \
--cc=chunkuang.hu@kernel.org \
--cc=daoyuan.huang@mediatek.com \
--cc=devicetree@vger.kernel.org \
--cc=drinkcat@chromium.org \
--cc=hsinyi@google.com \
--cc=hverkuil-cisco@xs4all.nl \
--cc=jason-jh.lin@mediatek.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=mchehab@kernel.org \
--cc=moudy.ho@mediatek.com \
--cc=pihsun@chromium.org \
--cc=ping-hsun.wu@mediatek.com \
--cc=randy.wu@mediatek.com \
--cc=river.cheng@mediatek.com \
--cc=rob@landley.net \
--cc=robh+dt@kernel.org \
--cc=roy-cw.yeh@mediatek.com \
--cc=tfiga@chromium.org \
--cc=xiandong.wang@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).