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

Commit ead2ffcb authored by Nirmal Abraham's avatar Nirmal Abraham
Browse files

fbdev: msm: set smmu cb domain attached during probe



Set the SMMU context-bank domain_attached flag during
MDP SMMU context-bank probe as the mapping/attach is
is handled by the SMMU driver during bootup.

Change-Id: I6ecc9ec695afe892a54c35d1afe6e4649fb60ccb
Signed-off-by: default avatarNirmal Abraham <nabrah@codeaurora.org>
parent fc2864d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -873,6 +873,7 @@ int mdss_smmu_probe(struct platform_device *pdev)
		mdss_smmu->handoff_pending = true;

	mdss_smmu->base.dev = dev;
	mdss_smmu->domain_attached = true;

	iommu_set_fault_handler(mdss_smmu->domain,
			mdss_smmu_fault_handler, mdss_smmu);