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

Commit 5000e896 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Add SMMU pagetable update commands for A6x" into msm-4.9

parents 7d9060ab 54ce1b30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -601,7 +601,7 @@ unsigned int adreno_iommu_set_pt_generate_cmds(
		iommu->setstate.gpuaddr + KGSL_IOMMU_SETSTATE_NOP_OFFSET);

	if (iommu->version >= 2) {
		if (adreno_is_a5xx(adreno_dev))
		if (adreno_is_a5xx(adreno_dev) || adreno_is_a6xx(adreno_dev))
			cmds += _adreno_iommu_set_pt_v2_a5xx(device, cmds,
						ttbr0, contextidr, rb);
		else if (adreno_is_a4xx(adreno_dev))