powerhint: tune default value for PMU limit paramter am: 6c0d957039

Original change: https://googleplex-android-review.googlesource.com/c/device/google/comet/+/27121330

Change-Id: I8a89d72cdecdedaf26f95ef785530dec50f1eb07
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Taeju Park 2024-04-26 21:27:46 +00:00 committed by Automerger Merge Worker
commit 6caf28cb19

View file

@ -603,6 +603,7 @@
"Name": "PMU_LIT_SPC_THRESHOLD", "Name": "PMU_LIT_SPC_THRESHOLD",
"Path": "/sys/devices/system/cpu/cpufreq/policy0/sched_pixel/spc_threshold", "Path": "/sys/devices/system/cpu/cpufreq/policy0/sched_pixel/spc_threshold",
"Values": [ "Values": [
"76",
"70", "70",
"55", "55",
"42", "42",
@ -627,6 +628,7 @@
"Name": "PMU_MID_SPC_THRESHOLD", "Name": "PMU_MID_SPC_THRESHOLD",
"Path": "/sys/devices/system/cpu/cpufreq/policy4/sched_pixel/spc_threshold", "Path": "/sys/devices/system/cpu/cpufreq/policy4/sched_pixel/spc_threshold",
"Values": [ "Values": [
"59",
"50", "50",
"32", "32",
"30", "30",
@ -649,6 +651,7 @@
"Name": "PMU_BIG_SPC_THRESHOLD", "Name": "PMU_BIG_SPC_THRESHOLD",
"Path": "/sys/devices/system/cpu/cpufreq/policy7/sched_pixel/spc_threshold", "Path": "/sys/devices/system/cpu/cpufreq/policy7/sched_pixel/spc_threshold",
"Values": [ "Values": [
"62",
"50", "50",
"22", "22",
"20" "20"