Skip to content

Commit 0d80ac7

Browse files
cwabbott0andersson
authored andcommitted
arm64: dts: qcom: sm8650: Fix GPU cx_mem size
This is doubled compared to previous GPUs. We can't access the new SW_FUSE_VALUE register without this. Fixes: db33633 ("arm64: dts: qcom: sm8650: add GPU nodes") Signed-off-by: Connor Abbott <cwabbott0@gmail.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240426-a750-raytracing-v2-1-562ac9866d63@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 873d845 commit 0d80ac7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/qcom/sm8650.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2614,7 +2614,7 @@
26142614
gpu: gpu@3d00000 {
26152615
compatible = "qcom,adreno-43051401", "qcom,adreno";
26162616
reg = <0x0 0x03d00000 0x0 0x40000>,
2617-
<0x0 0x03d9e000 0x0 0x1000>,
2617+
<0x0 0x03d9e000 0x0 0x2000>,
26182618
<0x0 0x03d61000 0x0 0x800>;
26192619
reg-names = "kgsl_3d0_reg_memory",
26202620
"cx_mem",

0 commit comments

Comments
 (0)