Disable CDPreferIdle, set DSUMin to 610MHz for 60fps
With MulticamRoutingNode on RT, the performance is no longer impacted by having CDPreferIdle disabled. Additionally, this CL reduces DSUMin to 610MHz, saving overall up to 50mW in CPU power. Refer to ag/27091363 and ag/27105186 Bug: 342502377 Test: Build pass Change-Id: I49c8a5aad237c76582388545ff83d44d440d84a0
This commit is contained in:
parent
efae9635e1
commit
0efca5ac37
1 changed files with 8 additions and 1 deletions
|
@ -53,6 +53,7 @@
|
||||||
"1800000",
|
"1800000",
|
||||||
"1548000",
|
"1548000",
|
||||||
"820000",
|
"820000",
|
||||||
|
"610000",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
|
@ -1800,7 +1801,7 @@
|
||||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||||
"Node": "DsuMinFreq",
|
"Node": "DsuMinFreq",
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "820000"
|
"Value": "610000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||||
|
@ -1898,6 +1899,12 @@
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "0"
|
"Value": "0"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||||
|
"Node": "CDPreferIdle",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||||
"Node": "CDHighCpusetCpus",
|
"Node": "CDHighCpusetCpus",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue