commit | 4d2b71478b2d5707643e8b7c0310b53998133055 | [log] [tgz] |
---|---|---|
author | Manaf Meethalavalappu Pallikunhi <quic_manafm@quicinc.com> | Thu Aug 22 01:18:41 2024 +0530 |
committer | Manaf Meethalavalappu Pallikunhi <quic_manafm@quicinc.com> | Mon Aug 26 22:20:42 2024 +0530 |
tree | 31d241c62ba788bff80bd2bd74c1d66dd3b54482 | |
parent | 34f143df54975c3eb19b46f98b59d0ae43c6a40b [diff] [blame] |
thermal-hal: Add support to check limit profile for volcano Add support to check limit profile based on thermal zone configuration and update different limit profile settings for volcano. Change-Id: I483ca40810db4dcb60e8bbb77182f29bc4226614
diff --git a/thermalConfig.h b/thermalConfig.h index ae74111..3a8ef1c 100644 --- a/thermalConfig.h +++ b/thermalConfig.h
@@ -59,6 +59,7 @@ private: std::vector<struct target_therm_cfg> thermalConfig; int soc_id; + int limitp; ThermalCommon cmnInst; };