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

Commit a6c9ff56 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 max clock count"

parents fef7d54a 8582ac90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#error "CNOC levels cannot exceed GX levels"
#endif

#define MAX_GMU_CLKS 6
#define MAX_GMU_CLKS 7

/*
 * These are the different ways the GMU can boot. GMU_WARM_BOOT is waking up
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ static const char * const clocks[] = {
	"gmu_clk",
	"ahb_clk",
	"smmu_vote",
	"apb_pclk",
};

static unsigned long ib_votes[KGSL_MAX_BUSLEVELS];
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#define KGSL_GPU_CFG_PATH_LOW	1
#define KGSL_GPU_CFG_PATH_HIGH	2

#define KGSL_MAX_CLKS 17
#define KGSL_MAX_CLKS 18
#define KGSL_MAX_REGULATORS 2

#define KGSL_MAX_PWRLEVELS 10