Update CAMERA_SHOT hint

1) Set PMU_POLL to 0
2) Remove direct CPU freq settings but use UClamp

Bug: 302387784
Test: Build pass
Change-Id: I5443490db2dcccd7487d4664dcffef6fd1b1c3c8
This commit is contained in:
Pointer Kung 2023-10-13 17:52:16 +08:00
parent ffec6ea551
commit 83c14d1b60

View file

@ -1274,33 +1274,15 @@
}, },
{ {
"PowerHint": "CAMERA_SHOT", "PowerHint": "CAMERA_SHOT",
"Node": "MemFreq", "Node": "PMU_POLL",
"Duration": 300, "Duration": 100,
"Value": "9999999" "Value": "0"
}, },
{ {
"PowerHint": "CAMERA_SHOT", "PowerHint": "CAMERA_SHOT",
"Node": "CPUBigClusterMaxFreq", "Node": "CAMUClampBoost",
"Duration": 300, "Duration": 100,
"Value": "9999999" "Value": "765"
},
{
"PowerHint": "CAMERA_SHOT",
"Node": "CPUBigClusterMinFreq",
"Duration": 300,
"Value": "9999999"
},
{
"PowerHint": "CAMERA_SHOT",
"Node": "CPUMidClusterMaxFreq",
"Duration": 300,
"Value": "9999999"
},
{
"PowerHint": "CAMERA_SHOT",
"Node": "CPUMidClusterMinFreq",
"Duration": 300,
"Value": "9999999"
}, },
{ {
"PowerHint": "CAMERA_BACKEND_BOOST", "PowerHint": "CAMERA_BACKEND_BOOST",