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. Bug: 341495529 Test: https://docs.google.com/document/d/14djeCdDIjDy9wqtYc4C9OPnp7sOx3HfbQz4dIZarvVE Change-Id: Ib16a52d83669c5e9705d80c48b7097e102cc807f
This commit is contained in:
parent
8a6924bd35
commit
f1dfb794d4
4 changed files with 16 additions and 12 deletions
|
@ -189,7 +189,8 @@
|
|||
"Values": [
|
||||
"1280",
|
||||
"1100",
|
||||
"1280 1100 1055"
|
||||
"1280 1100 1055",
|
||||
"1100 1055 1055"
|
||||
],
|
||||
"DefaultIndex": 1,
|
||||
"ResetOnInit": true
|
||||
|
@ -1821,7 +1822,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_EXTREME",
|
||||
"Node": "CPUDVFSHeadroom",
|
||||
"Duration": 0,
|
||||
"Value": "1100"
|
||||
"Value": "1100 1055 1055"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_EXTREME",
|
||||
|
@ -1959,7 +1960,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
"Node": "CPUDVFSHeadroom",
|
||||
"Duration": 0,
|
||||
"Value": "1100"
|
||||
"Value": "1100 1055 1055"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
|
|
|
@ -189,7 +189,8 @@
|
|||
"Values": [
|
||||
"1280",
|
||||
"1100",
|
||||
"1280 1100 1055"
|
||||
"1280 1100 1055",
|
||||
"1100 1055 1055"
|
||||
],
|
||||
"DefaultIndex": 1,
|
||||
"ResetOnInit": true
|
||||
|
@ -1821,7 +1822,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_EXTREME",
|
||||
"Node": "CPUDVFSHeadroom",
|
||||
"Duration": 0,
|
||||
"Value": "1100"
|
||||
"Value": "1100 1055 1055"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_EXTREME",
|
||||
|
@ -1959,7 +1960,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
"Node": "CPUDVFSHeadroom",
|
||||
"Duration": 0,
|
||||
"Value": "1100"
|
||||
"Value": "1100 1055 1055"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
|
|
|
@ -243,7 +243,8 @@
|
|||
"Values": [
|
||||
"1280",
|
||||
"1100",
|
||||
"1280 1100 1055"
|
||||
"1280 1100 1055",
|
||||
"1100 1055 1055"
|
||||
],
|
||||
"DefaultIndex": 1,
|
||||
"ResetOnInit": true
|
||||
|
@ -1809,7 +1810,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_EXTREME",
|
||||
"Node": "CPUDVFSHeadroom",
|
||||
"Duration": 0,
|
||||
"Value": "1100"
|
||||
"Value": "1100 1055 1055"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_EXTREME",
|
||||
|
@ -1947,7 +1948,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
"Node": "CPUDVFSHeadroom",
|
||||
"Duration": 0,
|
||||
"Value": "1100"
|
||||
"Value": "1100 1055 1055"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
|
|
|
@ -189,7 +189,8 @@
|
|||
"Values": [
|
||||
"1280",
|
||||
"1100",
|
||||
"1280 1100 1055"
|
||||
"1280 1100 1055",
|
||||
"1100 1055 1055"
|
||||
],
|
||||
"DefaultIndex": 1,
|
||||
"ResetOnInit": true
|
||||
|
@ -1821,7 +1822,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_EXTREME",
|
||||
"Node": "CPUDVFSHeadroom",
|
||||
"Duration": 0,
|
||||
"Value": "1100"
|
||||
"Value": "1100 1055 1055"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_EXTREME",
|
||||
|
@ -1959,7 +1960,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
"Node": "CPUDVFSHeadroom",
|
||||
"Duration": 0,
|
||||
"Value": "1100"
|
||||
"Value": "1100 1055 1055"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue