diff for duplicates of <029f9fd7ab898769a7ae627b160e1dce446ccc9e.camel@mediatek.com> diff --git a/a/content_digest b/N1/content_digest index cb4db46..08349ce 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,24 +5,23 @@ "Subject\0Re: [PATCH 1/5] dt-bindings: display: mediatek: mdp-rsz: Add rules for MT8196\0" "Date\0Sun, 23 Feb 2025 17:49:45 +0000\0" "To\0conor@kernel.org <conor@kernel.org>\0" - "Cc\0Project_Global_Chrome_Upstream_Group <Project_Global_Chrome_Upstream_Group@mediatek.com>" - robh@kernel.org <robh@kernel.org> - " Nancy Lin (\346\236\227\346\254\243\350\236\242) <Nancy.Lin@mediatek.com>" - AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> - linux-mediatek@lists.infradead.org <linux-mediatek@lists.infradead.org> + "Cc\0robh@kernel.org <robh@kernel.org>" conor+dt@kernel.org <conor+dt@kernel.org> - dri-devel@lists.freedesktop.org <dri-devel@lists.freedesktop.org> - " Paul-pl Chen (\351\231\263\346\237\217\351\234\226) <Paul-pl.Chen@mediatek.com>" chunkuang.hu@kernel.org <chunkuang.hu@kernel.org> " Jason-JH Lin (\346\236\227\347\235\277\347\245\245) <Jason-JH.Lin@mediatek.com>" + " Singo Chang (\345\274\265\350\210\210\345\234\213) <Singo.Chang@mediatek.com>" linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> - fshao@chromium.org <fshao@chromium.org> - krzk+dt@kernel.org <krzk+dt@kernel.org> + dri-devel@lists.freedesktop.org <dri-devel@lists.freedesktop.org> + Project_Global_Chrome_Upstream_Group <Project_Global_Chrome_Upstream_Group@mediatek.com> + " Paul-pl Chen (\351\231\263\346\237\217\351\234\226) <Paul-pl.Chen@mediatek.com>" + " Nancy Lin (\346\236\227\346\254\243\350\236\242) <Nancy.Lin@mediatek.com>" + linux-mediatek@lists.infradead.org <linux-mediatek@lists.infradead.org> p.zabel@pengutronix.de <p.zabel@pengutronix.de> - " Singo Chang (\345\274\265\350\210\210\345\234\213) <Singo.Chang@mediatek.com>" - linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> + treapking@chromium.org <treapking@chromium.org> matthias.bgg@gmail.com <matthias.bgg@gmail.com> - " treapking@chromium.org <treapking@chromium.org>\0" + krzk+dt@kernel.org <krzk+dt@kernel.org> + linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> + " AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>\0" "\00:1\0" "b\0" "On Tue, 2025-02-11 at 17:54 +0000, Conor Dooley wrote:\n" @@ -129,4 +128,4 @@ "> > 2.34.1\n" > > -dfbb395aedb1a12947b82f025400ea863dd6facd5e7954c9aad33cb12021ac19 +0dc10e173760ce40515266ac81a54d4010dde30a71d91932ceed12f3981b4e1a
diff --git a/N2/2.bin b/N2/2.bin new file mode 100644 index 0000000..d17229c --- /dev/null +++ b/N2/2.bin @@ -0,0 +1,121 @@ +<html><body><p> +<pre> +On Tue, 2025-02-11 at 17:54 +0000, Conor Dooley wrote: +> On Tue, Feb 11, 2025 at 10:52:50AM +0800, Sunny Shen wrote: +> > Add MDP-RSZ hardware description for MediaTek MT8196 SoC +> >  +> > Signed-off-by: Sunny Shen <sunny.shen@mediatek.com> +> > --- +> >  .../display/mediatek/mediatek,mdp-rsz.yaml    | 46 +> > +++++++++++++++++++ +> >  1 file changed, 46 insertions(+) +> >  create mode 100644 +> > Documentation/devicetree/bindings/display/mediatek/mediatek,mdp- +> > rsz.yaml +> >  +> > diff --git +> > a/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp- +> > rsz.yaml +> > b/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp- +> > rsz.yaml +> > new file mode 100644 +> > index 000000000000..6642b9aa651a +> > --- /dev/null +> > +++ +> > b/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp- +> > rsz.yaml +> > @@ -0,0 +1,46 @@ +> > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +> > +%YAML 1.2 +> > +--- +> > +$id: +> > http://devicetree.org/schemas/display/mediatek/mediatek,mdp-rsz.yaml# +>  +> Filename matching compatible please + +Got it +will modify the compatible to "mediatek,mt8196-mdp-rsz" + +>  +> > +$schema: http://devicetree.org/meta-schemas/core.yaml# +> > + +> > +title: MediaTek display multimedia data path resizer +> > + +> > +maintainers: +> > +  - Chun-Kuang Hu <chunkuang.hu@kernel.org> +> > +  - Philipp Zabel <p.zabel@pengutronix.de> +> > + +> > +description: | +> > +  MediaTek display multimedia data path resizer, namely MDP-RSZ, +> > +  can do scaling up/down to the picture. +> > + +> > +properties: +> > +  compatible: +> > +    const: mediatek,mt8196-disp-mdp-rsz +> > + +> > +  reg: +> > +    maxItems: 1 +> > + +> > +  clocks: +> > +    items: +> > +      - description: MDP-RSZ Clock +>  +> This can just be "maxItems: 1" + +OK, will modify this + +>  +> > + +> > +required: +> > +  - compatible +> > +  - reg +> > +  - clocks +> > + +> > +additionalProperties: false +> > + +> > +examples: +> > +  - | +> > +    soc { +> > +        #address-cells = <2>; +> > +        #size-cells = <2>; +> > + +> > +        disp_mdp_rsz0: disp-mdp-rsz0@321a0000 { +>  +> And "disp-mdp-rsz0" isn't anything close to a generic node name. + +Will modify "disp-mdp-rsz0@321a0000" to "mdp-rsz@321a0000" + +>  +> > +            compatible = "mediatek,mt8196-disp-mdp-rsz"; +> > +            reg = <0 0x321a0000 0 0x1000>; +> > +            clocks = <&dispsys_config_clk 101>; +>  +> Surprised there are so few properties, no ports link or anything like +> that? + +Because the mt8196's path mux design, we use mdp-rsz as a bypass mode +hw. +So only set the basic properties. + +>  +> > +        }; +> > +    }; +> > --  +> > 2.34.1 +> >  + + +</pre> +</p></body></html><!--type:text--><!--{--><pre>************* MEDIATEK Confidentiality Notice ******************** +The information contained in this e-mail message (including any +attachments) may be confidential, proprietary, privileged, or otherwise +exempt from disclosure under applicable laws. It is intended to be +conveyed only to the designated recipient(s). Any use, dissemination, +distribution, printing, retaining or copying of this e-mail (including its +attachments) by unintended recipient(s) is strictly prohibited and may +be unlawful. If you are not an intended recipient of this e-mail, or believe +that you have received this e-mail in error, please notify the sender +immediately (by replying to this e-mail), delete any and all copies of +this e-mail (including any attachments) from your system, and do not +disclose the content of this e-mail to any other person. Thank you! +</pre><!--}--> diff --git a/N2/2.hdr b/N2/2.hdr new file mode 100644 index 0000000..da1f671 --- /dev/null +++ b/N2/2.hdr @@ -0,0 +1,3 @@ +Content-Type: text/html; + charset="utf-8" +Content-Transfer-Encoding: base64 diff --git a/a/content_digest b/N2/content_digest index cb4db46..949e4d2 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -23,7 +23,7 @@ linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> matthias.bgg@gmail.com <matthias.bgg@gmail.com> " treapking@chromium.org <treapking@chromium.org>\0" - "\00:1\0" + "\01:1\0" "b\0" "On Tue, 2025-02-11 at 17:54 +0000, Conor Dooley wrote:\n" "> On Tue, Feb 11, 2025 at 10:52:50AM +0800, Sunny Shen wrote:\n" @@ -128,5 +128,128 @@ "> > -- \n" "> > 2.34.1\n" > > + "\01:2\0" + "b\0" + "<html><body><p>\r\n" + "<pre>\r\n" + "On Tue, 2025-02-11 at 17:54 +0000, Conor Dooley wrote:\r\n" + "> On Tue, Feb 11, 2025 at 10:52:50AM +0800, Sunny Shen wrote:\r\n" + "> > Add MDP-RSZ hardware description for MediaTek MT8196 SoC\r\n" + "> > \r\n" + "> > Signed-off-by: Sunny Shen <sunny.shen@mediatek.com>\r\n" + "> > ---\r\n" + "> >  .../display/mediatek/mediatek,mdp-rsz.yaml    | 46\r\n" + "> > +++++++++++++++++++\r\n" + "> >  1 file changed, 46 insertions(+)\r\n" + "> >  create mode 100644\r\n" + "> > Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-\r\n" + "> > rsz.yaml\r\n" + "> > \r\n" + "> > diff --git\r\n" + "> > a/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-\r\n" + "> > rsz.yaml\r\n" + "> > b/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-\r\n" + "> > rsz.yaml\r\n" + "> > new file mode 100644\r\n" + "> > index 000000000000..6642b9aa651a\r\n" + "> > --- /dev/null\r\n" + "> > +++\r\n" + "> > b/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-\r\n" + "> > rsz.yaml\r\n" + "> > @@ -0,0 +1,46 @@\r\n" + "> > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)\r\n" + "> > +%YAML 1.2\r\n" + "> > +---\r\n" + "> > +$id:\r\n" + "> > http://devicetree.org/schemas/display/mediatek/mediatek,mdp-rsz.yaml#\r\n" + "> \r\n" + "> Filename matching compatible please\r\n" + "\r\n" + "Got it\r\n" + "will modify the compatible to "mediatek,mt8196-mdp-rsz"\r\n" + "\r\n" + "> \r\n" + "> > +$schema: http://devicetree.org/meta-schemas/core.yaml#\r\n" + "> > +\r\n" + "> > +title: MediaTek display multimedia data path resizer\r\n" + "> > +\r\n" + "> > +maintainers:\r\n" + "> > +  - Chun-Kuang Hu <chunkuang.hu@kernel.org>\r\n" + "> > +  - Philipp Zabel <p.zabel@pengutronix.de>\r\n" + "> > +\r\n" + "> > +description: |\r\n" + "> > +  MediaTek display multimedia data path resizer, namely MDP-RSZ,\r\n" + "> > +  can do scaling up/down to the picture.\r\n" + "> > +\r\n" + "> > +properties:\r\n" + "> > +  compatible:\r\n" + "> > +    const: mediatek,mt8196-disp-mdp-rsz\r\n" + "> > +\r\n" + "> > +  reg:\r\n" + "> > +    maxItems: 1\r\n" + "> > +\r\n" + "> > +  clocks:\r\n" + "> > +    items:\r\n" + "> > +      - description: MDP-RSZ Clock\r\n" + "> \r\n" + "> This can just be "maxItems: 1"\r\n" + "\r\n" + "OK, will modify this\r\n" + "\r\n" + "> \r\n" + "> > +\r\n" + "> > +required:\r\n" + "> > +  - compatible\r\n" + "> > +  - reg\r\n" + "> > +  - clocks\r\n" + "> > +\r\n" + "> > +additionalProperties: false\r\n" + "> > +\r\n" + "> > +examples:\r\n" + "> > +  - |\r\n" + "> > +    soc {\r\n" + "> > +        #address-cells = <2>;\r\n" + "> > +        #size-cells = <2>;\r\n" + "> > +\r\n" + "> > +        disp_mdp_rsz0: disp-mdp-rsz0@321a0000 {\r\n" + "> \r\n" + "> And "disp-mdp-rsz0" isn't anything close to a generic node name.\r\n" + "\r\n" + "Will modify "disp-mdp-rsz0@321a0000" to "mdp-rsz@321a0000"\r\n" + "\r\n" + "> \r\n" + "> > +            compatible = "mediatek,mt8196-disp-mdp-rsz";\r\n" + "> > +            reg = <0 0x321a0000 0 0x1000>;\r\n" + "> > +            clocks = <&dispsys_config_clk 101>;\r\n" + "> \r\n" + "> Surprised there are so few properties, no ports link or anything like\r\n" + "> that?\r\n" + "\r\n" + "Because the mt8196's path mux design, we use mdp-rsz as a bypass mode\r\n" + "hw.\r\n" + "So only set the basic properties.\r\n" + "\r\n" + "> \r\n" + "> > +        };\r\n" + "> > +    };\r\n" + "> > -- \r\n" + "> > 2.34.1\r\n" + "> > \r\n" + "\r\n" + "\r\n" + "</pre>\r\n" + "</p></body></html><!--type:text--><!--{--><pre>************* MEDIATEK Confidentiality Notice ********************\r\n" + "The information contained in this e-mail message (including any \r\n" + "attachments) may be confidential, proprietary, privileged, or otherwise\r\n" + "exempt from disclosure under applicable laws. It is intended to be \r\n" + "conveyed only to the designated recipient(s). Any use, dissemination, \r\n" + "distribution, printing, retaining or copying of this e-mail (including its \r\n" + "attachments) by unintended recipient(s) is strictly prohibited and may \r\n" + "be unlawful. If you are not an intended recipient of this e-mail, or believe \r\n" + "that you have received this e-mail in error, please notify the sender \r\n" + "immediately (by replying to this e-mail), delete any and all copies of \r\n" + "this e-mail (including any attachments) from your system, and do not\r\n" + "disclose the content of this e-mail to any other person. Thank you!\r\n" + </pre><!--}--> -dfbb395aedb1a12947b82f025400ea863dd6facd5e7954c9aad33cb12021ac19 +e5887356bac3d869079ed74f0387cd3b660b9b6220f72b9c3cfcbb018fa63205
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.