Reduce TNR frequency to 111MHz for slow-mo 240fps
Due to slow-mo 240fps does not enable GTNR, set the lower TNR frequency 111MHz for it to optimize power. Bug: 349707814 Test: Build pass, Boot to home Test: It will save ~15mW without frame drop impact for 240fps. (https://docs.google.com/spreadsheets/d/18w2N4SGCjcD4ZF-1hzv9ZfysCTzLxOeacmLpdcPx5qU/edit?usp=sharing) Flag: EXEMPT resource file change only Change-Id: Ib25707a4ba0132cf6cc1f4956c7f86278e3d5bbc
This commit is contained in:
parent
d65f111bd1
commit
ddc2a9111b
1 changed files with 13 additions and 0 deletions
|
@ -672,6 +672,7 @@
|
|||
"Values": [
|
||||
"664000",
|
||||
"233000",
|
||||
"111000",
|
||||
"67000"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
|
@ -2136,6 +2137,18 @@
|
|||
"Duration": 0,
|
||||
"Value": "0x0"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_EXTREME",
|
||||
"Node": "TNRMaxFreq",
|
||||
"Duration": 0,
|
||||
"Value": "111000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_EXTREME",
|
||||
"Node": "TNRFreq",
|
||||
"Duration": 0,
|
||||
"Value": "111000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
"Node": "PowerHALCameraRunning",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue