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

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

Merge "msm: kgsl: Add apb_pclk to the clock list and increase KGSL_MAX_CLKS"

parents a7f770af fea29b19
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ static const char * const clocks[] = {
	"gmu_clk",
	"ahb_clk",
	"smmu_vote",
	"apb_pclk",
};

static void kgsl_pwrctrl_clk(struct kgsl_device *device, int state,
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

#define KGSL_PWR_ON	0xFFFF

#define KGSL_MAX_CLKS 17
#define KGSL_MAX_CLKS 18

#define KGSL_MAX_PWRLEVELS 16