From 325eb7a0280ab7a2d88dec9acc5a185687ed87e3 Mon Sep 17 00:00:00 2001 From: Hareesh Gundu Date: Mon, 16 Oct 2023 09:39:18 -0700 Subject: [PATCH] adreno: dts: Enable graphics rendering for Sun Enable Sun GPU to perform graphics functionality. Also add ipc-core property for hwfences support. Change-Id: Ia01d92e4b2d43a1f8ec24ff63768aab5d7a4e1e3 Signed-off-by: Hareesh Gundu --- gpu/sun-gpu.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gpu/sun-gpu.dtsi b/gpu/sun-gpu.dtsi index 591962f5..fc9a79af 100644 --- a/gpu/sun-gpu.dtsi +++ b/gpu/sun-gpu.dtsi @@ -15,7 +15,7 @@ &msm_gpu { compatible = "qcom,adreno-gpu-gen8-0-0", "qcom,kgsl-3d0"; - status = "disabled"; + status = "ok"; reg = <0x3d00000 0x40000>, <0x3d50000 0x10000>, <0x3d61000 0x3000>, <0x3d9e000 0x2000>, <0x10900000 0x80000>, <0x10048000 0x8000>, @@ -173,5 +173,7 @@ iommus = <&kgsl_smmu 0x5 0x000>; qcom,iommu-dma = "disabled"; + + qcom,ipc-core = <0x00400000 0x140000>; }; };