sdm660-common: rootdir: remove interaction lock when idle
Allows earlier interaction lock release by polling on display updates to stop happening (becomes idle) for a programmable amount of time. Bug: 62110101 Test: Ran UiBench, didn't see regressions susbset of tests - avg-jank: testInflatingListViewFling: 0.09 testTrivialListViewFling: 0.15 Change-Id: I83c0fc75a3d7ca5bf76910ebbaeddb69343a7ee2
This commit is contained in:
parent
cc04efcb21
commit
04d14b6518
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ on init
|
|||
on post-fs
|
||||
chmod 0755 /sys/kernel/debug/tracing
|
||||
|
||||
write /sys/class/graphics/fb0/idle_time 100
|
||||
|
||||
on early-boot
|
||||
# set RLIMIT_MEMLOCK to 64MB
|
||||
setrlimit 8 67108864 67108864
|
||||
|
|
Loading…
Reference in a new issue