Reduce CPUDVFSHeadroom for mid and big core (for 60fps and 240fps)

Reducing CPUDVFSHeadroom can help save power in 60fps and 240fps
use-cases once RT threads are enabled. Even without the RT patch
(ag/27725456), we can see savings without any impact to framedrop rate.

sync from ag/27765730 and ag/27778356

Bug: 342502377
Test: Build pass, Boot to home
Flag: NONE sync solution
Change-Id: Ib3ea575c8507c8e3ab331910176cb2245c1708fb
This commit is contained in:
Pointer Kung 2024-06-18 07:05:00 +00:00
parent 5df2fa3e01
commit d55b1dadcc

View file

@ -243,7 +243,8 @@
"Values": [ "Values": [
"1280", "1280",
"1100", "1100",
"1280 1100 1055" "1280 1100 1055",
"1100 1055 1055"
], ],
"DefaultIndex": 1, "DefaultIndex": 1,
"ResetOnInit": true "ResetOnInit": true
@ -1810,7 +1811,7 @@
"PowerHint": "CAMERA_STREAMING_EXTREME", "PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "CPUDVFSHeadroom", "Node": "CPUDVFSHeadroom",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100 1055 1055"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_EXTREME", "PowerHint": "CAMERA_STREAMING_EXTREME",
@ -1948,7 +1949,7 @@
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUDVFSHeadroom", "Node": "CPUDVFSHeadroom",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100 1055 1055"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",