From: Rex-BC Chen <rex-bc.chen@mediatek.com>
To: Nancy.Lin <nancy.lin@mediatek.com>,
Rob Herring <robh+dt@kernel.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
Chun-Kuang Hu <chunkuang.hu@kernel.org>,
Philipp Zabel <p.zabel@pengutronix.de>,
"wim@linux-watchdog.org" <wim@linux-watchdog.org>,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora.com>,
"linux@roeck-us.net" <linux@roeck-us.net>
Cc: "David Airlie" <airlied@linux.ie>,
"Daniel Vetter" <daniel@ffwll.ch>,
"Nathan Chancellor" <nathan@kernel.org>,
"Nick Desaulniers" <ndesaulniers@google.com>,
"Jason-JH Lin (林睿祥)" <Jason-JH.Lin@mediatek.com>,
"Yongqiang Niu (牛永强)" <yongqiang.niu@mediatek.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-mediatek@lists.infradead.org"
<linux-mediatek@lists.infradead.org>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"llvm@lists.linux.dev" <llvm@lists.linux.dev>,
"Singo Chang (張興國)" <Singo.Chang@mediatek.com>,
Project_Global_Chrome_Upstream_Group
<Project_Global_Chrome_Upstream_Group@mediatek.com>
Subject: Re: [PATCH v24 00/10] Add MediaTek SoC(vdosys1) support for mt8195
Date: Thu, 30 Jun 2022 09:50:41 +0800 [thread overview]
Message-ID: <e9d0f85c09fc92c8e1c8876169c672769f4e16e9.camel@mediatek.com> (raw)
In-Reply-To: <20220622130824.29143-1-nancy.lin@mediatek.com>
On Wed, 2022-06-22 at 21:08 +0800, Nancy.Lin wrote:
> The hardware path of vdosys1 with DPTx output need to go through by
> several modules, such as, OVL_ADAPTOR and MERGE.
>
> Add mmsys and mutex modules support by the patches below:
>
> Changes in v24:
> - fix reviewer comment
> - refine mtk_mmsys_reset_update func
> - rebase to next-20220622
>
> Changes in v23:
> - separate[7] mmsys/mutex and drm patches into two series
>
> Changes in v22:
> - rebase to next-20220525
> - rebase to vdosys0 series v22
> - separate dts to a new patch
>
> Changes in v21:
> - fix reviewer comment
> - fix rdma and ethdr binding doc and dts
>
> Changes in v20:
> - fix reviewer comment
> - update mmsys update bit api name
> - add mtk_mmsys_update_bits error message if lose gce property
> - list all mt8195 vdosys1 reset bits
>
> Changes in v19:
> - fix reviewer comment
> - separate mt8195 mmsys component to a new patch
> - separate mt8195 vdo0 and vdo1 routing table
> - separate mmsys_write_reg api to a new patch and simplify write
> reg code
> - separate mmsys 64 bit reset to a new patch
> - separate mtk-mutex dp_intf1 component to a new patch
>
> Changes in v18:
> - fix reviewer comment
> - fix rdma binding doc
> - fix ethdr binding doc
> - refine mmsys config cmdq support
> - refine merge reset control flow, get reset control in probe
> function
> - add ethdr reset control error handling and remove dbg log
> - rebase to vdosys0 series v20 (ref [5])
>
> Changes in v17:
> - fix reviewer comment in v16
> - separate ovl adaptor comp in mtk-mmsys and mtk-mutex
> - separate mmsys config API
> - move mdp_rdma binding yaml
> - fix ovl adaptor pm runtime get sync timing issue
> - rebase to vdosys0 series v19 (ref [5])
> - rebase to [7] for modify vblank register change
>
> Changes in v16:
> - fix reviewer comment in v 15
> - fix mtk_drm_ddp_comp.c alignment
> - fix vdosys0 mmsys num before adding vdosys1 patch
>
> Changes in v15:
> - fix ethdr uppercase hex number in dts
>
> Changes in v14:
> - remove MTK_MMSYS 64 bit dependency
> - add ethdr.yaml back and fix dt_schema check fail
>
> Resend v13
> - add related maintainer in maillist
>
> Changes in v13:
> - fix reviewer comment in v12
> - fix rdma dt-binding format
> - fix dts node naming
> - fix 32 bit build error
> - modify 64bit dependency for mtk-mmsys
> - rebase to vdosys0 series v16. (ref [5])
>
> Changes in v12:
> - fix reviewer comment in v11
> - modify mbox index
> - refine dma dev for ovl_adaptor sub driver
>
> Changes in v11:
> - remove ethdr vblank spin lock
> - refine ovl_adaptor print message
>
> Changes in v10:
> - refine ethdr reset control using
> devm_reset_control_array_get_optional_exclusive
> - fix ovl_adaptor mtk_ovl_adaptor_clk_enable error handle issue
>
> Changes in v9:
> - rebase on kernel-5.16-rc1
> - rebase on vdosys0 series v13. (ref [5])
> - fix ovl_adaptor sub driver is brought up unintentionally
> - fix clang build test fail- duplicate ethdr/mdp_rdma
> init_module/cleanup_module symbol issue
>
> Changes in v8:
> - separate merge async reset to new patch.
> - separate drm ovl_adaptor sub driver to new patch.
> - fix reviewer comment in v7.
>
> Changes in v7:
> - rebase on vdosys0 series v12 (ref[5])
> - add dma description in ethdr binding document.
> - refine vdosys1 bit definition of mmsys routing table.
> - separate merge modification into 3 pathces.
> - separate mutex modification into 2 patches.
> - add plane color coding for mdp_rdma csc.
> - move mdp_rdma pm control to ovl_adaptor.
> - fix reviewer comment in v6.
>
> Changes in v6:
> - rebase on kernel-5.15-rc1.
> - change mbox label to gce0 for dts node of vdosys1.
> - modify mmsys reset num for mt8195.
> - rebase on vdosys0 series v10. (ref [5])
> - use drm to bring up ovl_adaptor driver.
> - move drm iommu/mutex check from kms init to drm bind.
> - modify rdma binding doc location.
> (Documentation/devicetree/bindings/arm/)
> - modify for reviewer's comment in v5.
>
> Changes in v5:
> - add mmsys reset controller reference.
>
> Changes in v4:
> - use merge common driver for merge1~4.
> - refine ovl_adaptor rdma driver.
> - use ovl_adaptor ddp_comp function instead of ethdr.
> - modify for reviewer's comment in v3.
>
> Changes in v3:
> - modify for reviewer's comment in v2.
> - add vdosys1 2 pixels align limit.
> - add mixer odd offset support.
>
> Changes in v2:
> - Merge PSEUDO_OVL and ETHDR into one DRM component.
> - Add mmsys config API for vdosys1 hardware setting.
> - Add mmsys reset control using linux reset framework.
>
> Signed-off-by: Nancy.Lin <nancy.lin@mediatek.com>
>
> This series are based on the following patch:
> [1] arm64: dts: Add mediatek SoC mt8195 and evaluation board
> 20220112114724.1953-4-tinghan.shen@mediatek.com
> [2] arm64: dts: mt8195: add IOMMU and smi nodes
> 20210615173233.26682-15-tinghan.shen@mediatek.com
> [3] arm64: dts: mt8195: add gce node
> 20220126090109.32143-1-jason-jh.lin@mediatek.com
> [4] [v2] arm64: dts: mt8195: add display node for vdosys0
> 20220225021535.2655-1-jason-jh.lin@mediatek.com
> [5] Add MediaTek SoC DRM (vdosys0) support for mt8195 - v22 series
> 20220526102126.19756-1-jason-jh.lin@mediatek.com
> [6] dt-bindings: mediatek: mt8195: Add binding for MM IOMMU
> 20220407075726.17771-2-yong.wu@mediatek.com
> [7] Add MediaTek SoC DRM (vdosys1) support for mt8195
> 20220526110233.20080-1-nancy.lin@mediatek.com
>
> Nancy.Lin (10):
> dt-bindings: reset: mt8195: add vdosys1 reset control bit
> soc: mediatek: add mtk-mmsys ethdr and mdp_rdma components
> soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
> soc: mediatek: add mtk_mmsys_update_bits API
> soc: mediatek: add mtk-mmsys config API for mt8195 vdosys1
> soc: mediatek: add cmdq support of mtk-mmsys config API for mt8195
> vdosys1
> soc: mediatek: mmsys: add mmsys for support 64 reset bits
> soc: mediatek: mmsys: add reset control for MT8195 vdosys1
> soc: mediatek: add mtk-mutex component - dp_intf1
> soc: mediatek: add mtk-mutex support for mt8195 vdosys1
>
> drivers/soc/mediatek/mt8195-mmsys.h | 146
> ++++++++++++++++++++++
> drivers/soc/mediatek/mtk-mmsys.c | 134 +++++++++++++++-----
> drivers/soc/mediatek/mtk-mmsys.h | 1 +
> drivers/soc/mediatek/mtk-mutex.c | 37 ++++++
> include/dt-bindings/reset/mt8195-resets.h | 45 +++++++
> include/linux/soc/mediatek/mtk-mmsys.h | 25 ++++
> 6 files changed, 354 insertions(+), 34 deletions(-)
>
> --
> 2.18.0
>
Hello Matthias,
This series is about mmsys configuration of external display path.
It is in version *24*, and it is reviewed by many reviewers, like CK
and Angelo.
The reset.h is also reviewed by Krzysztof.
This series is also well tested by me and Angelo.
I tested this series with modetest successfully using 5.19-rc2 mainline
kernel with dp/dpintf/dp phy series.([1])
Could you kindly take a look for this series and give us some comments
or feedback? We really need this series being accepted.
Thanks for your big support!
[1]:
https://patchwork.kernel.org/project/linux-mediatek/list/?series=654074
https://patchwork.kernel.org/project/linux-mediatek/list/?series=653448
https://patchwork.kernel.org/project/linux-mediatek/list/?series=653410
BRs,
Bo-Chen
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-06-30 2:32 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-22 13:08 [PATCH v24 00/10] Add MediaTek SoC(vdosys1) support for mt8195 Nancy.Lin
2022-06-22 13:08 ` [PATCH v24 01/10] dt-bindings: reset: mt8195: add vdosys1 reset control bit Nancy.Lin
2022-06-30 9:40 ` Philipp Zabel
2022-06-22 13:08 ` [PATCH v24 02/10] soc: mediatek: add mtk-mmsys ethdr and mdp_rdma components Nancy.Lin
2022-06-22 13:08 ` [PATCH v24 03/10] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1 Nancy.Lin
2022-06-22 13:08 ` [PATCH v24 04/10] soc: mediatek: add mtk_mmsys_update_bits API Nancy.Lin
2022-07-08 15:34 ` Matthias Brugger
2022-07-11 5:52 ` Nancy.Lin
2022-06-22 13:08 ` [PATCH v24 05/10] soc: mediatek: add mtk-mmsys config API for mt8195 vdosys1 Nancy.Lin
2022-06-22 13:08 ` [PATCH v24 06/10] soc: mediatek: add cmdq support of " Nancy.Lin
2022-06-22 13:08 ` [PATCH v24 07/10] soc: mediatek: mmsys: add mmsys for support 64 reset bits Nancy.Lin
2022-07-08 15:42 ` Matthias Brugger
2022-07-11 6:01 ` Nancy.Lin
2022-06-22 13:08 ` [PATCH v24 08/10] soc: mediatek: mmsys: add reset control for MT8195 vdosys1 Nancy.Lin
2022-06-22 13:08 ` [PATCH v24 09/10] soc: mediatek: add mtk-mutex component - dp_intf1 Nancy.Lin
2022-06-22 13:08 ` [PATCH v24 10/10] soc: mediatek: add mtk-mutex support for mt8195 vdosys1 Nancy.Lin
2022-06-30 1:50 ` Rex-BC Chen [this message]
2022-07-07 2:15 ` [PATCH v24 00/10] Add MediaTek SoC(vdosys1) support for mt8195 Rex-BC Chen
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=e9d0f85c09fc92c8e1c8876169c672769f4e16e9.camel@mediatek.com \
--to=rex-bc.chen@mediatek.com \
--cc=Jason-JH.Lin@mediatek.com \
--cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
--cc=Singo.Chang@mediatek.com \
--cc=airlied@linux.ie \
--cc=angelogioacchino.delregno@collabora.com \
--cc=chunkuang.hu@kernel.org \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux@roeck-us.net \
--cc=llvm@lists.linux.dev \
--cc=matthias.bgg@gmail.com \
--cc=nancy.lin@mediatek.com \
--cc=nathan@kernel.org \
--cc=ndesaulniers@google.com \
--cc=p.zabel@pengutronix.de \
--cc=robh+dt@kernel.org \
--cc=wim@linux-watchdog.org \
--cc=yongqiang.niu@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).