bcl: Enable limitation on VDROOPX and BATOILO am: ba2a4ec458 am: aea23ce5b2

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16076667

Change-Id: I31159e44cfa84a67e6325966d32f75a3bfd8dbfb
This commit is contained in:
George Lee 2021-11-18 21:53:07 +00:00 committed by Automerger Merge Worker
commit 0f67da4e4a
2 changed files with 146 additions and 18 deletions

View file

@ -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",

View file

@ -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",