mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
cpufreq: ondemand: rk29 up threshold set to 80
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user