From d08d37db69caf7ecd16daadfda3bea9d149b385c Mon Sep 17 00:00:00 2001 From: sashwinbalaji Date: Tue, 9 Jan 2024 09:57:01 +0800 Subject: [PATCH] thermal: Reduce LIGHT-tier's ceiling before 43 degC for camera Align with latest camera thermal throttling (ag/25589702) Bug: 319174137 Test: run camcorder Change-Id: Idf292dbb33e295dda33176343cc2012e56141d7b --- thermal/thermal_info_config_comet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thermal/thermal_info_config_comet.json b/thermal/thermal_info_config_comet.json index 10f4a51..1400256 100644 --- a/thermal/thermal_info_config_comet.json +++ b/thermal/thermal_info_config_comet.json @@ -462,7 +462,7 @@ ], "MaxReleaseStep": 1, "MaxThrottleStep": 1, - "CdevCeiling": [0, 8, 8, 8, 8, 8, 8] + "CdevCeiling": [0, 4, 4, 4, 4, 4, 4] }, { "CdevRequest": "thermal-cpufreq-1", @@ -471,7 +471,7 @@ ], "MaxReleaseStep": 1, "MaxThrottleStep": 2, - "CdevCeiling": [0, 11, 11, 11, 11, 11, 11] + "CdevCeiling": [0, 8, 8, 8, 8, 8, 8] }, { "CdevRequest": "thermal-cpufreq-2", @@ -480,7 +480,7 @@ ], "MaxReleaseStep": 1, "MaxThrottleStep": 2, - "CdevCeiling": [0, 16, 16, 16, 16, 16, 16] + "CdevCeiling": [0, 12, 12, 12, 12, 12, 12] } ] }