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

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

Merge "msm: kgsl: Increase MAX_PWRLEVELS Limit"

parents 61717f9f 0de66280
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

#define KGSL_MAX_CLKS 17

#define KGSL_MAX_PWRLEVELS 10
#define KGSL_MAX_PWRLEVELS 16

#define KGSL_PWRFLAGS_POWER_ON 0
#define KGSL_PWRFLAGS_CLK_ON   1
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ int kgsl_devfreq_del_notifier(struct device *device,
	struct notifier_block *block);

/* same as KGSL_MAX_PWRLEVELS */
#define MSM_ADRENO_MAX_PWRLEVELS 10
#define MSM_ADRENO_MAX_PWRLEVELS 16

struct xstats {
	u64 ram_time;