mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: AngeloGioacchino Del Regno  <angelogioacchino.delregno@collabora.com>
To: Allen-KH Cheng <allen-kh.cheng@mediatek.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	--to=Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Cc: Project_Global_Chrome_Upstream_Group@mediatek.com,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
	"Chen-Yu Tsai" <wenst@chromium.org>,
	"Ryder Lee" <ryder.lee@kernel.org>,
	"Nícolas F. R. A. Prado" <nfraprado@collabora.com>
Subject: Re: [PATCH v2 22/23] arm64: dts: mt8192: Add gce info for display nodes
Date: Fri, 18 Feb 2022 13:56:25 +0100	[thread overview]
Message-ID: <5ad1baeb-6744-1c60-08a8-063db0a2ad03@collabora.com> (raw)
In-Reply-To: <20220218091633.9368-23-allen-kh.cheng@mediatek.com>

Il 18/02/22 10:16, Allen-KH Cheng ha scritto:
> Add gce info for display nodes.
> 
> Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>

Please mention that this is required to get drivers' CMDQ support in this
commit message, as this is critical information.

> ---
>   arch/arm64/boot/dts/mediatek/mt8192.dtsi | 16 ++++++++++++++++
>   1 file changed, 16 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> index 1f1555fd18f5..df884c48669e 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> @@ -1226,6 +1226,9 @@
>   		mmsys: syscon@14000000 {
>   			compatible = "mediatek,mt8192-mmsys", "syscon";
>   			reg = <0 0x14000000 0 0x1000>;
> +			mboxes = <&gce 0 CMDQ_THR_PRIO_HIGHEST 1>,
> +				 <&gce 1 CMDQ_THR_PRIO_HIGHEST 1>;
> +			mediatek,gce-client-reg = <&gce SUBSYS_1400XXXX 0 0x1000>;
>   			#clock-cells = <1>;
>   		};
>   
> @@ -1234,6 +1237,8 @@
>   			reg = <0 0x14001000 0 0x1000>;
>   			interrupts = <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH 0>;
>   			clocks = <&mmsys CLK_MM_DISP_MUTEX0>;
> +			mediatek,gce-events = <CMDQ_EVENT_DISP_STREAM_DONE_ENG_EVENT_0>,
> +					      <CMDQ_EVENT_DISP_STREAM_DONE_ENG_EVENT_1>;
>   		};
>   
>   		smi_common: smi@14002000 {
> @@ -1275,6 +1280,7 @@
>   			iommus = <&iommu0 M4U_PORT_L0_OVL_RDMA0>,
>   				 <&iommu0 M4U_PORT_L0_OVL_RDMA0_HDR>;
>   			power-domains = <&spm MT8192_POWER_DOMAIN_DISP>;
> +			mediatek,gce-client-reg = <&gce SUBSYS_1400XXXX 0x5000 0x1000>;
>   		};
>   
>   		ovl_2l0: ovl@14006000 {
> @@ -1285,6 +1291,7 @@
>   			clocks = <&mmsys CLK_MM_DISP_OVL0_2L>;
>   			iommus = <&iommu0 M4U_PORT_L1_OVL_2L_RDMA0>,
>   				 <&iommu0 M4U_PORT_L1_OVL_2L_RDMA0_HDR>;
> +			mediatek,gce-client-reg = <&gce SUBSYS_1400XXXX 0x6000 0x1000>;
>   		};
>   
>   		rdma0: rdma@14007000 {
> @@ -1296,6 +1303,7 @@
>   			mediatek,larb = <&larb0>;
>   			mediatek,rdma-fifo-size = <5120>;
>   			power-domains = <&spm MT8192_POWER_DOMAIN_DISP>;
> +			mediatek,gce-client-reg = <&gce SUBSYS_1400XXXX 0x7000 0x1000>;
>   		};
>   
>   		color0: color@14009000 {
> @@ -1305,6 +1313,7 @@
>   			interrupts = <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH 0>;
>   			power-domains = <&spm MT8192_POWER_DOMAIN_DISP>;
>   			clocks = <&mmsys CLK_MM_DISP_COLOR0>;
> +			mediatek,gce-client-reg = <&gce SUBSYS_1400XXXX 0x9000 0x1000>;
>   		};
>   
>   		ccorr0: ccorr@1400a000 {
> @@ -1313,6 +1322,7 @@
>   			interrupts = <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH 0>;
>   			power-domains = <&spm MT8192_POWER_DOMAIN_DISP>;
>   			clocks = <&mmsys CLK_MM_DISP_CCORR0>;
> +			mediatek,gce-client-reg = <&gce SUBSYS_1400XXXX 0xa000 0x1000>;
>   		};
>   
>   		aal0: aal@1400b000 {
> @@ -1321,6 +1331,7 @@
>   			interrupts = <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH 0>;
>   			power-domains = <&spm MT8192_POWER_DOMAIN_DISP>;
>   			clocks = <&mmsys CLK_MM_DISP_AAL0>;
> +			mediatek,gce-client-reg = <&gce SUBSYS_1400XXXX 0xb000 0x1000>;
>   		};
>   
>   		gamma0: gamma@1400c000 {
> @@ -1330,6 +1341,7 @@
>   			interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH 0>;
>   			power-domains = <&spm MT8192_POWER_DOMAIN_DISP>;
>   			clocks = <&mmsys CLK_MM_DISP_GAMMA0>;
> +			mediatek,gce-client-reg = <&gce SUBSYS_1400XXXX 0xc000 0x1000>;
>   		};
>   
>   		postmask0: postmask@1400d000 {
> @@ -1339,6 +1351,7 @@
>   			power-domains = <&spm MT8192_POWER_DOMAIN_DISP>;
>   			clocks = <&mmsys CLK_MM_DISP_POSTMASK0>;
>   			iommus = <&iommu0 M4U_PORT_L0_DISP_POSTMASK0>;
> +			mediatek,gce-client-reg = <&gce SUBSYS_1400XXXX 0xd000 0x1000>;
>   		};
>   
>   		dither0: dither@1400e000 {
> @@ -1348,6 +1361,7 @@
>   			interrupts = <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH 0>;
>   			power-domains = <&spm MT8192_POWER_DOMAIN_DISP>;
>   			clocks = <&mmsys CLK_MM_DISP_DITHER0>;
> +			mediatek,gce-client-reg = <&gce SUBSYS_1400XXXX 0xe000 0x1000>;
>   		};
>   
>   		dsi0: dsi@14010000 {
> @@ -1371,6 +1385,7 @@
>   			clocks = <&mmsys CLK_MM_DISP_OVL2_2L>;
>   			iommus = <&iommu0 M4U_PORT_L1_OVL_2L_RDMA2>,
>   				 <&iommu0 M4U_PORT_L1_OVL_2L_RDMA2_HDR>;
> +			mediatek,gce-client-reg = <&gce SUBSYS_1401XXXX 0x4000 0x1000>;
>   		};
>   
>   		rdma4: rdma@14015000 {
> @@ -1381,6 +1396,7 @@
>   			clocks = <&mmsys CLK_MM_DISP_RDMA4>;
>   			iommus = <&iommu0 M4U_PORT_L1_DISP_RDMA4>;
>   			mediatek,rdma-fifo-size = <2048>;
> +			mediatek,gce-client-reg = <&gce SUBSYS_1401XXXX 0x5000 0x1000>;
>   		};
>   
>   		dpi0: dpi@14016000 {



  reply	other threads:[~2022-02-18 12:57 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-18  9:16 [PATCH v2 00/23] Add driver nodes for MT8192 SoC Allen-KH Cheng
2022-02-18  9:16 ` [PATCH v2 01/23] arm64: dts: mt8192: Add power domains controller Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-22 19:18   ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 02/23] arm64: dts: mt8192: Add pwrap node Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-22 19:24   ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 03/23] arm64: dts: mt8192: Add spmi node Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-22 19:31   ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 04/23] arm64: dts: mt8192: Add gce node Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-22 19:43   ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 05/23] arm64: dts: mt8192: Add SCP node Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18  9:16 ` [PATCH v2 06/23] arm64: dts: mt8192: Add usb-phy node Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-22 20:10   ` Nícolas F. R. A. Prado
     [not found]     ` <ef364c56deef3cc20d7d7d9ca6c568c0612c7a2a.camel@mediatek.com>
2022-02-23 15:11       ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 07/23] arm64: dts: mt8192: Add xhci node Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-22 20:28   ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 08/23] arm64: dts: mt8192: Add audio-related nodes Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-22 20:35   ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 09/23] arm64: dts: mt8192: Add infracfg_rst node Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
     [not found]     ` <8a3a6167450bdd51bdff2e9b12a15522a18dd38e.camel@mediatek.com>
2022-02-21 15:20       ` AngeloGioacchino Del Regno
2022-02-18  9:16 ` [PATCH v2 10/23] arm64: dts: mt8192: Add PCIe node Allen-KH Cheng
2022-02-18  9:16 ` [PATCH v2 11/23] arm64: dts: mt8192: Correct nor_flash status of mt8192 Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18  9:16 ` [PATCH v2 12/23] arm64: dts: mt8192: Add efuse node Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18  9:16 ` [PATCH v2 13/23] arm64: dts: mt8192: Add mmc device nodes Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18  9:16 ` [PATCH v2 14/23] arm64: dts: mt8192: Add mipi_tx node Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-22 21:26   ` Nícolas F. R. A. Prado
2022-02-25 20:38     ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 15/23] arm64: dts: mt8192: Add m4u and smi nodes Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-22 21:48   ` Nícolas F. R. A. Prado
2022-02-25 23:06   ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 16/23] arm64: dts: mt8192: Add H264 venc device node Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-22 22:13   ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 17/23] arm64: dts: mt8192: Add vcodec lat and core nodes Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-22 22:33   ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 18/23] arm64: dts: mt8192: Add dpi node Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-18  9:16 ` [PATCH v2 19/23] arm64: dts: mt8192: Add i2c aliases Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-21  4:50   ` Chen-Yu Tsai
2022-02-18  9:16 ` [PATCH v2 20/23] arm64: dts: mt8192: Add display nodes Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-22 10:24   ` Chen-Yu Tsai
2022-02-23 15:35     ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 21/23] arm64: dts: mt8192: Add dsi node Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-22 23:16   ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 22/23] arm64: dts: mt8192: Add gce info for display nodes Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno [this message]
2022-02-22 23:24   ` Nícolas F. R. A. Prado
     [not found]     ` <d82cd71f06c803d15c1f2b86123c0ba63e7c5ed7.camel@mediatek.com>
2022-02-23 15:20       ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 23/23] arm64: dts: mt8192: Add pwm node Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-22  3:21 ` [PATCH v2 00/23] Add driver nodes for MT8192 SoC Chen-Yu Tsai

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=5ad1baeb-6744-1c60-08a8-063db0a2ad03@collabora.com \
    --to=angelogioacchino.delregno@collabora.com \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=allen-kh.cheng@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=nfraprado@collabora.com \
    --cc=robh+dt@kernel.org \
    --cc=ryder.lee@kernel.org \
    --cc=wenst@chromium.org \
    /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

all inboxes | Powered by JetHome®