From 4a6d0b7b8ee9ed3439e5c95cc8cf8f88734d753f Mon Sep 17 00:00:00 2001 From: George Lee Date: Thu, 12 Aug 2021 08:40:55 -0700 Subject: [PATCH] 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 Change-Id: I535f0734c247b2041af0f7cc69ef8e6706c9a909 --- thermal_info_config_oriole.json | 10 ++-------- thermal_info_config_oriole_WHI_A.json | 10 ++-------- thermal_info_config_raven.json | 10 ++-------- 3 files changed, 6 insertions(+), 24 deletions(-) diff --git a/thermal_info_config_oriole.json b/thermal_info_config_oriole.json index 97d0b1c..945ac4a 100644 --- a/thermal_info_config_oriole.json +++ b/thermal_info_config_oriole.json @@ -901,7 +901,7 @@ "BindedCdevInfo": [ { "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", "Multiplier":1, - "Monitor":true, - "BindedCdevInfo": [ - { - "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 0, 0, 0, 3, 3, 3] - } - ] + "Monitor":true }, { "Name":"soft_ocp_gpu", diff --git a/thermal_info_config_oriole_WHI_A.json b/thermal_info_config_oriole_WHI_A.json index 6094307..c60da21 100644 --- a/thermal_info_config_oriole_WHI_A.json +++ b/thermal_info_config_oriole_WHI_A.json @@ -574,7 +574,7 @@ "BindedCdevInfo": [ { "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", "Multiplier":1, - "Monitor":true, - "BindedCdevInfo": [ - { - "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 0, 0, 0, 3, 3, 3] - } - ] + "Monitor":true }, { "Name":"soft_ocp_gpu", diff --git a/thermal_info_config_raven.json b/thermal_info_config_raven.json index cb769fb..f73ade1 100644 --- a/thermal_info_config_raven.json +++ b/thermal_info_config_raven.json @@ -901,7 +901,7 @@ "BindedCdevInfo": [ { "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", "Multiplier":1, - "Monitor":true, - "BindedCdevInfo": [ - { - "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 0, 0, 0, 3, 3, 3] - } - ] + "Monitor":true }, { "Name":"soft_ocp_gpu",