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

Commit ee3bfeb5 authored by Ian Macdonald's avatar Ian Macdonald Committed by synt4x93
Browse files

include: cpufreq: define LATENCY_MULTIPLIER

Change-Id: Ibe4962cfb74039334b581c06e18c2c5f2430a0fd
parent 1ac9c811
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -496,6 +496,7 @@ static inline unsigned long cpufreq_scale(unsigned long old, u_int div,
 * the ondemand governor will not work. All times here are in us (microseconds).
 */
#define MIN_SAMPLING_RATE_RATIO		(2)
#define LATENCY_MULTIPLIER		(1000)
#define UP_LATENCY_MULTIPLIER		(50)
#define DOWN_LATENCY_MULTIPLIER		(100)
#define MIN_LATENCY_MULTIPLIER		(20)