Enable ADPF CPU hints for SF
Allow these devices to send CPU hints to PowerHAL from SF to reduce drops and save power. Bug: b/241152899 Bug: b/195990840 Test: https://android-build.googleplex.com/builds/abtd/run/L70800000956157278 Change-Id: I81df99f4ec01f417d1589e2323de599819993590 (Port from commit 8a419466b86ab07a25fc18d7d6a2a9ee154f6839)
This commit is contained in:
@@ -89,3 +89,11 @@ on property:vendor.device.modules.ready=1
|
||||
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/ss_base
|
||||
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/ss_diff
|
||||
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/ss_raw
|
||||
|
||||
# Override SF and RE uclamps to 0 on boot after being set elsewhere, for adpf cpu hints
|
||||
on property:sys.boot_completed=1
|
||||
trigger override-sf-uclamp
|
||||
|
||||
on override-sf-uclamp
|
||||
write /proc/vendor_sched/rt_uclamp_min 0
|
||||
write /proc/vendor_sched/sf_uclamp_min 0
|
||||
|
Reference in New Issue
Block a user