We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310725f commit 38e7628Copy full SHA for 38e7628
1 file changed
drivers/cpufreq/cpu-boost.c
@@ -46,7 +46,7 @@ static bool sched_boost_active;
46
47
static struct delayed_work input_boost_rem;
48
static u64 last_input_time;
49
-#define MIN_INPUT_INTERVAL (100 * USEC_PER_MSEC)
+#define MIN_INPUT_INTERVAL (150 * USEC_PER_MSEC)
50
51
static int set_input_boost_freq(const char *buf, const struct kernel_param *kp)
52
{
0 commit comments