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

Commit 0de66280 authored by Nitheesh Muthuraj's avatar Nitheesh Muthuraj
Browse files

msm: kgsl: Increase MAX_PWRLEVELS Limit



Increasing the MAX_PWRLEVELS Limit to accommodate
addition of power levels for supported devices.

Change-Id: Iad3f46a7b14e273df45a44d38d2329a292d9dfd7
Signed-off-by: default avatarNitheesh Muthuraj <nmuthuraj@codeaurora.org>
parent dc88450c
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;