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

Commit 4eca6073 authored by Junjie Wu's avatar Junjie Wu
Browse files

cpufreq: interactive: Do not align sample windows by default



Disable sample window alignment by default to match default behavior
of upstream interactive governor.

Change-Id: Ibbf4bdd4dd423f97d3a9dd5442eba78b378e66e2
Signed-off-by: default avatarJunjie Wu <junjiew@codeaurora.org>
parent bf6a4fa8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1500,7 +1500,6 @@ static struct cpufreq_interactive_tunables *alloc_tunable(
	tunables->timer_rate = DEFAULT_TIMER_RATE;
	tunables->boostpulse_duration_val = DEFAULT_MIN_SAMPLE_TIME;
	tunables->timer_slack_val = DEFAULT_TIMER_SLACK;
	tunables->align_windows = true;

	spin_lock_init(&tunables->target_loads_lock);
	spin_lock_init(&tunables->above_hispeed_delay_lock);