Disable limiting camera_hal for LAUNCH hint for A0 devices
If auto rotation is enabled, it will trigger LAUNCH hint while camera is running if device rotates, which could limit camera_hal tasks to little cores. So, disable it first until there is a new hint for the rotation event. Bug: 358103845 Test: build pass Flag: NONE powerhint change does not support flags Change-Id: I623ea20c5fa1f0d8b4404caf7e0de54f35921fe7
This commit is contained in:
parent
579d88fdc7
commit
8962fe3676
2 changed files with 0 additions and 48 deletions
|
@ -773,30 +773,6 @@
|
|||
"Type": "DoHint",
|
||||
"Value": "LAUNCH_PMU"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Type": "DoHint",
|
||||
"EnableProperty": "vendor.powerhal.camerarunning",
|
||||
"Value": "CDCPUSET_RESTRICTED"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Type": "DoHint",
|
||||
"EnableProperty": "vendor.powerhal.camerarunning",
|
||||
"Value": "CDHIGHCPUSETCPUS_RESTRICTED"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Type": "DoHint",
|
||||
"EnableProperty": "vendor.powerhal.camerarunning",
|
||||
"Value": "CDMIDCPUSETCPUS_RESTRICTED"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Type": "DoHint",
|
||||
"EnableProperty": "vendor.powerhal.camerarunning",
|
||||
"Value": "CDMIDHIGHCPUSETCPUS_RESTRICTED"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH_PMU",
|
||||
"Node": "PMU_POLL",
|
||||
|
|
|
@ -762,30 +762,6 @@
|
|||
"Type": "DoHint",
|
||||
"Value": "LAUNCH_PMU"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Type": "DoHint",
|
||||
"EnableProperty": "vendor.powerhal.camerarunning",
|
||||
"Value": "CDCPUSET_RESTRICTED"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Type": "DoHint",
|
||||
"EnableProperty": "vendor.powerhal.camerarunning",
|
||||
"Value": "CDHIGHCPUSETCPUS_RESTRICTED"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Type": "DoHint",
|
||||
"EnableProperty": "vendor.powerhal.camerarunning",
|
||||
"Value": "CDMIDCPUSETCPUS_RESTRICTED"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Type": "DoHint",
|
||||
"EnableProperty": "vendor.powerhal.camerarunning",
|
||||
"Value": "CDMIDHIGHCPUSETCPUS_RESTRICTED"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH_PMU",
|
||||
"Node": "PMU_POLL",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue