[Zuma] Unset mte_tcf_preferred
Reverting to all-async configuration according to PoR. Bug: 280343521 Test: adb shell setprop persist.device_config.runtime_native_boot.bootloader_override force_on adb reboot adb shell 'cat /sys/devices/system/cpu/cpu?/mte_tcf_preferred' should return all "async" Change-Id: Ic42cc8102ff55348dd9061682a779d9dde6ee02c
This commit is contained in:
parent
3fefb2e823
commit
bc502d582b
1 changed files with 0 additions and 15 deletions
|
@ -1101,18 +1101,3 @@ on property:ro.boot.mode=charger && property:init.svc.vendor.charger=running
|
|||
# Enable UFS powersaving in Off Mode Charger
|
||||
write /dev/sys/block/bootdevice/clkgate_enable 1
|
||||
|
||||
# MTE
|
||||
on property:persist.device_config.runtime_native_boot.bootloader_override=force_on
|
||||
# Per-core mode overrides.
|
||||
# Little Cores: sync
|
||||
write /sys/devices/system/cpu/cpu0/mte_tcf_preferred sync
|
||||
write /sys/devices/system/cpu/cpu1/mte_tcf_preferred sync
|
||||
write /sys/devices/system/cpu/cpu2/mte_tcf_preferred sync
|
||||
write /sys/devices/system/cpu/cpu3/mte_tcf_preferred sync
|
||||
# Mid Cores: sync
|
||||
write /sys/devices/system/cpu/cpu4/mte_tcf_preferred sync
|
||||
write /sys/devices/system/cpu/cpu5/mte_tcf_preferred sync
|
||||
write /sys/devices/system/cpu/cpu6/mte_tcf_preferred sync
|
||||
write /sys/devices/system/cpu/cpu7/mte_tcf_preferred sync
|
||||
# Big Core: sync more performance is prohibitively bad
|
||||
write /sys/devices/system/cpu/cpu8/mte_tcf_preferred asymm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue