From e978928cc467d1ad9019880c88d90d945da59978 Mon Sep 17 00:00:00 2001 From: "Peter (YM)" Date: Tue, 12 Dec 2023 06:25:08 +0000 Subject: [PATCH] thermal: Keep LIGHT-tier's ceiling before 43 degC for camera Bug: 315264384 Test: run camcorder Change-Id: I83ee28a1f02504720f2f4c387008fbe241d4aee0 Signed-off-by: Peter (YM) --- thermal_info_config_akita.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thermal_info_config_akita.json b/thermal_info_config_akita.json index 70d6666..5ac2ce9 100644 --- a/thermal_info_config_akita.json +++ b/thermal_info_config_akita.json @@ -458,21 +458,21 @@ "CdevWeightForPID": [0.156, 0.156, 0.156, 0.156, 0.156, 0.156, 0.156], "MaxReleaseStep": 1, "MaxThrottleStep": 1, - "CdevCeiling": [0, 6, 6, 6, 6, 6, 6] + "CdevCeiling": [0, 2, 6, 6, 6, 6, 6] }, { "CdevRequest": "thermal-cpufreq-1", "CdevWeightForPID": [0.428, 0.428, 0.428, 0.428, 0.428, 0.428, 0.428], "MaxReleaseStep": 1, "MaxThrottleStep": 2, - "CdevCeiling": [0, 9, 9, 9, 9, 9, 9] + "CdevCeiling": [0, 6, 9, 9, 9, 9, 9] }, { "CdevRequest": "thermal-cpufreq-2", "CdevWeightForPID": [0.225, 0.225, 0.225, 0.225, 0.225, 0.225, 0.225], "MaxReleaseStep": 1, "MaxThrottleStep": 2, - "CdevCeiling": [0, 12, 12, 12, 12, 12, 12] + "CdevCeiling": [0, 8, 12, 12, 12, 12, 12] } ] }