diff options
| author | Kaan Külahlı <kaankulahli@gmail.com> | 2017-06-13 12:31:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-13 12:31:53 +0000 |
| commit | a61061b0d982efe9f4b30707620440a47c319f57 (patch) | |
| tree | 04472762fa804e3a757074bc3973750d606a0f9f /drivers/cpufreq | |
| parent | 953e5c1156c6ccf1b7f4927ef3d8cc64b0e88b0c (diff) | |
| parent | 7e59fd26f95664e3db8b2fc07e68326a8af97bfe (diff) | |
pull request
Diffstat (limited to 'drivers/cpufreq')
| -rw-r--r-- | drivers/cpufreq/cpufreq_interactive.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/cpufreq/cpufreq_interactive.c b/drivers/cpufreq/cpufreq_interactive.c index eb2f2353313..d2de1567f17 100644 --- a/drivers/cpufreq/cpufreq_interactive.c +++ b/drivers/cpufreq/cpufreq_interactive.c @@ -91,11 +91,11 @@ static struct cpufreq_interactive_core_lock core_lock; static u64 hispeed_freq; /* Boost frequency by boost_factor when CPU load at or above this value. */ -#define DEFAULT_GO_MAXSPEED_LOAD 85 +#define DEFAULT_GO_MAXSPEED_LOAD 99 static unsigned long go_maxspeed_load; /* Go to hispeed_freq when CPU load at or above this value. */ -#define DEFAULT_GO_HISPEED_LOAD 85 +#define DEFAULT_GO_HISPEED_LOAD 90 static unsigned long go_hispeed_load; /* Base of exponential raise to max speed; if 0 - jump to maximum */ @@ -116,7 +116,7 @@ static unsigned long sustain_load; /* * The minimum amount of time to spend at a frequency before we can ramp down. */ -#define DEFAULT_MIN_SAMPLE_TIME 30000; +#define DEFAULT_MIN_SAMPLE_TIME 80000; static unsigned long min_sample_time; /* |
