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:
parent
29862f0aaf
commit
c9442b63b2
1 changed files with 14 additions and 9 deletions
|
@ -229,7 +229,7 @@
|
||||||
"750000",
|
"750000",
|
||||||
"10000"
|
"10000"
|
||||||
],
|
],
|
||||||
"DefaultIndex": 0,
|
"DefaultIndex": 1,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -239,7 +239,7 @@
|
||||||
"750000",
|
"750000",
|
||||||
"10000"
|
"10000"
|
||||||
],
|
],
|
||||||
"DefaultIndex": 0,
|
"DefaultIndex": 1,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1226,16 +1226,21 @@
|
||||||
"Value": "DISPLAY_UPDATE_IMMINENT"
|
"Value": "DISPLAY_UPDATE_IMMINENT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "DISPLAY_INACTIVE",
|
"PowerHint": "DISPLAY_IDLE",
|
||||||
"Node": "BigClusterPowerDownTargetResidency",
|
"Type": "EndHint",
|
||||||
"Duration": 0,
|
"Value": "INTERACTION"
|
||||||
"Value": "10000"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "DISPLAY_INACTIVE",
|
"PowerHint": "INTERACTION",
|
||||||
|
"Node": "BigClusterPowerDownTargetResidency",
|
||||||
|
"Duration": 2000,
|
||||||
|
"Value": "750000"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "INTERACTION",
|
||||||
"Node": "MidClusterPowerDownTargetResidency",
|
"Node": "MidClusterPowerDownTargetResidency",
|
||||||
"Duration": 0,
|
"Duration": 2000,
|
||||||
"Value": "10000"
|
"Value": "750000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "DISPLAY_INACTIVE",
|
"PowerHint": "DISPLAY_INACTIVE",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue