Skip to content
This repository has been archived by the owner on Jan 7, 2018. It is now read-only.

Commit

Permalink
cpufreq_alucard: modified default parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alucard24 authored and AndroPlus-org committed Dec 2, 2016
1 parent 89b94c8 commit 86b28b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/cpufreq/cpufreq_alucard.c
Expand Up @@ -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;
Expand Down

0 comments on commit 86b28b1

Please sign in to comment.