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

Commit e2562921 authored by Joonwoo Park's avatar Joonwoo Park
Browse files

sched: WALT: increase WALT minimum window size to 20ms



Increase WALT minimum window size to 20ms.  10ms isn't large enough
capture workload's pattern.

Change-Id: I4d69577fbfeac2bc23db4ff414939cc51ada30d6
Signed-off-by: default avatarJoonwoo Park <joonwoop@codeaurora.org>
parent e2ccaa23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@
#define WINDOW_STATS_AVG		3
#define WINDOW_STATS_INVALID_POLICY	4

/* Min window size (in ns) = 10ms */
#define MIN_SCHED_RAVG_WINDOW 10000000
/* Min window size (in ns) = 20ms */
#define MIN_SCHED_RAVG_WINDOW 20000000

/* Max window size (in ns) = 1s */
#define MAX_SCHED_RAVG_WINDOW 1000000000