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

Commit 4c968fa6 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 0a9102e1 c065da69
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";
		};
	};
};