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:
parent
8d2af6b045
commit
74181341d6
1 changed files with 15 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue