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

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

Merge "msm: kgsl: Increase KGSL_MAX_CLKS value"

parents 03ecb3a7 313705e3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -48,7 +48,8 @@ static const char * const clocks[] = {
	"rbcpr_clk",
	"iref_clk",
	"gmu_clk",
	"ahb_clk"
	"ahb_clk",
	"smmu_vote",
};

static unsigned int ib_votes[KGSL_MAX_BUSLEVELS];
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

#define KGSL_PWR_ON	0xFFFF

#define KGSL_MAX_CLKS 16
#define KGSL_MAX_CLKS 17
#define KGSL_MAX_REGULATORS 2

#define KGSL_MAX_PWRLEVELS 10