cpufreq: ondemand: rk29 up threshold set to 80
This commit is contained in:
parent
a7b38129ad
commit
46bdf9cd40
1 changed files with 5 additions and 0 deletions
|
|
@ -30,8 +30,13 @@
|
|||
|
||||
#define DEF_FREQUENCY_DOWN_DIFFERENTIAL (10)
|
||||
#define DEF_FREQUENCY_UP_THRESHOLD (80)
|
||||
#ifdef CONFIG_ARCH_RK29
|
||||
#define MICRO_FREQUENCY_DOWN_DIFFERENTIAL (10)
|
||||
#define MICRO_FREQUENCY_UP_THRESHOLD (80)
|
||||
#else
|
||||
#define MICRO_FREQUENCY_DOWN_DIFFERENTIAL (3)
|
||||
#define MICRO_FREQUENCY_UP_THRESHOLD (95)
|
||||
#endif
|
||||
#define MICRO_FREQUENCY_MIN_SAMPLE_RATE (10000)
|
||||
#define MIN_FREQUENCY_UP_THRESHOLD (11)
|
||||
#define MAX_FREQUENCY_UP_THRESHOLD (100)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue