[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAF6AEGs9Ei=MAhC=OOfxHvw_AGeF25LTCrWLzxB_kGN7e2PgNA@mail.gmail.com>
Date: Wed, 15 Jul 2020 11:27:11 -0700
From: Rob Clark <robdclark@...il.com>
To: Akhil P Oommen <akhilpo@...eaurora.org>
Cc: freedreno <freedreno@...ts.freedesktop.org>,
dri-devel@...edesktop.org,
linux-arm-msm <linux-arm-msm@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Jordan Crouse <jcrouse@...eaurora.org>,
Sharat Masetty <smasetty@...eaurora.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@...r.kernel.org>, Matthias Kaehlcke <mka@...omium.org>,
saravanak@...gle.com, Sibi Sankar <sibis@...eaurora.org>,
Viresh Kumar <viresh.kumar@...aro.org>,
Jonathan <jonathan@...ek.ca>
Subject: Re: [PATCH v5 5/6] arm64: dts: qcom: sc7180: Add interconnects
property for GPU
On Mon, Jul 13, 2020 at 5:42 AM Akhil P Oommen <akhilpo@...eaurora.org> wrote:
>
> From: Sharat Masetty <smasetty@...eaurora.org>
>
> This patch adds the interconnects property to the GPU node. This enables
> the GPU->DDR path bandwidth voting.
>
> Signed-off-by: Sharat Masetty <smasetty@...eaurora.org>
> Signed-off-by: Akhil P Oommen <akhilpo@...eaurora.org>
> ---
> arch/arm64/boot/dts/qcom/sc7180.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
> index 31b9217..a567297 100644
> --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
> @@ -1470,6 +1470,8 @@
> operating-points-v2 = <&gpu_opp_table>;
> qcom,gmu = <&gmu>;
>
> + interconnects = <&gem_noc MASTER_GFX3D &mc_virt SLAVE_EBI1>;
I suppose this and the 845 dts patch should have:
interconnect-names = "gfx-mem";
(OTOH not having it was a good way to notice a bug in the driver
handling the legacy case without having 'interconnect-names')
BR,
-R
> +
> gpu_opp_table: opp-table {
> compatible = "operating-points-v2";
>
> --
> 2.7.4
>
Powered by blists - more mailing lists