All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Moudy Ho <moudy.ho@mediatek.com>
Cc: Chun-Kuang Hu <chunkuang.hu@kernel.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Hans Verkuil <hverkuil-cisco@xs4all.nl>,
	dri-devel@lists.freedesktop.org,
	linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-media@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v6 09/16] dt-bindings: media: mediatek: mdp3: add component STITCH for MT8195
Date: Mon, 25 Sep 2023 11:09:53 -0500	[thread overview]
Message-ID: <20230925160953.GA1449445-robh@kernel.org> (raw)
In-Reply-To: <20230922072116.11009-10-moudy.ho@mediatek.com>

On Fri, Sep 22, 2023 at 03:21:09PM +0800, Moudy Ho wrote:
> Add the fundamental hardware configuration of component STITCH,

STITCH? You mean TCC?

> which is controlled by MDP3 on MT8195.
> 
> Signed-off-by: Moudy Ho <moudy.ho@mediatek.com>
> ---
>  .../bindings/media/mediatek,mdp3-tcc.yaml     | 60 +++++++++++++++++++
>  1 file changed, 60 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/media/mediatek,mdp3-tcc.yaml
> 
> diff --git a/Documentation/devicetree/bindings/media/mediatek,mdp3-tcc.yaml b/Documentation/devicetree/bindings/media/mediatek,mdp3-tcc.yaml
> new file mode 100644
> index 000000000000..245e2134c74a
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/media/mediatek,mdp3-tcc.yaml
> @@ -0,0 +1,60 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/media/mediatek,mdp3-tcc.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: MediaTek Media Data Path 3 TCC
> +
> +maintainers:
> +  - Matthias Brugger <matthias.bgg@gmail.com>
> +
> +description:
> +  One of Media Data Path 3 (MDP3) components used to support
> +  HDR gamma curve conversion HDR displays.

Please say what the block does.

> +
> +properties:
> +  compatible:
> +    enum:
> +      - mediatek,mt8195-mdp3-tcc
> +
> +  reg:
> +    maxItems: 1
> +
> +  mediatek,gce-client-reg:
> +    description:
> +      The register of display function block to be set by gce. There are 4 arguments,
> +      such as gce node, subsys id, offset and register size. The subsys id that is
> +      mapping to the register of display function blocks is defined in the gce header
> +      include/dt-bindings/gce/<chip>-gce.h of each chips.
> +    $ref: /schemas/types.yaml#/definitions/phandle-array
> +    items:
> +      items:
> +        - description: phandle of GCE
> +        - description: GCE subsys id
> +        - description: register offset
> +        - description: register size
> +    maxItems: 1
> +
> +  clocks:
> +    minItems: 1
> +
> +required:
> +  - compatible
> +  - reg
> +  - mediatek,gce-client-reg
> +  - clocks
> +
> +additionalProperties: false
> +
> +examples:
> +  - |
> +    #include <dt-bindings/clock/mt8195-clk.h>
> +    #include <dt-bindings/gce/mt8195-gce.h>
> +
> +    display@1400b000 {
> +        compatible = "mediatek,mt8195-mdp3-tcc";
> +        reg = <0x1400b000 0x1000>;
> +        mediatek,gce-client-reg = <&gce1 SUBSYS_1400XXXX 0xb000 0x1000>;
> +        clocks = <&vppsys0 CLK_VPP0_MDP_TCC>;
> +    };
> -- 
> 2.18.0
> 


WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Moudy Ho <moudy.ho@mediatek.com>
Cc: Chun-Kuang Hu <chunkuang.hu@kernel.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Hans Verkuil <hverkuil-cisco@xs4all.nl>,
	dri-devel@lists.freedesktop.org,
	linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-media@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v6 09/16] dt-bindings: media: mediatek: mdp3: add component STITCH for MT8195
Date: Mon, 25 Sep 2023 11:09:53 -0500	[thread overview]
Message-ID: <20230925160953.GA1449445-robh@kernel.org> (raw)
In-Reply-To: <20230922072116.11009-10-moudy.ho@mediatek.com>

On Fri, Sep 22, 2023 at 03:21:09PM +0800, Moudy Ho wrote:
> Add the fundamental hardware configuration of component STITCH,

STITCH? You mean TCC?

> which is controlled by MDP3 on MT8195.
> 
> Signed-off-by: Moudy Ho <moudy.ho@mediatek.com>
> ---
>  .../bindings/media/mediatek,mdp3-tcc.yaml     | 60 +++++++++++++++++++
>  1 file changed, 60 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/media/mediatek,mdp3-tcc.yaml
> 
> diff --git a/Documentation/devicetree/bindings/media/mediatek,mdp3-tcc.yaml b/Documentation/devicetree/bindings/media/mediatek,mdp3-tcc.yaml
> new file mode 100644
> index 000000000000..245e2134c74a
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/media/mediatek,mdp3-tcc.yaml
> @@ -0,0 +1,60 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/media/mediatek,mdp3-tcc.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: MediaTek Media Data Path 3 TCC
> +
> +maintainers:
> +  - Matthias Brugger <matthias.bgg@gmail.com>
> +
> +description:
> +  One of Media Data Path 3 (MDP3) components used to support
> +  HDR gamma curve conversion HDR displays.

Please say what the block does.

> +
> +properties:
> +  compatible:
> +    enum:
> +      - mediatek,mt8195-mdp3-tcc
> +
> +  reg:
> +    maxItems: 1
> +
> +  mediatek,gce-client-reg:
> +    description:
> +      The register of display function block to be set by gce. There are 4 arguments,
> +      such as gce node, subsys id, offset and register size. The subsys id that is
> +      mapping to the register of display function blocks is defined in the gce header
> +      include/dt-bindings/gce/<chip>-gce.h of each chips.
> +    $ref: /schemas/types.yaml#/definitions/phandle-array
> +    items:
> +      items:
> +        - description: phandle of GCE
> +        - description: GCE subsys id
> +        - description: register offset
> +        - description: register size
> +    maxItems: 1
> +
> +  clocks:
> +    minItems: 1
> +
> +required:
> +  - compatible
> +  - reg
> +  - mediatek,gce-client-reg
> +  - clocks
> +
> +additionalProperties: false
> +
> +examples:
> +  - |
> +    #include <dt-bindings/clock/mt8195-clk.h>
> +    #include <dt-bindings/gce/mt8195-gce.h>
> +
> +    display@1400b000 {
> +        compatible = "mediatek,mt8195-mdp3-tcc";
> +        reg = <0x1400b000 0x1000>;
> +        mediatek,gce-client-reg = <&gce1 SUBSYS_1400XXXX 0xb000 0x1000>;
> +        clocks = <&vppsys0 CLK_VPP0_MDP_TCC>;
> +    };
> -- 
> 2.18.0
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Moudy Ho <moudy.ho@mediatek.com>
Cc: Chun-Kuang Hu <chunkuang.hu@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	dri-devel@lists.freedesktop.org, linux-media@vger.kernel.org,
	Hans Verkuil <hverkuil-cisco@xs4all.nl>,
	linux-mediatek@lists.infradead.org,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>
Subject: Re: [PATCH v6 09/16] dt-bindings: media: mediatek: mdp3: add component STITCH for MT8195
Date: Mon, 25 Sep 2023 11:09:53 -0500	[thread overview]
Message-ID: <20230925160953.GA1449445-robh@kernel.org> (raw)
In-Reply-To: <20230922072116.11009-10-moudy.ho@mediatek.com>

On Fri, Sep 22, 2023 at 03:21:09PM +0800, Moudy Ho wrote:
> Add the fundamental hardware configuration of component STITCH,

STITCH? You mean TCC?

> which is controlled by MDP3 on MT8195.
> 
> Signed-off-by: Moudy Ho <moudy.ho@mediatek.com>
> ---
>  .../bindings/media/mediatek,mdp3-tcc.yaml     | 60 +++++++++++++++++++
>  1 file changed, 60 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/media/mediatek,mdp3-tcc.yaml
> 
> diff --git a/Documentation/devicetree/bindings/media/mediatek,mdp3-tcc.yaml b/Documentation/devicetree/bindings/media/mediatek,mdp3-tcc.yaml
> new file mode 100644
> index 000000000000..245e2134c74a
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/media/mediatek,mdp3-tcc.yaml
> @@ -0,0 +1,60 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/media/mediatek,mdp3-tcc.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: MediaTek Media Data Path 3 TCC
> +
> +maintainers:
> +  - Matthias Brugger <matthias.bgg@gmail.com>
> +
> +description:
> +  One of Media Data Path 3 (MDP3) components used to support
> +  HDR gamma curve conversion HDR displays.

Please say what the block does.

> +
> +properties:
> +  compatible:
> +    enum:
> +      - mediatek,mt8195-mdp3-tcc
> +
> +  reg:
> +    maxItems: 1
> +
> +  mediatek,gce-client-reg:
> +    description:
> +      The register of display function block to be set by gce. There are 4 arguments,
> +      such as gce node, subsys id, offset and register size. The subsys id that is
> +      mapping to the register of display function blocks is defined in the gce header
> +      include/dt-bindings/gce/<chip>-gce.h of each chips.
> +    $ref: /schemas/types.yaml#/definitions/phandle-array
> +    items:
> +      items:
> +        - description: phandle of GCE
> +        - description: GCE subsys id
> +        - description: register offset
> +        - description: register size
> +    maxItems: 1
> +
> +  clocks:
> +    minItems: 1
> +
> +required:
> +  - compatible
> +  - reg
> +  - mediatek,gce-client-reg
> +  - clocks
> +
> +additionalProperties: false
> +
> +examples:
> +  - |
> +    #include <dt-bindings/clock/mt8195-clk.h>
> +    #include <dt-bindings/gce/mt8195-gce.h>
> +
> +    display@1400b000 {
> +        compatible = "mediatek,mt8195-mdp3-tcc";
> +        reg = <0x1400b000 0x1000>;
> +        mediatek,gce-client-reg = <&gce1 SUBSYS_1400XXXX 0xb000 0x1000>;
> +        clocks = <&vppsys0 CLK_VPP0_MDP_TCC>;
> +    };
> -- 
> 2.18.0
> 

  reply	other threads:[~2023-09-25 16:10 UTC|newest]

Thread overview: 117+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-22  7:21 [PATCH v6 00/16] introduce more MDP3 components in MT8195 Moudy Ho
2023-09-22  7:21 ` Moudy Ho
2023-09-22  7:21 ` Moudy Ho
2023-09-22  7:21 ` [PATCH v6 01/16] dt-bindings: media: mediatek: mdp3: correct RDMA and WROT node with generic names Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21 ` [PATCH v6 02/16] dt-bindings: media: mediatek: mdp3: split out general properties Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-23 16:42   ` Krzysztof Kozlowski
2023-09-23 16:42     ` Krzysztof Kozlowski
2023-09-23 16:42     ` Krzysztof Kozlowski
2023-10-03  3:29     ` Moudy Ho (何宗原)
2023-10-03  3:29       ` Moudy Ho (何宗原)
2023-10-03  3:29       ` Moudy Ho (何宗原)
2023-09-22  7:21 ` [PATCH v6 03/16] dt-bindings: media: mediatek: mdp3: include common properties Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22 15:42   ` Conor Dooley
2023-09-22 15:42     ` Conor Dooley
2023-09-22 15:42     ` Conor Dooley
2023-09-23 16:43   ` Krzysztof Kozlowski
2023-09-23 16:43     ` Krzysztof Kozlowski
2023-09-23 16:43     ` Krzysztof Kozlowski
2023-09-22  7:21 ` [PATCH v6 04/16] dt-bindings: media: mediatek: mdp3: rename to MT8183 RDMA Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22 15:43   ` Conor Dooley
2023-09-22 15:43     ` Conor Dooley
2023-09-22 15:43     ` Conor Dooley
2023-09-22  7:21 ` [PATCH v6 05/16] dt-bindings: media: mediatek: mdp3: add support MT8195 RDMA Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22 15:46   ` Conor Dooley
2023-09-22 15:46     ` Conor Dooley
2023-09-22 15:46     ` Conor Dooley
2023-10-03  3:32     ` Moudy Ho (何宗原)
2023-10-03  3:32       ` Moudy Ho (何宗原)
2023-10-03  3:32       ` Moudy Ho (何宗原)
2023-09-22  7:21 ` [PATCH v6 06/16] dt-bindings: media: mediatek: mdp3: add component FG for MT8195 Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21 ` [PATCH v6 07/16] dt-bindings: media: mediatek: mdp3: add component HDR " Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21 ` [PATCH v6 08/16] dt-bindings: media: mediatek: mdp3: add component STITCH " Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21 ` [PATCH v6 09/16] " Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-25 16:09   ` Rob Herring [this message]
2023-09-25 16:09     ` Rob Herring
2023-09-25 16:09     ` Rob Herring
2023-09-27  8:35     ` Moudy Ho (何宗原)
2023-09-27  8:35       ` Moudy Ho (何宗原)
2023-09-27  8:35       ` Moudy Ho (何宗原)
2023-09-22  7:21 ` [PATCH v6 10/16] dt-bindings: media: mediatek: mdp3: add component TDSHP " Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-23 17:34   ` Krzysztof Kozlowski
2023-09-23 17:34     ` Krzysztof Kozlowski
2023-09-23 17:34     ` Krzysztof Kozlowski
2023-09-27  2:52     ` Moudy Ho (何宗原)
2023-09-27  2:52       ` Moudy Ho (何宗原)
2023-09-27  2:52       ` Moudy Ho (何宗原)
2023-09-22  7:21 ` [PATCH v6 11/16] dt-bindings: display: mediatek: aal: add compatible " Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22 15:48   ` Conor Dooley
2023-09-22 15:48     ` Conor Dooley
2023-09-22 15:48     ` Conor Dooley
2023-09-22  7:21 ` [PATCH v6 12/16] dt-bindings: display: mediatek: color: " Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22 15:49   ` Conor Dooley
2023-09-22 15:49     ` Conor Dooley
2023-09-22 15:49     ` Conor Dooley
2023-09-22 15:51     ` Conor Dooley
2023-09-22 15:51       ` Conor Dooley
2023-09-22 15:51       ` Conor Dooley
2023-09-27  7:19       ` Moudy Ho (何宗原)
2023-09-27  7:19         ` Moudy Ho (何宗原)
2023-09-27  7:19         ` Moudy Ho (何宗原)
2023-09-27  9:47         ` Conor Dooley
2023-09-27  9:47           ` Conor Dooley
2023-09-27  9:47           ` Conor Dooley
2023-09-28  2:52           ` Moudy Ho (何宗原)
2023-09-28  2:52             ` Moudy Ho (何宗原)
2023-09-28  2:52             ` Moudy Ho (何宗原)
2023-09-28 16:49             ` Conor Dooley
2023-09-28 16:49               ` Conor Dooley
2023-09-28 16:49               ` Conor Dooley
2023-09-29  8:42               ` AngeloGioacchino Del Regno
2023-09-29  8:42                 ` AngeloGioacchino Del Regno
2023-09-29  8:42                 ` AngeloGioacchino Del Regno
2023-09-29 13:58                 ` Conor Dooley
2023-09-29 13:58                   ` Conor Dooley
2023-09-29 13:58                   ` Conor Dooley
2023-09-22  7:21 ` [PATCH v6 13/16] dt-bindings: display: mediatek: merge: " Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21 ` [PATCH v6 14/16] dt-bindings: display: mediatek: ovl: " Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21 ` [PATCH v6 15/16] dt-bindings: display: mediatek: split: " Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21 ` [PATCH v6 16/16] dt-bindings: display: mediatek: padding: " Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-22  7:21   ` Moudy Ho
2023-09-23 17:36 ` [PATCH v6 00/16] introduce more MDP3 components in MT8195 Krzysztof Kozlowski
2023-09-23 17:36   ` Krzysztof Kozlowski
2023-09-23 17:36   ` Krzysztof Kozlowski
2023-09-27  6:50   ` Moudy Ho (何宗原)
2023-09-27  6:50     ` Moudy Ho (何宗原)
2023-09-27  6:50     ` Moudy Ho (何宗原)

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=20230925160953.GA1449445-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=airlied@gmail.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=chunkuang.hu@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --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=matthias.bgg@gmail.com \
    --cc=mchehab@kernel.org \
    --cc=moudy.ho@mediatek.com \
    --cc=p.zabel@pengutronix.de \
    /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 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.