Enable ADPF CPU hints for SF am: b031889746
Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/19772297 Change-Id: Ie862945e97932ea1d60bfbfa68d989f281747e4c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
76e6021424
3 changed files with 12 additions and 22 deletions
|
@ -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_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_diff
|
||||||
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/ss_raw
|
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
|
||||||
|
|
|
@ -215,3 +215,7 @@ USE_GMSCORE_PREBUILT_Y2022W28 := true
|
||||||
# Device features
|
# Device features
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
|
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
|
||||||
|
|
||||||
|
# Enable adpf cpu hint session for SurfaceFlinger
|
||||||
|
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||||
|
debug.sf.enable_adpf_cpu_hint=true
|
||||||
|
|
|
@ -169,16 +169,6 @@
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"Name": "SFUClampBoost",
|
|
||||||
"Path": "/proc/vendor_sched/sf_uclamp_min",
|
|
||||||
"Values": [
|
|
||||||
"159",
|
|
||||||
"85",
|
|
||||||
"39"
|
|
||||||
],
|
|
||||||
"ResetOnInit": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"Name": "MLUclampBoost",
|
"Name": "MLUclampBoost",
|
||||||
"Path": "/proc/vendor_sched/nnapi_uclamp_min",
|
"Path": "/proc/vendor_sched/nnapi_uclamp_min",
|
||||||
|
@ -497,12 +487,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Actions": [
|
"Actions": [
|
||||||
{
|
|
||||||
"PowerHint": "INTERACTION",
|
|
||||||
"Node": "SFUClampBoost",
|
|
||||||
"Duration": 5000,
|
|
||||||
"Value": "85"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"PowerHint": "LAUNCH",
|
"PowerHint": "LAUNCH",
|
||||||
"Node": "UClampThreshold",
|
"Node": "UClampThreshold",
|
||||||
|
@ -521,12 +505,6 @@
|
||||||
"Duration": 5000,
|
"Duration": 5000,
|
||||||
"Value": "1"
|
"Value": "1"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"PowerHint": "LAUNCH",
|
|
||||||
"Node": "SFUClampBoost",
|
|
||||||
"Duration": 5000,
|
|
||||||
"Value": "85"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"PowerHint": "LAUNCH",
|
"PowerHint": "LAUNCH",
|
||||||
"Node": "CPUBigClusterMaxFreq",
|
"Node": "CPUBigClusterMaxFreq",
|
||||||
|
|
Loading…
Reference in a new issue