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 Bug: 335719478 Test: Build pass Change-Id: I0f5926ec9ce9188c462455dfcad25f4e8d5f761f
This commit is contained in:
parent
707e3c172b
commit
2b3e8f340a
1 changed files with 3 additions and 2 deletions
|
@ -646,6 +646,7 @@
|
|||
"Path": "/sys/devices/system/cpu/cpufreq/policy4/sched_pixel/spc_threshold",
|
||||
"Values": [
|
||||
"50",
|
||||
"32",
|
||||
"30",
|
||||
"20",
|
||||
"18"
|
||||
|
@ -1908,7 +1909,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
"Node": "PMU_LIT_SPC_THRESHOLD",
|
||||
"Duration": 0,
|
||||
"Value": "35"
|
||||
"Value": "55"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
|
@ -1926,7 +1927,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