powerhint: adjust cpd target residency when interaction

Modify default BC/MC CPD target residency to 10ms.
Increase to 750ms during interaction.

Bug: 283233731
Bug: 350508026

Flag: EXEMPT bugfix

Test: power & perf cuj test

Change-Id: I6694ebd6f1f1f237bfd954eaca37cab9918c4b1e
Signed-off-by: lukechang <lukechang@google.com>
This commit is contained in:
lukechang 2024-07-12 07:50:21 +00:00
parent 29862f0aaf
commit c9442b63b2

View file

@ -229,7 +229,7 @@
"750000",
"10000"
],
"DefaultIndex": 0,
"DefaultIndex": 1,
"ResetOnInit": true
},
{
@ -239,7 +239,7 @@
"750000",
"10000"
],
"DefaultIndex": 0,
"DefaultIndex": 1,
"ResetOnInit": true
},
{
@ -1226,16 +1226,21 @@
"Value": "DISPLAY_UPDATE_IMMINENT"
},
{
"PowerHint": "DISPLAY_INACTIVE",
"Node": "BigClusterPowerDownTargetResidency",
"Duration": 0,
"Value": "10000"
"PowerHint": "DISPLAY_IDLE",
"Type": "EndHint",
"Value": "INTERACTION"
},
{
"PowerHint": "DISPLAY_INACTIVE",
"PowerHint": "INTERACTION",
"Node": "BigClusterPowerDownTargetResidency",
"Duration": 2000,
"Value": "750000"
},
{
"PowerHint": "INTERACTION",
"Node": "MidClusterPowerDownTargetResidency",
"Duration": 0,
"Value": "10000"
"Duration": 2000,
"Value": "750000"
},
{
"PowerHint": "DISPLAY_INACTIVE",