Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 1 | /****************************************************************************** |
| 2 | * |
Emmanuel Grumbach | 51368bf | 2013-12-30 13:15:54 +0200 | [diff] [blame] | 3 | * Copyright(c) 2007 - 2014 Intel Corporation. All rights reserved. |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 4 | * |
| 5 | * Portions of this file are derived from the ipw3945 project, as well |
| 6 | * as portions of the ieee80211 subsystem header files. |
| 7 | * |
| 8 | * This program is free software; you can redistribute it and/or modify it |
| 9 | * under the terms of version 2 of the GNU General Public License as |
| 10 | * published by the Free Software Foundation. |
| 11 | * |
| 12 | * This program is distributed in the hope that it will be useful, but WITHOUT |
| 13 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 14 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
| 15 | * more details. |
| 16 | * |
| 17 | * You should have received a copy of the GNU General Public License along with |
| 18 | * this program; if not, write to the Free Software Foundation, Inc., |
| 19 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA |
| 20 | * |
| 21 | * The full GNU General Public License is included in this distribution in the |
| 22 | * file called LICENSE. |
| 23 | * |
| 24 | * Contact Information: |
Emmanuel Grumbach | cb2f827 | 2015-11-17 15:39:56 +0200 | [diff] [blame] | 25 | * Intel Linux Wireless <linuxwifi@intel.com> |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 26 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
| 27 | *****************************************************************************/ |
| 28 | |
| 29 | |
| 30 | #include <linux/kernel.h> |
| 31 | #include <linux/module.h> |
| 32 | #include <linux/slab.h> |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 33 | #include <net/mac80211.h> |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 34 | #include "iwl-io.h" |
Johannes Berg | 65de7e8 | 2012-04-17 07:36:30 -0700 | [diff] [blame] | 35 | #include "iwl-modparams.h" |
Johannes Berg | 1023fdc | 2012-05-15 12:16:34 +0200 | [diff] [blame] | 36 | #include "iwl-debug.h" |
| 37 | #include "agn.h" |
Johannes Berg | 1023fdc | 2012-05-15 12:16:34 +0200 | [diff] [blame] | 38 | #include "dev.h" |
| 39 | #include "commands.h" |
| 40 | #include "tt.h" |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 41 | |
| 42 | /* default Thermal Throttling transaction table |
| 43 | * Current state | Throttling Down | Throttling Up |
| 44 | *============================================================================= |
| 45 | * Condition Nxt State Condition Nxt State Condition Nxt State |
| 46 | *----------------------------------------------------------------------------- |
| 47 | * IWL_TI_0 T >= 114 CT_KILL 114>T>=105 TI_1 N/A N/A |
| 48 | * IWL_TI_1 T >= 114 CT_KILL 114>T>=110 TI_2 T<=95 TI_0 |
| 49 | * IWL_TI_2 T >= 114 CT_KILL T<=100 TI_1 |
| 50 | * IWL_CT_KILL N/A N/A N/A N/A T<=95 TI_0 |
| 51 | *============================================================================= |
| 52 | */ |
| 53 | static const struct iwl_tt_trans tt_range_0[IWL_TI_STATE_MAX - 1] = { |
| 54 | {IWL_TI_0, IWL_ABSOLUTE_ZERO, 104}, |
| 55 | {IWL_TI_1, 105, CT_KILL_THRESHOLD - 1}, |
| 56 | {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX} |
| 57 | }; |
| 58 | static const struct iwl_tt_trans tt_range_1[IWL_TI_STATE_MAX - 1] = { |
| 59 | {IWL_TI_0, IWL_ABSOLUTE_ZERO, 95}, |
| 60 | {IWL_TI_2, 110, CT_KILL_THRESHOLD - 1}, |
| 61 | {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX} |
| 62 | }; |
| 63 | static const struct iwl_tt_trans tt_range_2[IWL_TI_STATE_MAX - 1] = { |
| 64 | {IWL_TI_1, IWL_ABSOLUTE_ZERO, 100}, |
| 65 | {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX}, |
| 66 | {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX} |
| 67 | }; |
| 68 | static const struct iwl_tt_trans tt_range_3[IWL_TI_STATE_MAX - 1] = { |
| 69 | {IWL_TI_0, IWL_ABSOLUTE_ZERO, CT_KILL_EXIT_THRESHOLD}, |
| 70 | {IWL_TI_CT_KILL, CT_KILL_EXIT_THRESHOLD + 1, IWL_ABSOLUTE_MAX}, |
| 71 | {IWL_TI_CT_KILL, CT_KILL_EXIT_THRESHOLD + 1, IWL_ABSOLUTE_MAX} |
| 72 | }; |
| 73 | |
| 74 | /* Advance Thermal Throttling default restriction table */ |
| 75 | static const struct iwl_tt_restriction restriction_range[IWL_TI_STATE_MAX] = { |
| 76 | {IWL_ANT_OK_MULTI, IWL_ANT_OK_MULTI, true }, |
| 77 | {IWL_ANT_OK_SINGLE, IWL_ANT_OK_MULTI, true }, |
| 78 | {IWL_ANT_OK_SINGLE, IWL_ANT_OK_SINGLE, false }, |
| 79 | {IWL_ANT_OK_NONE, IWL_ANT_OK_NONE, false } |
| 80 | }; |
| 81 | |
| 82 | bool iwl_tt_is_low_power_state(struct iwl_priv *priv) |
| 83 | { |
| 84 | struct iwl_tt_mgmt *tt = &priv->thermal_throttle; |
| 85 | |
| 86 | if (tt->state >= IWL_TI_1) |
| 87 | return true; |
| 88 | return false; |
| 89 | } |
| 90 | |
| 91 | u8 iwl_tt_current_power_mode(struct iwl_priv *priv) |
| 92 | { |
| 93 | struct iwl_tt_mgmt *tt = &priv->thermal_throttle; |
| 94 | |
| 95 | return tt->tt_power_mode; |
| 96 | } |
| 97 | |
| 98 | bool iwl_ht_enabled(struct iwl_priv *priv) |
| 99 | { |
| 100 | struct iwl_tt_mgmt *tt = &priv->thermal_throttle; |
| 101 | struct iwl_tt_restriction *restriction; |
| 102 | |
| 103 | if (!priv->thermal_throttle.advanced_tt) |
| 104 | return true; |
| 105 | restriction = tt->restriction + tt->state; |
| 106 | return restriction->is_ht; |
| 107 | } |
| 108 | |
| 109 | static bool iwl_within_ct_kill_margin(struct iwl_priv *priv) |
| 110 | { |
| 111 | s32 temp = priv->temperature; /* degrees CELSIUS except specified */ |
| 112 | bool within_margin = false; |
| 113 | |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 114 | if (!priv->thermal_throttle.advanced_tt) |
| 115 | within_margin = ((temp + IWL_TT_CT_KILL_MARGIN) >= |
| 116 | CT_KILL_THRESHOLD_LEGACY) ? true : false; |
| 117 | else |
| 118 | within_margin = ((temp + IWL_TT_CT_KILL_MARGIN) >= |
| 119 | CT_KILL_THRESHOLD) ? true : false; |
| 120 | return within_margin; |
| 121 | } |
| 122 | |
| 123 | bool iwl_check_for_ct_kill(struct iwl_priv *priv) |
| 124 | { |
| 125 | bool is_ct_kill = false; |
| 126 | |
| 127 | if (iwl_within_ct_kill_margin(priv)) { |
| 128 | iwl_tt_enter_ct_kill(priv); |
| 129 | is_ct_kill = true; |
| 130 | } |
| 131 | return is_ct_kill; |
| 132 | } |
| 133 | |
| 134 | enum iwl_antenna_ok iwl_tx_ant_restriction(struct iwl_priv *priv) |
| 135 | { |
| 136 | struct iwl_tt_mgmt *tt = &priv->thermal_throttle; |
| 137 | struct iwl_tt_restriction *restriction; |
| 138 | |
| 139 | if (!priv->thermal_throttle.advanced_tt) |
| 140 | return IWL_ANT_OK_MULTI; |
| 141 | restriction = tt->restriction + tt->state; |
| 142 | return restriction->tx_stream; |
| 143 | } |
| 144 | |
| 145 | enum iwl_antenna_ok iwl_rx_ant_restriction(struct iwl_priv *priv) |
| 146 | { |
| 147 | struct iwl_tt_mgmt *tt = &priv->thermal_throttle; |
| 148 | struct iwl_tt_restriction *restriction; |
| 149 | |
| 150 | if (!priv->thermal_throttle.advanced_tt) |
| 151 | return IWL_ANT_OK_MULTI; |
| 152 | restriction = tt->restriction + tt->state; |
| 153 | return restriction->rx_stream; |
| 154 | } |
| 155 | |
| 156 | #define CT_KILL_EXIT_DURATION (5) /* 5 seconds duration */ |
| 157 | #define CT_KILL_WAITING_DURATION (300) /* 300ms duration */ |
| 158 | |
| 159 | /* |
| 160 | * toggle the bit to wake up uCode and check the temperature |
| 161 | * if the temperature is below CT, uCode will stay awake and send card |
| 162 | * state notification with CT_KILL bit clear to inform Thermal Throttling |
| 163 | * Management to change state. Otherwise, uCode will go back to sleep |
| 164 | * without doing anything, driver should continue the 5 seconds timer |
| 165 | * to wake up uCode for temperature check until temperature drop below CT |
| 166 | */ |
| 167 | static void iwl_tt_check_exit_ct_kill(unsigned long data) |
| 168 | { |
| 169 | struct iwl_priv *priv = (struct iwl_priv *)data; |
| 170 | struct iwl_tt_mgmt *tt = &priv->thermal_throttle; |
| 171 | unsigned long flags; |
| 172 | |
Don Fry | 8362640 | 2012-03-07 09:52:37 -0800 | [diff] [blame] | 173 | if (test_bit(STATUS_EXIT_PENDING, &priv->status)) |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 174 | return; |
| 175 | |
| 176 | if (tt->state == IWL_TI_CT_KILL) { |
| 177 | if (priv->thermal_throttle.ct_kill_toggle) { |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 178 | iwl_write32(priv->trans, CSR_UCODE_DRV_GP1_CLR, |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 179 | CSR_UCODE_DRV_GP1_REG_BIT_CT_KILL_EXIT); |
| 180 | priv->thermal_throttle.ct_kill_toggle = false; |
| 181 | } else { |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 182 | iwl_write32(priv->trans, CSR_UCODE_DRV_GP1_SET, |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 183 | CSR_UCODE_DRV_GP1_REG_BIT_CT_KILL_EXIT); |
| 184 | priv->thermal_throttle.ct_kill_toggle = true; |
| 185 | } |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 186 | iwl_read32(priv->trans, CSR_UCODE_DRV_GP1); |
Emmanuel Grumbach | 23ba934 | 2015-12-17 11:55:13 +0200 | [diff] [blame] | 187 | if (iwl_trans_grab_nic_access(priv->trans, &flags)) |
Lilach Edelstein | e56b04e | 2013-01-16 11:34:49 +0200 | [diff] [blame] | 188 | iwl_trans_release_nic_access(priv->trans, &flags); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 189 | |
| 190 | /* Reschedule the ct_kill timer to occur in |
| 191 | * CT_KILL_EXIT_DURATION seconds to ensure we get a |
| 192 | * thermal update */ |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 193 | IWL_DEBUG_TEMP(priv, "schedule ct_kill exit timer\n"); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 194 | mod_timer(&priv->thermal_throttle.ct_kill_exit_tm, |
| 195 | jiffies + CT_KILL_EXIT_DURATION * HZ); |
| 196 | } |
| 197 | } |
| 198 | |
| 199 | static void iwl_perform_ct_kill_task(struct iwl_priv *priv, |
| 200 | bool stop) |
| 201 | { |
| 202 | if (stop) { |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 203 | IWL_DEBUG_TEMP(priv, "Stop all queues\n"); |
Emmanuel Grumbach | 859cfb0 | 2011-09-15 11:46:31 -0700 | [diff] [blame] | 204 | if (priv->mac80211_registered) |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 205 | ieee80211_stop_queues(priv->hw); |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 206 | IWL_DEBUG_TEMP(priv, |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 207 | "Schedule 5 seconds CT_KILL Timer\n"); |
| 208 | mod_timer(&priv->thermal_throttle.ct_kill_exit_tm, |
| 209 | jiffies + CT_KILL_EXIT_DURATION * HZ); |
| 210 | } else { |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 211 | IWL_DEBUG_TEMP(priv, "Wake all queues\n"); |
Emmanuel Grumbach | 859cfb0 | 2011-09-15 11:46:31 -0700 | [diff] [blame] | 212 | if (priv->mac80211_registered) |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 213 | ieee80211_wake_queues(priv->hw); |
| 214 | } |
| 215 | } |
| 216 | |
| 217 | static void iwl_tt_ready_for_ct_kill(unsigned long data) |
| 218 | { |
| 219 | struct iwl_priv *priv = (struct iwl_priv *)data; |
| 220 | struct iwl_tt_mgmt *tt = &priv->thermal_throttle; |
| 221 | |
Don Fry | 8362640 | 2012-03-07 09:52:37 -0800 | [diff] [blame] | 222 | if (test_bit(STATUS_EXIT_PENDING, &priv->status)) |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 223 | return; |
| 224 | |
| 225 | /* temperature timer expired, ready to go into CT_KILL state */ |
| 226 | if (tt->state != IWL_TI_CT_KILL) { |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 227 | IWL_DEBUG_TEMP(priv, "entering CT_KILL state when " |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 228 | "temperature timer expired\n"); |
| 229 | tt->state = IWL_TI_CT_KILL; |
Don Fry | 9a71686 | 2012-03-07 09:52:32 -0800 | [diff] [blame] | 230 | set_bit(STATUS_CT_KILL, &priv->status); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 231 | iwl_perform_ct_kill_task(priv, true); |
| 232 | } |
| 233 | } |
| 234 | |
| 235 | static void iwl_prepare_ct_kill_task(struct iwl_priv *priv) |
| 236 | { |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 237 | IWL_DEBUG_TEMP(priv, "Prepare to enter IWL_TI_CT_KILL\n"); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 238 | /* make request to retrieve statistics information */ |
Emmanuel Grumbach | a102292 | 2014-05-12 11:36:41 +0300 | [diff] [blame] | 239 | iwl_send_statistics_request(priv, 0, false); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 240 | /* Reschedule the ct_kill wait timer */ |
| 241 | mod_timer(&priv->thermal_throttle.ct_kill_waiting_tm, |
| 242 | jiffies + msecs_to_jiffies(CT_KILL_WAITING_DURATION)); |
| 243 | } |
| 244 | |
| 245 | #define IWL_MINIMAL_POWER_THRESHOLD (CT_KILL_THRESHOLD_LEGACY) |
| 246 | #define IWL_REDUCED_PERFORMANCE_THRESHOLD_2 (100) |
| 247 | #define IWL_REDUCED_PERFORMANCE_THRESHOLD_1 (90) |
| 248 | |
| 249 | /* |
| 250 | * Legacy thermal throttling |
| 251 | * 1) Avoid NIC destruction due to high temperatures |
| 252 | * Chip will identify dangerously high temperatures that can |
| 253 | * harm the device and will power down |
| 254 | * 2) Avoid the NIC power down due to high temperature |
| 255 | * Throttle early enough to lower the power consumption before |
| 256 | * drastic steps are needed |
| 257 | */ |
| 258 | static void iwl_legacy_tt_handler(struct iwl_priv *priv, s32 temp, bool force) |
| 259 | { |
| 260 | struct iwl_tt_mgmt *tt = &priv->thermal_throttle; |
| 261 | enum iwl_tt_state old_state; |
| 262 | |
| 263 | #ifdef CONFIG_IWLWIFI_DEBUG |
| 264 | if ((tt->tt_previous_temp) && |
| 265 | (temp > tt->tt_previous_temp) && |
| 266 | ((temp - tt->tt_previous_temp) > |
| 267 | IWL_TT_INCREASE_MARGIN)) { |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 268 | IWL_DEBUG_TEMP(priv, |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 269 | "Temperature increase %d degree Celsius\n", |
| 270 | (temp - tt->tt_previous_temp)); |
| 271 | } |
| 272 | #endif |
| 273 | old_state = tt->state; |
| 274 | /* in Celsius */ |
| 275 | if (temp >= IWL_MINIMAL_POWER_THRESHOLD) |
| 276 | tt->state = IWL_TI_CT_KILL; |
| 277 | else if (temp >= IWL_REDUCED_PERFORMANCE_THRESHOLD_2) |
| 278 | tt->state = IWL_TI_2; |
| 279 | else if (temp >= IWL_REDUCED_PERFORMANCE_THRESHOLD_1) |
| 280 | tt->state = IWL_TI_1; |
| 281 | else |
| 282 | tt->state = IWL_TI_0; |
| 283 | |
| 284 | #ifdef CONFIG_IWLWIFI_DEBUG |
| 285 | tt->tt_previous_temp = temp; |
| 286 | #endif |
| 287 | /* stop ct_kill_waiting_tm timer */ |
| 288 | del_timer_sync(&priv->thermal_throttle.ct_kill_waiting_tm); |
| 289 | if (tt->state != old_state) { |
| 290 | switch (tt->state) { |
| 291 | case IWL_TI_0: |
| 292 | /* |
| 293 | * When the system is ready to go back to IWL_TI_0 |
| 294 | * we only have to call iwl_power_update_mode() to |
| 295 | * do so. |
| 296 | */ |
| 297 | break; |
| 298 | case IWL_TI_1: |
| 299 | tt->tt_power_mode = IWL_POWER_INDEX_3; |
| 300 | break; |
| 301 | case IWL_TI_2: |
| 302 | tt->tt_power_mode = IWL_POWER_INDEX_4; |
| 303 | break; |
| 304 | default: |
| 305 | tt->tt_power_mode = IWL_POWER_INDEX_5; |
| 306 | break; |
| 307 | } |
Johannes Berg | b1eea29 | 2012-03-06 13:30:42 -0800 | [diff] [blame] | 308 | mutex_lock(&priv->mutex); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 309 | if (old_state == IWL_TI_CT_KILL) |
Don Fry | 9a71686 | 2012-03-07 09:52:32 -0800 | [diff] [blame] | 310 | clear_bit(STATUS_CT_KILL, &priv->status); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 311 | if (tt->state != IWL_TI_CT_KILL && |
| 312 | iwl_power_update_mode(priv, true)) { |
| 313 | /* TT state not updated |
| 314 | * try again during next temperature read |
| 315 | */ |
| 316 | if (old_state == IWL_TI_CT_KILL) |
Don Fry | 9a71686 | 2012-03-07 09:52:32 -0800 | [diff] [blame] | 317 | set_bit(STATUS_CT_KILL, &priv->status); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 318 | tt->state = old_state; |
| 319 | IWL_ERR(priv, "Cannot update power mode, " |
| 320 | "TT state not updated\n"); |
| 321 | } else { |
| 322 | if (tt->state == IWL_TI_CT_KILL) { |
| 323 | if (force) { |
Don Fry | 9a71686 | 2012-03-07 09:52:32 -0800 | [diff] [blame] | 324 | set_bit(STATUS_CT_KILL, &priv->status); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 325 | iwl_perform_ct_kill_task(priv, true); |
| 326 | } else { |
| 327 | iwl_prepare_ct_kill_task(priv); |
| 328 | tt->state = old_state; |
| 329 | } |
| 330 | } else if (old_state == IWL_TI_CT_KILL && |
| 331 | tt->state != IWL_TI_CT_KILL) |
| 332 | iwl_perform_ct_kill_task(priv, false); |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 333 | IWL_DEBUG_TEMP(priv, "Temperature state changed %u\n", |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 334 | tt->state); |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 335 | IWL_DEBUG_TEMP(priv, "Power Index change to %u\n", |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 336 | tt->tt_power_mode); |
| 337 | } |
Johannes Berg | b1eea29 | 2012-03-06 13:30:42 -0800 | [diff] [blame] | 338 | mutex_unlock(&priv->mutex); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 339 | } |
| 340 | } |
| 341 | |
| 342 | /* |
| 343 | * Advance thermal throttling |
| 344 | * 1) Avoid NIC destruction due to high temperatures |
| 345 | * Chip will identify dangerously high temperatures that can |
| 346 | * harm the device and will power down |
| 347 | * 2) Avoid the NIC power down due to high temperature |
| 348 | * Throttle early enough to lower the power consumption before |
| 349 | * drastic steps are needed |
| 350 | * Actions include relaxing the power down sleep thresholds and |
| 351 | * decreasing the number of TX streams |
| 352 | * 3) Avoid throughput performance impact as much as possible |
| 353 | * |
| 354 | *============================================================================= |
| 355 | * Condition Nxt State Condition Nxt State Condition Nxt State |
| 356 | *----------------------------------------------------------------------------- |
| 357 | * IWL_TI_0 T >= 114 CT_KILL 114>T>=105 TI_1 N/A N/A |
| 358 | * IWL_TI_1 T >= 114 CT_KILL 114>T>=110 TI_2 T<=95 TI_0 |
| 359 | * IWL_TI_2 T >= 114 CT_KILL T<=100 TI_1 |
| 360 | * IWL_CT_KILL N/A N/A N/A N/A T<=95 TI_0 |
| 361 | *============================================================================= |
| 362 | */ |
| 363 | static void iwl_advance_tt_handler(struct iwl_priv *priv, s32 temp, bool force) |
| 364 | { |
| 365 | struct iwl_tt_mgmt *tt = &priv->thermal_throttle; |
| 366 | int i; |
| 367 | bool changed = false; |
| 368 | enum iwl_tt_state old_state; |
| 369 | struct iwl_tt_trans *transaction; |
| 370 | |
| 371 | old_state = tt->state; |
| 372 | for (i = 0; i < IWL_TI_STATE_MAX - 1; i++) { |
| 373 | /* based on the current TT state, |
| 374 | * find the curresponding transaction table |
| 375 | * each table has (IWL_TI_STATE_MAX - 1) entries |
| 376 | * tt->transaction + ((old_state * (IWL_TI_STATE_MAX - 1)) |
| 377 | * will advance to the correct table. |
| 378 | * then based on the current temperature |
| 379 | * find the next state need to transaction to |
| 380 | * go through all the possible (IWL_TI_STATE_MAX - 1) entries |
| 381 | * in the current table to see if transaction is needed |
| 382 | */ |
| 383 | transaction = tt->transaction + |
| 384 | ((old_state * (IWL_TI_STATE_MAX - 1)) + i); |
| 385 | if (temp >= transaction->tt_low && |
| 386 | temp <= transaction->tt_high) { |
| 387 | #ifdef CONFIG_IWLWIFI_DEBUG |
| 388 | if ((tt->tt_previous_temp) && |
| 389 | (temp > tt->tt_previous_temp) && |
| 390 | ((temp - tt->tt_previous_temp) > |
| 391 | IWL_TT_INCREASE_MARGIN)) { |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 392 | IWL_DEBUG_TEMP(priv, |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 393 | "Temperature increase %d " |
| 394 | "degree Celsius\n", |
| 395 | (temp - tt->tt_previous_temp)); |
| 396 | } |
| 397 | tt->tt_previous_temp = temp; |
| 398 | #endif |
| 399 | if (old_state != |
| 400 | transaction->next_state) { |
| 401 | changed = true; |
| 402 | tt->state = |
| 403 | transaction->next_state; |
| 404 | } |
| 405 | break; |
| 406 | } |
| 407 | } |
| 408 | /* stop ct_kill_waiting_tm timer */ |
| 409 | del_timer_sync(&priv->thermal_throttle.ct_kill_waiting_tm); |
| 410 | if (changed) { |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 411 | if (tt->state >= IWL_TI_1) { |
| 412 | /* force PI = IWL_POWER_INDEX_5 in the case of TI > 0 */ |
| 413 | tt->tt_power_mode = IWL_POWER_INDEX_5; |
Johannes Berg | 246ed35 | 2010-08-23 10:46:32 +0200 | [diff] [blame] | 414 | |
| 415 | if (!iwl_ht_enabled(priv)) { |
| 416 | struct iwl_rxon_context *ctx; |
| 417 | |
| 418 | for_each_context(priv, ctx) { |
| 419 | struct iwl_rxon_cmd *rxon; |
| 420 | |
| 421 | rxon = &ctx->staging; |
| 422 | |
| 423 | /* disable HT */ |
| 424 | rxon->flags &= ~( |
| 425 | RXON_FLG_CHANNEL_MODE_MSK | |
| 426 | RXON_FLG_CTRL_CHANNEL_LOC_HI_MSK | |
| 427 | RXON_FLG_HT40_PROT_MSK | |
| 428 | RXON_FLG_HT_PROT_MSK); |
| 429 | } |
| 430 | } else { |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 431 | /* check HT capability and set |
| 432 | * according to the system HT capability |
| 433 | * in case get disabled before */ |
| 434 | iwl_set_rxon_ht(priv, &priv->current_ht_config); |
| 435 | } |
| 436 | |
| 437 | } else { |
| 438 | /* |
| 439 | * restore system power setting -- it will be |
| 440 | * recalculated automatically. |
| 441 | */ |
| 442 | |
| 443 | /* check HT capability and set |
| 444 | * according to the system HT capability |
| 445 | * in case get disabled before */ |
| 446 | iwl_set_rxon_ht(priv, &priv->current_ht_config); |
| 447 | } |
Johannes Berg | b1eea29 | 2012-03-06 13:30:42 -0800 | [diff] [blame] | 448 | mutex_lock(&priv->mutex); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 449 | if (old_state == IWL_TI_CT_KILL) |
Don Fry | 9a71686 | 2012-03-07 09:52:32 -0800 | [diff] [blame] | 450 | clear_bit(STATUS_CT_KILL, &priv->status); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 451 | if (tt->state != IWL_TI_CT_KILL && |
| 452 | iwl_power_update_mode(priv, true)) { |
| 453 | /* TT state not updated |
| 454 | * try again during next temperature read |
| 455 | */ |
| 456 | IWL_ERR(priv, "Cannot update power mode, " |
| 457 | "TT state not updated\n"); |
| 458 | if (old_state == IWL_TI_CT_KILL) |
Don Fry | 9a71686 | 2012-03-07 09:52:32 -0800 | [diff] [blame] | 459 | set_bit(STATUS_CT_KILL, &priv->status); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 460 | tt->state = old_state; |
| 461 | } else { |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 462 | IWL_DEBUG_TEMP(priv, |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 463 | "Thermal Throttling to new state: %u\n", |
| 464 | tt->state); |
| 465 | if (old_state != IWL_TI_CT_KILL && |
| 466 | tt->state == IWL_TI_CT_KILL) { |
| 467 | if (force) { |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 468 | IWL_DEBUG_TEMP(priv, |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 469 | "Enter IWL_TI_CT_KILL\n"); |
Don Fry | 9a71686 | 2012-03-07 09:52:32 -0800 | [diff] [blame] | 470 | set_bit(STATUS_CT_KILL, &priv->status); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 471 | iwl_perform_ct_kill_task(priv, true); |
| 472 | } else { |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 473 | tt->state = old_state; |
Eytan Lifshitz | 3104ba1 | 2013-02-15 16:31:45 +0200 | [diff] [blame] | 474 | iwl_prepare_ct_kill_task(priv); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 475 | } |
| 476 | } else if (old_state == IWL_TI_CT_KILL && |
| 477 | tt->state != IWL_TI_CT_KILL) { |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 478 | IWL_DEBUG_TEMP(priv, "Exit IWL_TI_CT_KILL\n"); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 479 | iwl_perform_ct_kill_task(priv, false); |
| 480 | } |
| 481 | } |
Johannes Berg | b1eea29 | 2012-03-06 13:30:42 -0800 | [diff] [blame] | 482 | mutex_unlock(&priv->mutex); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 483 | } |
| 484 | } |
| 485 | |
| 486 | /* Card State Notification indicated reach critical temperature |
| 487 | * if PSP not enable, no Thermal Throttling function will be performed |
| 488 | * just set the GP1 bit to acknowledge the event |
| 489 | * otherwise, go into IWL_TI_CT_KILL state |
| 490 | * since Card State Notification will not provide any temperature reading |
| 491 | * for Legacy mode |
| 492 | * so just pass the CT_KILL temperature to iwl_legacy_tt_handler() |
| 493 | * for advance mode |
| 494 | * pass CT_KILL_THRESHOLD+1 to make sure move into IWL_TI_CT_KILL state |
| 495 | */ |
| 496 | static void iwl_bg_ct_enter(struct work_struct *work) |
| 497 | { |
| 498 | struct iwl_priv *priv = container_of(work, struct iwl_priv, ct_enter); |
| 499 | struct iwl_tt_mgmt *tt = &priv->thermal_throttle; |
| 500 | |
Don Fry | 8362640 | 2012-03-07 09:52:37 -0800 | [diff] [blame] | 501 | if (test_bit(STATUS_EXIT_PENDING, &priv->status)) |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 502 | return; |
| 503 | |
Don Fry | 8362640 | 2012-03-07 09:52:37 -0800 | [diff] [blame] | 504 | if (!iwl_is_ready(priv)) |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 505 | return; |
| 506 | |
| 507 | if (tt->state != IWL_TI_CT_KILL) { |
| 508 | IWL_ERR(priv, "Device reached critical temperature " |
| 509 | "- ucode going to sleep!\n"); |
| 510 | if (!priv->thermal_throttle.advanced_tt) |
| 511 | iwl_legacy_tt_handler(priv, |
| 512 | IWL_MINIMAL_POWER_THRESHOLD, |
| 513 | true); |
| 514 | else |
| 515 | iwl_advance_tt_handler(priv, |
| 516 | CT_KILL_THRESHOLD + 1, true); |
| 517 | } |
| 518 | } |
| 519 | |
| 520 | /* Card State Notification indicated out of critical temperature |
| 521 | * since Card State Notification will not provide any temperature reading |
| 522 | * so pass the IWL_REDUCED_PERFORMANCE_THRESHOLD_2 temperature |
| 523 | * to iwl_legacy_tt_handler() to get out of IWL_CT_KILL state |
| 524 | */ |
| 525 | static void iwl_bg_ct_exit(struct work_struct *work) |
| 526 | { |
| 527 | struct iwl_priv *priv = container_of(work, struct iwl_priv, ct_exit); |
| 528 | struct iwl_tt_mgmt *tt = &priv->thermal_throttle; |
| 529 | |
Don Fry | 8362640 | 2012-03-07 09:52:37 -0800 | [diff] [blame] | 530 | if (test_bit(STATUS_EXIT_PENDING, &priv->status)) |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 531 | return; |
| 532 | |
Don Fry | 8362640 | 2012-03-07 09:52:37 -0800 | [diff] [blame] | 533 | if (!iwl_is_ready(priv)) |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 534 | return; |
| 535 | |
| 536 | /* stop ct_kill_exit_tm timer */ |
| 537 | del_timer_sync(&priv->thermal_throttle.ct_kill_exit_tm); |
| 538 | |
| 539 | if (tt->state == IWL_TI_CT_KILL) { |
| 540 | IWL_ERR(priv, |
| 541 | "Device temperature below critical" |
| 542 | "- ucode awake!\n"); |
| 543 | /* |
| 544 | * exit from CT_KILL state |
| 545 | * reset the current temperature reading |
| 546 | */ |
| 547 | priv->temperature = 0; |
| 548 | if (!priv->thermal_throttle.advanced_tt) |
| 549 | iwl_legacy_tt_handler(priv, |
| 550 | IWL_REDUCED_PERFORMANCE_THRESHOLD_2, |
| 551 | true); |
| 552 | else |
| 553 | iwl_advance_tt_handler(priv, CT_KILL_EXIT_THRESHOLD, |
| 554 | true); |
| 555 | } |
| 556 | } |
| 557 | |
| 558 | void iwl_tt_enter_ct_kill(struct iwl_priv *priv) |
| 559 | { |
Don Fry | 8362640 | 2012-03-07 09:52:37 -0800 | [diff] [blame] | 560 | if (test_bit(STATUS_EXIT_PENDING, &priv->status)) |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 561 | return; |
| 562 | |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 563 | IWL_DEBUG_TEMP(priv, "Queueing critical temperature enter.\n"); |
Johannes Berg | 1ee158d | 2012-02-17 10:07:44 -0800 | [diff] [blame] | 564 | queue_work(priv->workqueue, &priv->ct_enter); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 565 | } |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 566 | |
| 567 | void iwl_tt_exit_ct_kill(struct iwl_priv *priv) |
| 568 | { |
Don Fry | 8362640 | 2012-03-07 09:52:37 -0800 | [diff] [blame] | 569 | if (test_bit(STATUS_EXIT_PENDING, &priv->status)) |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 570 | return; |
| 571 | |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 572 | IWL_DEBUG_TEMP(priv, "Queueing critical temperature exit.\n"); |
Johannes Berg | 1ee158d | 2012-02-17 10:07:44 -0800 | [diff] [blame] | 573 | queue_work(priv->workqueue, &priv->ct_exit); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 574 | } |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 575 | |
| 576 | static void iwl_bg_tt_work(struct work_struct *work) |
| 577 | { |
| 578 | struct iwl_priv *priv = container_of(work, struct iwl_priv, tt_work); |
| 579 | s32 temp = priv->temperature; /* degrees CELSIUS except specified */ |
| 580 | |
Don Fry | 8362640 | 2012-03-07 09:52:37 -0800 | [diff] [blame] | 581 | if (test_bit(STATUS_EXIT_PENDING, &priv->status)) |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 582 | return; |
| 583 | |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 584 | if (!priv->thermal_throttle.advanced_tt) |
| 585 | iwl_legacy_tt_handler(priv, temp, false); |
| 586 | else |
| 587 | iwl_advance_tt_handler(priv, temp, false); |
| 588 | } |
| 589 | |
| 590 | void iwl_tt_handler(struct iwl_priv *priv) |
| 591 | { |
Don Fry | 8362640 | 2012-03-07 09:52:37 -0800 | [diff] [blame] | 592 | if (test_bit(STATUS_EXIT_PENDING, &priv->status)) |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 593 | return; |
| 594 | |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 595 | IWL_DEBUG_TEMP(priv, "Queueing thermal throttling work.\n"); |
Johannes Berg | 1ee158d | 2012-02-17 10:07:44 -0800 | [diff] [blame] | 596 | queue_work(priv->workqueue, &priv->tt_work); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 597 | } |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 598 | |
| 599 | /* Thermal throttling initialization |
| 600 | * For advance thermal throttling: |
| 601 | * Initialize Thermal Index and temperature threshold table |
| 602 | * Initialize thermal throttling restriction table |
| 603 | */ |
| 604 | void iwl_tt_initialize(struct iwl_priv *priv) |
| 605 | { |
| 606 | struct iwl_tt_mgmt *tt = &priv->thermal_throttle; |
| 607 | int size = sizeof(struct iwl_tt_trans) * (IWL_TI_STATE_MAX - 1); |
| 608 | struct iwl_tt_trans *transaction; |
| 609 | |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 610 | IWL_DEBUG_TEMP(priv, "Initialize Thermal Throttling\n"); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 611 | |
| 612 | memset(tt, 0, sizeof(struct iwl_tt_mgmt)); |
| 613 | |
| 614 | tt->state = IWL_TI_0; |
Julia Lawall | c1dc828 | 2014-12-26 15:35:43 +0100 | [diff] [blame] | 615 | setup_timer(&priv->thermal_throttle.ct_kill_exit_tm, |
| 616 | iwl_tt_check_exit_ct_kill, (unsigned long)priv); |
| 617 | setup_timer(&priv->thermal_throttle.ct_kill_waiting_tm, |
| 618 | iwl_tt_ready_for_ct_kill, (unsigned long)priv); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 619 | /* setup deferred ct kill work */ |
| 620 | INIT_WORK(&priv->tt_work, iwl_bg_tt_work); |
| 621 | INIT_WORK(&priv->ct_enter, iwl_bg_ct_enter); |
| 622 | INIT_WORK(&priv->ct_exit, iwl_bg_ct_exit); |
| 623 | |
Johannes Berg | 0d8877a | 2013-05-17 10:36:29 +0200 | [diff] [blame] | 624 | if (priv->lib->adv_thermal_throttle) { |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 625 | IWL_DEBUG_TEMP(priv, "Advanced Thermal Throttling\n"); |
Emmanuel Grumbach | 7f90dce | 2011-09-22 15:14:53 -0700 | [diff] [blame] | 626 | tt->restriction = kcalloc(IWL_TI_STATE_MAX, |
| 627 | sizeof(struct iwl_tt_restriction), |
| 628 | GFP_KERNEL); |
| 629 | tt->transaction = kcalloc(IWL_TI_STATE_MAX * |
| 630 | (IWL_TI_STATE_MAX - 1), |
| 631 | sizeof(struct iwl_tt_trans), |
| 632 | GFP_KERNEL); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 633 | if (!tt->restriction || !tt->transaction) { |
| 634 | IWL_ERR(priv, "Fallback to Legacy Throttling\n"); |
| 635 | priv->thermal_throttle.advanced_tt = false; |
| 636 | kfree(tt->restriction); |
| 637 | tt->restriction = NULL; |
| 638 | kfree(tt->transaction); |
| 639 | tt->transaction = NULL; |
| 640 | } else { |
| 641 | transaction = tt->transaction + |
| 642 | (IWL_TI_0 * (IWL_TI_STATE_MAX - 1)); |
| 643 | memcpy(transaction, &tt_range_0[0], size); |
| 644 | transaction = tt->transaction + |
| 645 | (IWL_TI_1 * (IWL_TI_STATE_MAX - 1)); |
| 646 | memcpy(transaction, &tt_range_1[0], size); |
| 647 | transaction = tt->transaction + |
| 648 | (IWL_TI_2 * (IWL_TI_STATE_MAX - 1)); |
| 649 | memcpy(transaction, &tt_range_2[0], size); |
| 650 | transaction = tt->transaction + |
| 651 | (IWL_TI_CT_KILL * (IWL_TI_STATE_MAX - 1)); |
| 652 | memcpy(transaction, &tt_range_3[0], size); |
| 653 | size = sizeof(struct iwl_tt_restriction) * |
| 654 | IWL_TI_STATE_MAX; |
| 655 | memcpy(tt->restriction, |
| 656 | &restriction_range[0], size); |
| 657 | priv->thermal_throttle.advanced_tt = true; |
| 658 | } |
| 659 | } else { |
Wey-Yi Guy | f38f884 | 2011-06-06 14:26:39 -0700 | [diff] [blame] | 660 | IWL_DEBUG_TEMP(priv, "Legacy Thermal Throttling\n"); |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 661 | priv->thermal_throttle.advanced_tt = false; |
| 662 | } |
| 663 | } |
Wey-Yi Guy | 0975cc8 | 2010-07-31 08:34:07 -0700 | [diff] [blame] | 664 | |
| 665 | /* cleanup thermal throttling management related memory and timer */ |
| 666 | void iwl_tt_exit(struct iwl_priv *priv) |
| 667 | { |
| 668 | struct iwl_tt_mgmt *tt = &priv->thermal_throttle; |
| 669 | |
| 670 | /* stop ct_kill_exit_tm timer if activated */ |
| 671 | del_timer_sync(&priv->thermal_throttle.ct_kill_exit_tm); |
| 672 | /* stop ct_kill_waiting_tm timer if activated */ |
| 673 | del_timer_sync(&priv->thermal_throttle.ct_kill_waiting_tm); |
| 674 | cancel_work_sync(&priv->tt_work); |
| 675 | cancel_work_sync(&priv->ct_enter); |
| 676 | cancel_work_sync(&priv->ct_exit); |
| 677 | |
| 678 | if (priv->thermal_throttle.advanced_tt) { |
| 679 | /* free advance thermal throttling memory */ |
| 680 | kfree(tt->restriction); |
| 681 | tt->restriction = NULL; |
| 682 | kfree(tt->transaction); |
| 683 | tt->transaction = NULL; |
| 684 | } |
| 685 | } |