devfreq_boost: perform max devfreq boost for 250ms on touch events
Signed-off-by: Yaroslav Furman <yaro330@gmail.com> Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
This commit is contained in:
committed by
UtsavBalar1231
parent
77817b0443
commit
7daee3c1b6
@@ -216,7 +216,7 @@ static void devfreq_boost_input_event(struct input_handle *handle,
|
||||
int i;
|
||||
|
||||
for (i = 0; i < DEVFREQ_MAX; i++)
|
||||
__devfreq_boost_kick(d->devices + i);
|
||||
__devfreq_boost_kick_max(d->devices + i, 250);
|
||||
}
|
||||
|
||||
static int devfreq_boost_input_connect(struct input_handler *handler,
|
||||
|
||||
Reference in New Issue
Block a user