Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c065da69 authored by Archana Sriram's avatar Archana Sriram
Browse files

ARM: dts: msm: Disable iommu dma for GPU on SDM660

Set iommu dma to disabled for GPU in SDM660 as GPU
takes care of creating desired dma mapping by itself.

Change-Id: I7c732e65797ec128d231fab227d91ff9b86053b1
parent 2d41b769
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -680,12 +680,14 @@
			compatible = "qcom,smmu-kgsl-cb";
			label = "gfx3d_user";
			iommus = <&kgsl_smmu 0>;
			qcom,iommu-dma = "disabled";
			qcom,gpu-offset = <0x48000>;
		};

		gfx3d_secure: gfx3d_secure {
			compatible = "qcom,smmu-kgsl-cb";
			iommus = <&kgsl_smmu 2>;
			qcom,iommu-dma = "disabled";
		};
	};
};