diff options
| author | wangwang1 <wangwang@motorola.com> | 2017-03-16 16:08:46 +0800 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-12-18 16:53:00 +0100 |
| commit | dc15803a5e00bf1fb1d74da69a7fb09f37c35101 (patch) | |
| tree | ffc630b06232be6784c79e9b7c2cf7a21160c0c5 /drivers/misc | |
| parent | 92db40f8ee9d5af036b68de923148db93c78a8d0 (diff) | |
tune core online/offline statage
Change-Id: I3b69e1de05c4f1035c3c47e1075185795fd2ac24
Signed-off-by: Mister Oyster <oysterized@gmail.com>
Diffstat (limited to 'drivers/misc')
| -rw-r--r-- | drivers/misc/mediatek/mach/mt6735/include/mach/mt_hotplug_strategy_internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/misc/mediatek/mach/mt6735/include/mach/mt_hotplug_strategy_internal.h b/drivers/misc/mediatek/mach/mt6735/include/mach/mt_hotplug_strategy_internal.h index 3a16cf9f3..c1760b925 100644 --- a/drivers/misc/mediatek/mach/mt6735/include/mach/mt_hotplug_strategy_internal.h +++ b/drivers/misc/mediatek/mach/mt6735/include/mach/mt_hotplug_strategy_internal.h @@ -36,7 +36,7 @@ extern "C" { * CONFIG - compile time */ #define HPS_TASK_PRIORITY (MAX_RT_PRIO - 3) -#define HPS_TIMER_INTERVAL_MS (100) +#define HPS_TIMER_INTERVAL_MS (40) #define MAX_CPU_UP_TIMES (10) #define MAX_CPU_DOWN_TIMES (100) @@ -55,13 +55,13 @@ extern "C" { #define DEF_TLP_TIMES (1) #define EN_CPU_INPUT_BOOST (1) -#define DEF_CPU_INPUT_BOOST_CPU_NUM (2) +#define DEF_CPU_INPUT_BOOST_CPU_NUM (4) #define EN_CPU_RUSH_BOOST (1) #define DEF_CPU_RUSH_BOOST_THRESHOLD (98) #define DEF_CPU_RUSH_BOOST_TIMES (1) -#define EN_HPS_LOG (1) +#define EN_HPS_LOG (0) #define EN_ISR_LOG (0) /* |
