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

Commit 7e83d722 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: Update clocks for GPU on MSMCOBALT"

parents 254332ca c7f1fbd1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -73,7 +73,9 @@ static const char * const clocks[] = {
	"gtcu_clk",
	"gtbu_clk",
	"gtcu_iface_clk",
	"alwayson_clk"
	"alwayson_clk",
	"isense_clk",
	"rbcpr_clk"
};

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

#define KGSL_PWR_ON	0xFFFF

#define KGSL_MAX_CLKS 11
#define KGSL_MAX_CLKS 13
#define KGSL_MAX_REGULATORS 2

#define KGSL_MAX_PWRLEVELS 10