From bc0c680f477f2d1e218cc176b58febca35d33e10 Mon Sep 17 00:00:00 2001 From: George Lee Date: Sat, 7 May 2022 19:44:21 -0700 Subject: [PATCH] thermal: Raise TPU DVFS state for BATOILO trigger Jankiness is experience during BATOILO triggering. Lowering GPU DVFS state and Raising TPU DVFS state to re-tune throttling mix. Bug: 231575776 Test: Boot and confirm settings Signed-off-by: George Lee Change-Id: Ife93560c8864f4340e94d9afc2e8d2b47b97fc67 --- thermal_info_config_oriole.json | 8 ++++---- thermal_info_config_raven.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/thermal_info_config_oriole.json b/thermal_info_config_oriole.json index 6da4f20..837ccbf 100644 --- a/thermal_info_config_oriole.json +++ b/thermal_info_config_oriole.json @@ -824,11 +824,11 @@ }, { "CdevRequest": "thermal-gpufreq-0", - "LimitInfo": [0, 0, 0, 0, 6, 6, 6] + "LimitInfo": [0, 0, 0, 0, 4, 4, 4] }, { "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 0, 0, 0, 5, 5, 5] + "LimitInfo": [0, 0, 0, 0, 6, 6, 6] } ] }, @@ -906,7 +906,7 @@ }, { "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 0, 0, 0, 5, 5, 5] + "LimitInfo": [0, 0, 0, 0, 6, 6, 6] } ] }, @@ -945,7 +945,7 @@ }, { "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 0, 0, 0, 4, 4, 4] + "LimitInfo": [0, 0, 0, 0, 5, 5, 5] } ] }, diff --git a/thermal_info_config_raven.json b/thermal_info_config_raven.json index 0006b70..d452757 100644 --- a/thermal_info_config_raven.json +++ b/thermal_info_config_raven.json @@ -798,11 +798,11 @@ }, { "CdevRequest": "thermal-gpufreq-0", - "LimitInfo": [0, 0, 0, 0, 6, 6, 6] + "LimitInfo": [0, 0, 0, 0, 4, 4, 4] }, { "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 0, 0, 0, 5, 5, 5] + "LimitInfo": [0, 0, 0, 0, 6, 6, 6] } ] }, @@ -880,7 +880,7 @@ }, { "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 0, 0, 0, 5, 5, 5] + "LimitInfo": [0, 0, 0, 0, 6, 6, 6] } ] }, @@ -919,7 +919,7 @@ }, { "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 0, 0, 0, 4, 4, 4] + "LimitInfo": [0, 0, 0, 0, 5, 5, 5] } ] },