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:
Pointer Kung 2024-08-22 04:28:05 +00:00
parent d65f111bd1
commit ddc2a9111b

View file

@ -672,6 +672,7 @@
"Values": [ "Values": [
"664000", "664000",
"233000", "233000",
"111000",
"67000" "67000"
], ],
"ResetOnInit": true "ResetOnInit": true
@ -2136,6 +2137,18 @@
"Duration": 0, "Duration": 0,
"Value": "0x0" "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", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "PowerHALCameraRunning", "Node": "PowerHALCameraRunning",