Skip to content

Commit

Permalink
cpufreq: conservative: Change input boost to 918mhz for 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
hellsgod committed Jun 8, 2015
1 parent 0714166 commit dfeaecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/cpufreq/cpufreq_conservative.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ static unsigned int min_sampling_rate;
#define MAX_SAMPLING_DOWN_FACTOR (10)
#define TRANSITION_LATENCY_LIMIT (10 * 1000 * 1000)
#define MICRO_FREQUENCY_MIN_SAMPLE_RATE (10000)
#define BOOST_DURATION_US (40000)
#define BOOST_FREQ_VAL (1497600)
#define BOOST_DURATION_US (1000000)
#define BOOST_FREQ_VAL (918000)

static void do_dbs_timer(struct work_struct *work);

Expand Down

0 comments on commit dfeaecb

Please sign in to comment.