Powerhint update containing PMU and EM tuning for 30FPS
Port from ag/20028064 Bug: 262668624 Test: Local test Change-Id: Ia2cd6e1c55fdc2d2cefb507782208cd19dc651df Signed-off-by: paulsu <paulsu@google.com>
This commit is contained in:
parent
8296448354
commit
a227608517
1 changed files with 56 additions and 5 deletions
|
@ -551,6 +551,15 @@
|
||||||
"0"
|
"0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "EM_Profile",
|
||||||
|
"Path": "/sys/kernel/pixel_em/active_profile",
|
||||||
|
"Values": [
|
||||||
|
"default",
|
||||||
|
"cam1"
|
||||||
|
],
|
||||||
|
"DefaultIndex": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "PMU_POLL",
|
"Name": "PMU_POLL",
|
||||||
"Path": "/proc/vendor_sched/pmu_poll_enable",
|
"Path": "/proc/vendor_sched/pmu_poll_enable",
|
||||||
|
@ -1454,21 +1463,63 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||||
"Node": "CPUBigClusterMaxFreq",
|
"Node": "PMU_POLL",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||||
|
"Node": "EM_Profile",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "cam1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||||
|
"Node": "PMU_LIT_LCPI_THRESHOLD",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||||
|
"Node": "PMU_LIT_SPC_THRESHOLD",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||||
|
"Node": "PMU_MID_LIMIT_FREQ",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "1836000"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||||
|
"Node": "PMU_MID_LCPI_THRESHOLD",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||||
|
"Node": "PMU_MID_SPC_THRESHOLD",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "50"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||||
|
"Node": "PMU_BIG_LIMIT_FREQ",
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "1826000"
|
"Value": "1826000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||||
"Node": "CPUMidClusterMaxFreq",
|
"Node": "PMU_BIG_LCPI_THRESHOLD",
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "1491000"
|
"Value": "3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||||
"Node": "CPULittleClusterMaxFreq",
|
"Node": "PMU_BIG_SPC_THRESHOLD",
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "1401000"
|
"Value": "50"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue