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 Bug: 341495529 Test: GCA Change-Id: I8692df07c2a52115a497b7e71ccbe9638add1cc8
This commit is contained in:
parent
6b22f33b50
commit
796c46dc00
1 changed files with 4 additions and 3 deletions
|
@ -189,7 +189,8 @@
|
||||||
"Values": [
|
"Values": [
|
||||||
"1280",
|
"1280",
|
||||||
"1100",
|
"1100",
|
||||||
"1280 1100 1055"
|
"1280 1100 1055",
|
||||||
|
"1100 1055 1055"
|
||||||
],
|
],
|
||||||
"DefaultIndex": 1,
|
"DefaultIndex": 1,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
|
@ -1821,7 +1822,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",
|
||||||
|
@ -1965,7 +1966,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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue