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

Commit a6378649 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Change readl to readll for reading 64bit registers"

parents 574ce206 6baf1216
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -105,7 +105,7 @@ struct kgsl_iommu_register_list {
		iommu->ctx_offset)
		iommu->ctx_offset)


#define KGSL_IOMMU_GET_CTX_REG_LL(iommu, iommu_unit, ctx, REG)		\
#define KGSL_IOMMU_GET_CTX_REG_LL(iommu, iommu_unit, ctx, REG)		\
		readl_relaxed(						\
		readll_relaxed(						\
		iommu_unit->reg_map.hostptr +				\
		iommu_unit->reg_map.hostptr +				\
		iommu->iommu_reg_list[KGSL_IOMMU_CTX_##REG].reg_offset +\
		iommu->iommu_reg_list[KGSL_IOMMU_CTX_##REG].reg_offset +\
		(ctx << KGSL_IOMMU_CTX_SHIFT) +				\
		(ctx << KGSL_IOMMU_CTX_SHIFT) +				\