arm64: dts: qcom: sm8650: Fix GPU cx_mem size
authorConnor Abbott <cwabbott0@gmail.com>
Fri, 26 Apr 2024 18:33:59 +0000 (19:33 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 29 Apr 2024 17:35:42 +0000 (12:35 -0500)
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>
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>
arch/arm64/boot/dts/qcom/sm8650.dtsi

index 434ad2f123323d67463d2da12cd78d57b65e7112..745d40adb7fad0ede9730c902b093faabb87303b 100644 (file)
                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",