Relax PMU capping during CAMERA_ZOOMING_BOOST

Synchoronize the perf solution ag/24210040 and ag/24345330 from previous projects to enhance the camera performance by relaxing the PMU
capping which is achieved by setting PMU_POLL to 0

Bug: 293424867
Test: GCA
Change-Id: Id7244c5efe71f5abe1a8afbbd385958d19da42ba
This commit is contained in:
Mao Lee 2023-08-10 05:05:29 +00:00
parent 8d2af6b045
commit 74181341d6

View file

@ -288,9 +288,10 @@
"Name": "CDPreferIdle",
"Path": "/proc/vendor_sched/cam_prefer_idle",
"Values": [
"0",
"1"
"1",
"0"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{
@ -1194,6 +1195,18 @@
"Duration": 1000,
"Value": "664000"
},
{
"PowerHint": "CAMERA_ZOOMING_BOOST",
"Node": "CDPreferIdle",
"Duration": 100,
"Value": "1"
},
{
"PowerHint": "CAMERA_ZOOMING_BOOST",
"Node": "PMU_POLL",
"Duration": 100,
"Value": "0"
},
{
"PowerHint": "GCA_CAMERA_SHOT_BIGCPU",
"Node": "TAPreferHighCap",