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

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

Merge "msm: kgsl: Add clocks to access KGSL SMMU register space"

parents 627cf1be 9a0121f3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2493,7 +2493,10 @@ static const char * const kgsl_iommu_clocks[] = {
	"gcc_gpu_memnoc_gfx",
	"gcc_gpu_snoc_dvm_gfx",
	"gpu_cc_ahb",
	"gpu_cc_hlos1_vote_gpu_smmu_clk",
	"gpu_cc_cx_gmu",
	"gpu_cc_hlos1_vote_gpu_smmu",
	"gpu_cc_hub_aon",
	"gpu_cc_hub_cx_int",
};

static struct kgsl_mmu_ops kgsl_iommu_ops;
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
#define KGSL_IOMMU_FSR_SS_SHIFT		30

/* Max number of iommu clks per IOMMU unit */
#define KGSL_IOMMU_MAX_CLKS 5
#define KGSL_IOMMU_MAX_CLKS 7

/* offset at which a nop command is placed in setstate */
#define KGSL_IOMMU_SETSTATE_NOP_OFFSET	1024