cpu-boost: Reduce input boost time interval
Reducing this interval allows us to not drop to lower frequencies during a regular scroll without finger release while using a relatively low boost ms value. Signed-off-by: Alex Naidis <alex.naidis@paranoidandroid.co> Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com> Signed-off-by: KenHV <yo@kenharris.xyz>
This commit is contained in:
@@ -46,7 +46,7 @@ static bool sched_boost_active;
|
||||
|
||||
static struct delayed_work input_boost_rem;
|
||||
static u64 last_input_time;
|
||||
#define MIN_INPUT_INTERVAL (150 * USEC_PER_MSEC)
|
||||
#define MIN_INPUT_INTERVAL (100 * USEC_PER_MSEC)
|
||||
|
||||
static int set_input_boost_freq(const char *buf, const struct kernel_param *kp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user