Increase SPC thresholds for 60fps
This CL increase SPC threshold for little core to 55, and for mid core to 32. Tests show that in a loaded scenario, framedrop rate can reduce to almost zero, while not impacting the power in the unloaded (baseline) scenario. Refer to ag/27032799 and ag/27078536 Bug: 342502377 Test: Build pass Change-Id: I9c50b58483cb5262c3550cb45907cbe522eb4e5a
This commit is contained in:
parent
f5e293b0e4
commit
efae9635e1
1 changed files with 3 additions and 2 deletions
|
@ -711,6 +711,7 @@
|
|||
"Path": "/sys/devices/system/cpu/cpufreq/policy4/sched_pixel/spc_threshold",
|
||||
"Values": [
|
||||
"50",
|
||||
"32",
|
||||
"30",
|
||||
"20",
|
||||
"18"
|
||||
|
@ -1811,7 +1812,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
"Node": "PMU_LIT_SPC_THRESHOLD",
|
||||
"Duration": 0,
|
||||
"Value": "35"
|
||||
"Value": "55"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
|
@ -1823,7 +1824,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
"Node": "PMU_MID_SPC_THRESHOLD",
|
||||
"Duration": 0,
|
||||
"Value": "20"
|
||||
"Value": "32"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue