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

Bug: 339154889
Test: Build pass
Change-Id: I4d4d8dd64832dabd7fc60b0dfe7a0b69b5b76df4
This commit is contained in:
Pointer Kung 2024-04-26 06:13:06 +00:00
parent 7bc26ad23a
commit 66a3277a31

View file

@ -785,6 +785,7 @@
"1800000", "1800000",
"1548000", "1548000",
"820000", "820000",
"610000",
"0" "0"
], ],
"ResetOnInit": true "ResetOnInit": true
@ -1914,7 +1915,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",
@ -2024,6 +2025,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": "AutoPreferIdle", "Node": "AutoPreferIdle",