From 86b28b14780129672d1368acd16534ea75a389d7 Mon Sep 17 00:00:00 2001 From: alucard24 Date: Sat, 15 Oct 2016 13:37:03 +0200 Subject: [PATCH] cpufreq_alucard: modified default parameters. --- drivers/cpufreq/cpufreq_alucard.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/cpufreq/cpufreq_alucard.c b/drivers/cpufreq/cpufreq_alucard.c index ffc54dd3493..0c21e479ccd 100644 --- a/drivers/cpufreq/cpufreq_alucard.c +++ b/drivers/cpufreq/cpufreq_alucard.c @@ -69,15 +69,15 @@ static struct mutex gov_lock; #define CPUS_DOWN_RATE 1 #define CPUS_UP_RATE 1 -#define DEC_CPU_LOAD 70 +#define DEC_CPU_LOAD 60 #define DEC_CPU_LOAD_AT_MIN_FREQ 60 -#define INC_CPU_LOAD 70 +#define INC_CPU_LOAD 80 #define INC_CPU_LOAD_AT_MIN_FREQ 60 #define PUMP_INC_STEP_AT_MIN_FREQ 2 #define PUMP_INC_STEP 1 -#define PUMP_DEC_STEP_AT_MIN_FREQ 2 -#define PUMP_DEC_STEP 1 +#define PUMP_DEC_STEP_AT_MIN_FREQ 1 +#define PUMP_DEC_STEP 2 struct cpufreq_alucard_tunables { int usage_count;