powerhint.json: move display wake node earlier
Currently it is a KI the vendor group takes time to update through sysfs node. This CL moves display wake earlier than TA boost while waiting for the long term improvement in b/190236772. Bug: 205261899 Test: Build Signed-off-by: Wei Wang <wvw@google.com> Change-Id: Ieb1eb62442e67602605e380b987fe28d1ad2bbd8
This commit is contained in:
parent
f357b89684
commit
8fdd6e65eb
1 changed files with 8 additions and 8 deletions
|
@ -98,6 +98,14 @@
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "DisplayWakeup",
|
||||||
|
"Path": "/sys/devices/platform/1c300000.drmdecon/early_wakeup",
|
||||||
|
"Values": [
|
||||||
|
"1",
|
||||||
|
"0"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "CPUUtilThreshold",
|
"Name": "CPUUtilThreshold",
|
||||||
"Path": "/sys/kernel/vendor_sched/util_threshold",
|
"Path": "/sys/kernel/vendor_sched/util_threshold",
|
||||||
|
@ -243,14 +251,6 @@
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"Name": "DisplayWakeup",
|
|
||||||
"Path": "/sys/devices/platform/1c300000.drmdecon/early_wakeup",
|
|
||||||
"Values": [
|
|
||||||
"1",
|
|
||||||
"0"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"Name": "LimitFlashCurrent",
|
"Name": "LimitFlashCurrent",
|
||||||
"Path": "vendor.camera.max_flash_current",
|
"Path": "vendor.camera.max_flash_current",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue