From: Connor Abbott <cwabbott0@gmail.com>
To: Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org
Cc: Connor Abbott <cwabbott0@gmail.com>
Subject: [PATCH 1/6] arm64: dts: qcom: sm8650: Fix GPU cx_mem size
Date: Thu, 25 Apr 2024 14:43:49 +0100 [thread overview]
Message-ID: <20240425134354.1233862-2-cwabbott0@gmail.com> (raw)
In-Reply-To: <20240425134354.1233862-1-cwabbott0@gmail.com>
This is doubled compared to previous GPUs. We can't access the new
SW_FUSE_VALUE register without this.
Fixes: db33633b05c0 ("arm64: dts: qcom: sm8650: add GPU nodes")
Signed-off-by: Connor Abbott <cwabbott0@gmail.com>
---
arch/arm64/boot/dts/qcom/sm8650.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sm8650.dtsi b/arch/arm64/boot/dts/qcom/sm8650.dtsi
index 658ad2b41c5a..78b8944eaab2 100644
--- a/arch/arm64/boot/dts/qcom/sm8650.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8650.dtsi
@@ -2607,7 +2607,7 @@ tcsr: clock-controller@1fc0000 {
gpu: gpu@3d00000 {
compatible = "qcom,adreno-43051401", "qcom,adreno";
reg = <0x0 0x03d00000 0x0 0x40000>,
- <0x0 0x03d9e000 0x0 0x1000>,
+ <0x0 0x03d9e000 0x0 0x2000>,
<0x0 0x03d61000 0x0 0x800>;
reg-names = "kgsl_3d0_reg_memory",
"cx_mem",
--
2.31.1
next prev parent reply other threads:[~2024-04-25 13:44 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-25 13:43 [PATCH 0/6] drm/msm: Support a750 "software fuse" for raytracing Connor Abbott
2024-04-25 13:43 ` Connor Abbott [this message]
2024-04-25 13:43 ` [PATCH 3/6] drm/msm: Update a6xx registers Connor Abbott
2024-04-25 13:43 ` [PATCH 4/6] drm/msm/a7xx: Initialize a750 "software fuse" Connor Abbott
2024-04-25 23:02 ` Dmitry Baryshkov
2024-04-26 12:35 ` Connor Abbott
2024-04-26 12:54 ` Connor Abbott
2024-04-26 13:37 ` Dmitry Baryshkov
2024-04-26 13:31 ` Dmitry Baryshkov
2024-04-26 14:05 ` Connor Abbott
2024-04-26 14:53 ` Dmitry Baryshkov
2024-04-26 15:08 ` Connor Abbott
2024-04-26 15:24 ` Dmitry Baryshkov
2024-04-26 15:36 ` Connor Abbott
2024-04-26 15:38 ` Dmitry Baryshkov
2024-04-26 16:02 ` Rob Clark
2024-04-26 12:45 ` Rob Clark
2024-04-26 13:28 ` Dmitry Baryshkov
2024-04-25 13:43 ` [PATCH 5/6] drm/msm: Add MSM_PARAM_RAYTRACING uapi Connor Abbott
2024-04-25 23:03 ` Dmitry Baryshkov
2024-04-25 13:43 ` [PATCH 6/6] drm/msm/a7xx: Add missing register writes from downstream Connor Abbott
2024-04-25 15:03 ` [PATCH 0/6] drm/msm: Support a750 "software fuse" for raytracing Dmitry Baryshkov
2024-04-25 15:13 ` [PATCH 2/6] firmware: qcom_scm: Add gpu_init_regs call Connor Abbott
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=20240425134354.1233862-2-cwabbott0@gmail.com \
--to=cwabbott0@gmail.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=robh@kernel.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