Message ID | 20240430-a750-raytracing-v3-1-7f57c5ac082d@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 0d80ac75cba26fde5cae55323b7617f0fec5322b |
Headers | show |
Series | drm/msm: Support a750 "software fuse" for raytracing | expand |
On 30/04/2024 12:43, Connor Abbott wrote: > 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") > Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > 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", > Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
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",