-
Notifications
You must be signed in to change notification settings - Fork 16
/
init.hikey970.power.rc
32 lines (28 loc) · 1.33 KB
/
init.hikey970.power.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
on post-fs
#
# EAS feature enabling
#
write /sys/kernel/debug/sched_features "ENERGY_AWARE"
write /proc/sys/kernel/sched_is_big_little 1
write /proc/sys/kernel/sched_cstate_aware 1
write /proc/sys/kernel/sched_sync_hint_enable 0
write /proc/sys/kernel/sched_initial_task_util 0
#
# EAS stune boosting interfaces
#
chown system system /dev/stune/top-app/schedtune.boost
chown system system /dev/stune/top-app/schedtune.prefer_idle
chown system system /dev/stune/foreground/schedtune.boost
chown system system /dev/stune/foreground/schedtune.prefer_idle
chown system system /dev/stune/schedtune.boost
write /dev/stune/top-app/schedtune.boost 50
write /dev/stune/top-app/schedtune.prefer_idle 1
write /dev/stune/foreground/schedtune.boost 50
write /dev/stune/foreground/schedtune.prefer_idle 1
write /dev/stune/schedtune.boost 0
setprop ro.config.schetune.touchboost.value 100
setprop ro.config.schetune.touchboost.time_ns 1000000000
setprop ro.config.cpufreq.max_freq.cluster0 "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq"
setprop ro.config.cpufreq.low_power_max.cluster0 "999000"
setprop ro.config.cpufreq.max_freq.cluster1 "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq"
setprop ro.config.cpufreq.low_power_max.cluster1 "903000"