Skip to content

Commit

Permalink
cpufreq: schedutil: Default to exponential frequency selection
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Nijmeh <[email protected]>
  • Loading branch information
tytydraco committed Mar 5, 2020
1 parent 1cee47f commit 86f748f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/sched/cpufreq_schedutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ static int sugov_init(struct cpufreq_policy *policy)
cpufreq_policy_transition_delay_us(policy);
tunables->down_rate_limit_us =
cpufreq_policy_transition_delay_us(policy);
tunables->exp_util = true;

policy->governor_data = sg_policy;
sg_policy->tunables = tunables;
Expand Down

0 comments on commit 86f748f

Please sign in to comment.