bcl: change tpu_cooling state from 3 to 2 ocp_tpu
Per quality testing of Face Auth, noticed 2 failures out of 30 tries of Face Auth. Per thermal log, tpu_cooling state changed 2 times. Over throttling on TPU by setting tpu_cooling state to 3 may cause Face Auth to fail. Changing it to 3. Bug: 181348043 Bug: 196315467 Test: Local test and verify Face Auth Signed-off-by: George Lee <geolee@google.com> Change-Id: I535f0734c247b2041af0f7cc69ef8e6706c9a909
This commit is contained in:
parent
157a9cb111
commit
4a6d0b7b8e
3 changed files with 6 additions and 24 deletions
|
@ -901,7 +901,7 @@
|
||||||
"BindedCdevInfo": [
|
"BindedCdevInfo": [
|
||||||
{
|
{
|
||||||
"CdevRequest": "tpu_cooling",
|
"CdevRequest": "tpu_cooling",
|
||||||
"LimitInfo": [0, 0, 0, 0, 3, 3, 3]
|
"LimitInfo": [0, 0, 0, 0, 2, 2, 2]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -1003,13 +1003,7 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true,
|
"Monitor":true
|
||||||
"BindedCdevInfo": [
|
|
||||||
{
|
|
||||||
"CdevRequest": "tpu_cooling",
|
|
||||||
"LimitInfo": [0, 0, 0, 0, 3, 3, 3]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"soft_ocp_gpu",
|
"Name":"soft_ocp_gpu",
|
||||||
|
|
|
@ -574,7 +574,7 @@
|
||||||
"BindedCdevInfo": [
|
"BindedCdevInfo": [
|
||||||
{
|
{
|
||||||
"CdevRequest": "tpu_cooling",
|
"CdevRequest": "tpu_cooling",
|
||||||
"LimitInfo": [0, 0, 0, 0, 3, 3, 3]
|
"LimitInfo": [0, 0, 0, 0, 2, 2, 2]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -676,13 +676,7 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true,
|
"Monitor":true
|
||||||
"BindedCdevInfo": [
|
|
||||||
{
|
|
||||||
"CdevRequest": "tpu_cooling",
|
|
||||||
"LimitInfo": [0, 0, 0, 0, 3, 3, 3]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"soft_ocp_gpu",
|
"Name":"soft_ocp_gpu",
|
||||||
|
|
|
@ -901,7 +901,7 @@
|
||||||
"BindedCdevInfo": [
|
"BindedCdevInfo": [
|
||||||
{
|
{
|
||||||
"CdevRequest": "tpu_cooling",
|
"CdevRequest": "tpu_cooling",
|
||||||
"LimitInfo": [0, 0, 0, 0, 3, 3, 3]
|
"LimitInfo": [0, 0, 0, 0, 2, 2, 2]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -1003,13 +1003,7 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true,
|
"Monitor":true
|
||||||
"BindedCdevInfo": [
|
|
||||||
{
|
|
||||||
"CdevRequest": "tpu_cooling",
|
|
||||||
"LimitInfo": [0, 0, 0, 0, 3, 3, 3]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"soft_ocp_gpu",
|
"Name":"soft_ocp_gpu",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue