Camera: Update target load for high streaming case

Update target load due to Pro mid CPU
this hint impact the high streaming use case like 60fps / 120fps and
240fps.

Bug: 222570798

Test:
1080p60 frame drops: 0.3% (before 3%)
slow mo 8x: frame drop 0%. 300mW saving on mem path

GCA test
CTS no regression
Passed:Tests Passed: 358, Failed: 4, Not found: 0, Status unknown: 0

Change-Id: Ie53f6eaadadf3540cf9a7b6cf7b801d46e943098
This commit is contained in:
Peter Liu 2022-03-22 17:15:16 -07:00
parent 8489809c43
commit 8f0dc7db93
2 changed files with 8 additions and 6 deletions

View file

@ -126,7 +126,8 @@
"Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load",
"Values": [
"20 5 80",
"20 10 80"
"20 10 80",
"80 10 80"
],
"ResetOnInit": true
},
@ -737,7 +738,7 @@
"PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "MIFTargetLoad",
"Duration": 0,
"Value": "20 10 80"
"Value": "80 10 80"
},
{
"PowerHint": "CAMERA_STREAMING_EXTREME",
@ -815,7 +816,7 @@
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "MIFTargetLoad",
"Duration": 0,
"Value": "20 10 80"
"Value": "80 10 80"
},
{
"PowerHint": "CAMERA_STREAMING_HIGH",

View file

@ -126,7 +126,8 @@
"Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load",
"Values": [
"20 5 80",
"20 10 80"
"20 10 80",
"80 10 80"
],
"ResetOnInit": true
},
@ -725,7 +726,7 @@
"PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "MIFTargetLoad",
"Duration": 0,
"Value": "20 10 80"
"Value": "80 10 80"
},
{
"PowerHint": "CAMERA_STREAMING_EXTREME",
@ -803,7 +804,7 @@
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "MIFTargetLoad",
"Duration": 0,
"Value": "20 10 80"
"Value": "80 10 80"
},
{
"PowerHint": "CAMERA_STREAMING_HIGH",