bcl: Enable limitation on VDROOPX and BATOILO
To mitigate Synthetic load in brownout test, we need to increase UVLO1 to 3.2V, UVLO2 to 3.0V, and increase BAT_OILO deglitch time from 100us to 1ms. In addition, we must limit DVFS State whenever the interrupts are triggered. Bug: 200943374 Test: Local test Signed-off-by: George Lee <geolee@google.com> Change-Id: Iaf607b48eda878fc47cb4eb85e326e2d0a8684f0
This commit is contained in:
parent
61d459a428
commit
ba2a4ec458
2 changed files with 146 additions and 18 deletions
|
@ -724,7 +724,7 @@
|
||||||
"Coefficient":[
|
"Coefficient":[
|
||||||
"-10000",
|
"-10000",
|
||||||
"400",
|
"400",
|
||||||
"1200"
|
"1000"
|
||||||
],
|
],
|
||||||
"HotThreshold":[
|
"HotThreshold":[
|
||||||
"NAN",
|
"NAN",
|
||||||
|
@ -753,7 +753,7 @@
|
||||||
"Coefficient":[
|
"Coefficient":[
|
||||||
"-10000",
|
"-10000",
|
||||||
"400",
|
"400",
|
||||||
"1200"
|
"1000"
|
||||||
],
|
],
|
||||||
"HotThreshold":[
|
"HotThreshold":[
|
||||||
"NAN",
|
"NAN",
|
||||||
|
@ -790,6 +790,14 @@
|
||||||
{
|
{
|
||||||
"CdevRequest": "thermal-cpufreq-2",
|
"CdevRequest": "thermal-cpufreq-2",
|
||||||
"LimitInfo": [0, 0, 0, 7, 7, 10, 10]
|
"LimitInfo": [0, 0, 0, 7, 7, 10, 10]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-gpufreq-0",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 0, 7, 11]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "tpu_cooling",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 0, 4, 5]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -816,7 +824,21 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Monitor":true,
|
||||||
|
"BindedCdevInfo": [
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-cpufreq-2",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 7, 10, 10]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-gpufreq-0",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 10, 11, 11]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "tpu_cooling",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 4, 4, 4]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"vdroop1",
|
"Name":"vdroop1",
|
||||||
|
@ -826,7 +848,7 @@
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN",
|
"NAN",
|
||||||
1150,
|
1000,
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN"
|
"NAN"
|
||||||
],
|
],
|
||||||
|
@ -841,7 +863,21 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Monitor":true,
|
||||||
|
"BindedCdevInfo": [
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-cpufreq-2",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 7, 10, 10]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-gpufreq-0",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 7, 7, 7]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "tpu_cooling",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 4, 4, 4]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"vdroop2",
|
"Name":"vdroop2",
|
||||||
|
@ -851,7 +887,7 @@
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN",
|
"NAN",
|
||||||
1350,
|
1200,
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN"
|
"NAN"
|
||||||
],
|
],
|
||||||
|
@ -866,7 +902,21 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Monitor":true,
|
||||||
|
"BindedCdevInfo": [
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-cpufreq-2",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 7, 10, 10]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-gpufreq-0",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 15, 15, 15]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "tpu_cooling",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 4, 4, 4]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"smpl_gm",
|
"Name":"smpl_gm",
|
||||||
|
@ -876,7 +926,7 @@
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN",
|
"NAN",
|
||||||
1400,
|
1100,
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN"
|
"NAN"
|
||||||
],
|
],
|
||||||
|
@ -891,7 +941,21 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Monitor":true,
|
||||||
|
"BindedCdevInfo": [
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-cpufreq-2",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 7, 10, 10]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-gpufreq-0",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 13, 13, 13]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "tpu_cooling",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 4, 4, 4]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"ocp_cpu1",
|
"Name":"ocp_cpu1",
|
||||||
|
|
|
@ -699,7 +699,7 @@
|
||||||
"Coefficient":[
|
"Coefficient":[
|
||||||
"-10000",
|
"-10000",
|
||||||
"400",
|
"400",
|
||||||
"1200"
|
"1000"
|
||||||
],
|
],
|
||||||
"HotThreshold":[
|
"HotThreshold":[
|
||||||
"NAN",
|
"NAN",
|
||||||
|
@ -728,7 +728,7 @@
|
||||||
"Coefficient":[
|
"Coefficient":[
|
||||||
"-10000",
|
"-10000",
|
||||||
"400",
|
"400",
|
||||||
"1200"
|
"1000"
|
||||||
],
|
],
|
||||||
"HotThreshold":[
|
"HotThreshold":[
|
||||||
"NAN",
|
"NAN",
|
||||||
|
@ -765,6 +765,14 @@
|
||||||
{
|
{
|
||||||
"CdevRequest": "thermal-cpufreq-2",
|
"CdevRequest": "thermal-cpufreq-2",
|
||||||
"LimitInfo": [0, 0, 0, 7, 7, 10, 10]
|
"LimitInfo": [0, 0, 0, 7, 7, 10, 10]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-gpufreq-0",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 0, 7, 11]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "tpu_cooling",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 0, 4, 5]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -791,7 +799,21 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Monitor":true,
|
||||||
|
"BindedCdevInfo": [
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-cpufreq-2",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 7, 10, 10]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-gpufreq-0",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 10, 11, 11]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "tpu_cooling",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 4, 4, 4]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"vdroop1",
|
"Name":"vdroop1",
|
||||||
|
@ -801,7 +823,7 @@
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN",
|
"NAN",
|
||||||
1150,
|
1000,
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN"
|
"NAN"
|
||||||
],
|
],
|
||||||
|
@ -816,7 +838,21 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Monitor":true,
|
||||||
|
"BindedCdevInfo": [
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-cpufreq-2",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 7, 10, 10]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-gpufreq-0",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 7, 7, 7]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "tpu_cooling",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 4, 4, 4]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"vdroop2",
|
"Name":"vdroop2",
|
||||||
|
@ -826,7 +862,7 @@
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN",
|
"NAN",
|
||||||
1350,
|
1200,
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN"
|
"NAN"
|
||||||
],
|
],
|
||||||
|
@ -841,7 +877,21 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Monitor":true,
|
||||||
|
"BindedCdevInfo": [
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-cpufreq-2",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 7, 10, 10]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-gpufreq-0",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 15, 15, 15]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "tpu_cooling",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 4, 4, 4]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"smpl_gm",
|
"Name":"smpl_gm",
|
||||||
|
@ -851,7 +901,7 @@
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN",
|
"NAN",
|
||||||
1400,
|
1100,
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN"
|
"NAN"
|
||||||
],
|
],
|
||||||
|
@ -866,7 +916,21 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Monitor":true,
|
||||||
|
"BindedCdevInfo": [
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-cpufreq-2",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 7, 10, 10]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "thermal-gpufreq-0",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 13, 13, 13]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "tpu_cooling",
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 4, 4, 4]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"ocp_cpu1",
|
"Name":"ocp_cpu1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue