Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 1 | /****************************************************************************** |
| 2 | * |
| 3 | * This file is provided under a dual BSD/GPLv2 license. When using or |
| 4 | * redistributing this file, you may do so under either license. |
| 5 | * |
| 6 | * GPL LICENSE SUMMARY |
| 7 | * |
Emmanuel Grumbach | 51368bf | 2013-12-30 13:15:54 +0200 | [diff] [blame] | 8 | * Copyright(c) 2013 - 2014 Intel Corporation. All rights reserved. |
Johannes Berg | 8b4139d | 2014-07-24 14:05:26 +0200 | [diff] [blame] | 9 | * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH |
Chaya Rachel Ivgi | 0a3b711 | 2015-12-16 16:34:55 +0200 | [diff] [blame] | 10 | * Copyright(c) 2015 - 2016 Intel Deutschland GmbH |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 11 | * |
| 12 | * This program is free software; you can redistribute it and/or modify |
| 13 | * it under the terms of version 2 of the GNU General Public License as |
| 14 | * published by the Free Software Foundation. |
| 15 | * |
| 16 | * This program is distributed in the hope that it will be useful, but |
| 17 | * WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 19 | * General Public License for more details. |
| 20 | * |
| 21 | * You should have received a copy of the GNU General Public License |
| 22 | * along with this program; if not, write to the Free Software |
| 23 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, |
| 24 | * USA |
| 25 | * |
| 26 | * The full GNU General Public License is included in this distribution |
| 27 | * in the file called COPYING. |
| 28 | * |
| 29 | * Contact Information: |
Emmanuel Grumbach | d01c536 | 2015-11-17 15:39:56 +0200 | [diff] [blame] | 30 | * Intel Linux Wireless <linuxwifi@intel.com> |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 31 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
| 32 | * |
| 33 | * BSD LICENSE |
| 34 | * |
Emmanuel Grumbach | 51368bf | 2013-12-30 13:15:54 +0200 | [diff] [blame] | 35 | * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. |
Johannes Berg | 8b4139d | 2014-07-24 14:05:26 +0200 | [diff] [blame] | 36 | * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH |
Chaya Rachel Ivgi | 0a3b711 | 2015-12-16 16:34:55 +0200 | [diff] [blame] | 37 | * Copyright(c) 2015 - 2016 Intel Deutschland GmbH |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 38 | * All rights reserved. |
| 39 | * |
| 40 | * Redistribution and use in source and binary forms, with or without |
| 41 | * modification, are permitted provided that the following conditions |
| 42 | * are met: |
| 43 | * |
| 44 | * * Redistributions of source code must retain the above copyright |
| 45 | * notice, this list of conditions and the following disclaimer. |
| 46 | * * Redistributions in binary form must reproduce the above copyright |
| 47 | * notice, this list of conditions and the following disclaimer in |
| 48 | * the documentation and/or other materials provided with the |
| 49 | * distribution. |
| 50 | * * Neither the name Intel Corporation nor the names of its |
| 51 | * contributors may be used to endorse or promote products derived |
| 52 | * from this software without specific prior written permission. |
| 53 | * |
| 54 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 55 | * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 56 | * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 57 | * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 58 | * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 59 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 60 | * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 61 | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 62 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 63 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 64 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 65 | * |
| 66 | *****************************************************************************/ |
| 67 | |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 68 | #include <linux/sort.h> |
| 69 | |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 70 | #include "mvm.h" |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 71 | |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 72 | #define IWL_MVM_TEMP_NOTIF_WAIT_TIMEOUT HZ |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 73 | |
| 74 | static void iwl_mvm_enter_ctkill(struct iwl_mvm *mvm) |
| 75 | { |
Luciano Coelho | 19789ab | 2014-12-15 14:15:15 +0200 | [diff] [blame] | 76 | struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; |
Chaya Rachel Ivgi | 3444682 | 2015-04-19 12:26:39 +0300 | [diff] [blame] | 77 | u32 duration = tt->params.ct_kill_duration; |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 78 | |
Luciano Coelho | b689fa7 | 2014-08-20 17:26:58 +0300 | [diff] [blame] | 79 | if (test_bit(IWL_MVM_STATUS_HW_CTKILL, &mvm->status)) |
| 80 | return; |
| 81 | |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 82 | IWL_ERR(mvm, "Enter CT Kill\n"); |
| 83 | iwl_mvm_set_hw_ctkill_state(mvm, true); |
Luciano Coelho | efc36db | 2014-08-20 17:58:20 +0300 | [diff] [blame] | 84 | |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 85 | if (!iwl_mvm_is_tt_in_fw(mvm)) { |
| 86 | tt->throttle = false; |
| 87 | tt->dynamic_smps = false; |
| 88 | } |
Luciano Coelho | 19789ab | 2014-12-15 14:15:15 +0200 | [diff] [blame] | 89 | |
Luciano Coelho | efc36db | 2014-08-20 17:58:20 +0300 | [diff] [blame] | 90 | /* Don't schedule an exit work if we're in test mode, since |
| 91 | * the temperature will not change unless we manually set it |
| 92 | * again (or disable testing). |
| 93 | */ |
| 94 | if (!mvm->temperature_test) |
Luciano Coelho | 19789ab | 2014-12-15 14:15:15 +0200 | [diff] [blame] | 95 | schedule_delayed_work(&tt->ct_kill_exit, |
Luciano Coelho | efc36db | 2014-08-20 17:58:20 +0300 | [diff] [blame] | 96 | round_jiffies_relative(duration * HZ)); |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 97 | } |
| 98 | |
| 99 | static void iwl_mvm_exit_ctkill(struct iwl_mvm *mvm) |
| 100 | { |
Luciano Coelho | b689fa7 | 2014-08-20 17:26:58 +0300 | [diff] [blame] | 101 | if (!test_bit(IWL_MVM_STATUS_HW_CTKILL, &mvm->status)) |
| 102 | return; |
| 103 | |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 104 | IWL_ERR(mvm, "Exit CT Kill\n"); |
| 105 | iwl_mvm_set_hw_ctkill_state(mvm, false); |
| 106 | } |
| 107 | |
Luciano Coelho | fd1f755 | 2014-11-04 16:17:46 +0200 | [diff] [blame] | 108 | void iwl_mvm_tt_temp_changed(struct iwl_mvm *mvm, u32 temp) |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 109 | { |
Luciano Coelho | fd1f755 | 2014-11-04 16:17:46 +0200 | [diff] [blame] | 110 | /* ignore the notification if we are in test mode */ |
| 111 | if (mvm->temperature_test) |
| 112 | return; |
| 113 | |
| 114 | if (mvm->temperature == temp) |
| 115 | return; |
| 116 | |
| 117 | mvm->temperature = temp; |
| 118 | iwl_mvm_tt_handler(mvm); |
| 119 | } |
| 120 | |
| 121 | static int iwl_mvm_temp_notif_parse(struct iwl_mvm *mvm, |
| 122 | struct iwl_rx_packet *pkt) |
| 123 | { |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 124 | struct iwl_dts_measurement_notif_v1 *notif_v1; |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 125 | int len = iwl_rx_packet_payload_len(pkt); |
Luciano Coelho | fd1f755 | 2014-11-04 16:17:46 +0200 | [diff] [blame] | 126 | int temp; |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 127 | |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 128 | /* we can use notif_v1 only, because v2 only adds an additional |
| 129 | * parameter, which is not used in this function. |
| 130 | */ |
| 131 | if (WARN_ON_ONCE(len < sizeof(*notif_v1))) { |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 132 | IWL_ERR(mvm, "Invalid DTS_MEASUREMENT_NOTIFICATION\n"); |
Luciano Coelho | fd1f755 | 2014-11-04 16:17:46 +0200 | [diff] [blame] | 133 | return -EINVAL; |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 134 | } |
| 135 | |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 136 | notif_v1 = (void *)pkt->data; |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 137 | |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 138 | temp = le32_to_cpu(notif_v1->temp); |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 139 | |
| 140 | /* shouldn't be negative, but since it's s32, make sure it isn't */ |
Luciano Coelho | fd1f755 | 2014-11-04 16:17:46 +0200 | [diff] [blame] | 141 | if (WARN_ON_ONCE(temp < 0)) |
| 142 | temp = 0; |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 143 | |
Luciano Coelho | fd1f755 | 2014-11-04 16:17:46 +0200 | [diff] [blame] | 144 | IWL_DEBUG_TEMP(mvm, "DTS_MEASUREMENT_NOTIFICATION - %d\n", temp); |
| 145 | |
| 146 | return temp; |
| 147 | } |
| 148 | |
| 149 | static bool iwl_mvm_temp_notif_wait(struct iwl_notif_wait_data *notif_wait, |
| 150 | struct iwl_rx_packet *pkt, void *data) |
| 151 | { |
| 152 | struct iwl_mvm *mvm = |
| 153 | container_of(notif_wait, struct iwl_mvm, notif_wait); |
| 154 | int *temp = data; |
| 155 | int ret; |
| 156 | |
| 157 | ret = iwl_mvm_temp_notif_parse(mvm, pkt); |
| 158 | if (ret < 0) |
| 159 | return true; |
| 160 | |
| 161 | *temp = ret; |
| 162 | |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 163 | return true; |
| 164 | } |
| 165 | |
Johannes Berg | 0416841 | 2015-06-23 21:22:09 +0200 | [diff] [blame] | 166 | void iwl_mvm_temp_notif(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb) |
Luciano Coelho | ea9af24 | 2014-11-06 10:34:49 +0200 | [diff] [blame] | 167 | { |
| 168 | struct iwl_rx_packet *pkt = rxb_addr(rxb); |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 169 | struct iwl_dts_measurement_notif_v2 *notif_v2; |
| 170 | int len = iwl_rx_packet_payload_len(pkt); |
Luciano Coelho | ea9af24 | 2014-11-06 10:34:49 +0200 | [diff] [blame] | 171 | int temp; |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 172 | u32 ths_crossed; |
Luciano Coelho | ea9af24 | 2014-11-06 10:34:49 +0200 | [diff] [blame] | 173 | |
| 174 | /* the notification is handled synchronously in ctkill, so skip here */ |
| 175 | if (test_bit(IWL_MVM_STATUS_HW_CTKILL, &mvm->status)) |
Johannes Berg | 0416841 | 2015-06-23 21:22:09 +0200 | [diff] [blame] | 176 | return; |
Luciano Coelho | ea9af24 | 2014-11-06 10:34:49 +0200 | [diff] [blame] | 177 | |
| 178 | temp = iwl_mvm_temp_notif_parse(mvm, pkt); |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 179 | |
| 180 | if (!iwl_mvm_is_tt_in_fw(mvm)) { |
| 181 | if (temp >= 0) |
| 182 | iwl_mvm_tt_temp_changed(mvm, temp); |
| 183 | return; |
| 184 | } |
| 185 | |
| 186 | if (WARN_ON_ONCE(len < sizeof(*notif_v2))) { |
| 187 | IWL_ERR(mvm, "Invalid DTS_MEASUREMENT_NOTIFICATION\n"); |
| 188 | return; |
| 189 | } |
| 190 | |
| 191 | notif_v2 = (void *)pkt->data; |
| 192 | ths_crossed = le32_to_cpu(notif_v2->threshold_idx); |
| 193 | |
| 194 | /* 0xFF in ths_crossed means the notification is not related |
| 195 | * to a trip, so we can ignore it here. |
| 196 | */ |
| 197 | if (ths_crossed == 0xFF) |
Johannes Berg | 0416841 | 2015-06-23 21:22:09 +0200 | [diff] [blame] | 198 | return; |
Luciano Coelho | ea9af24 | 2014-11-06 10:34:49 +0200 | [diff] [blame] | 199 | |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 200 | IWL_DEBUG_TEMP(mvm, "Temp = %d Threshold crossed = %d\n", |
| 201 | temp, ths_crossed); |
| 202 | |
| 203 | #ifdef CONFIG_THERMAL |
| 204 | if (WARN_ON(ths_crossed >= IWL_MAX_DTS_TRIPS)) |
| 205 | return; |
| 206 | |
| 207 | /* |
| 208 | * We are now handling a temperature notification from the firmware |
| 209 | * in ASYNC and hold the mutex. thermal_notify_framework will call |
| 210 | * us back through get_temp() which ought to send a SYNC command to |
| 211 | * the firmware and hence to take the mutex. |
| 212 | * Avoid the deadlock by unlocking the mutex here. |
| 213 | */ |
| 214 | mutex_unlock(&mvm->mutex); |
| 215 | thermal_notify_framework(mvm->tz_device.tzone, |
| 216 | mvm->tz_device.fw_trips_index[ths_crossed]); |
| 217 | mutex_lock(&mvm->mutex); |
| 218 | #endif /* CONFIG_THERMAL */ |
Luciano Coelho | ea9af24 | 2014-11-06 10:34:49 +0200 | [diff] [blame] | 219 | } |
| 220 | |
Chaya Rachel Ivgi | 0a3b711 | 2015-12-16 16:34:55 +0200 | [diff] [blame] | 221 | void iwl_mvm_ct_kill_notif(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb) |
| 222 | { |
| 223 | struct iwl_rx_packet *pkt = rxb_addr(rxb); |
| 224 | struct ct_kill_notif *notif; |
| 225 | int len = iwl_rx_packet_payload_len(pkt); |
| 226 | |
| 227 | if (WARN_ON_ONCE(len != sizeof(*notif))) { |
| 228 | IWL_ERR(mvm, "Invalid CT_KILL_NOTIFICATION\n"); |
| 229 | return; |
| 230 | } |
| 231 | |
| 232 | notif = (struct ct_kill_notif *)pkt->data; |
| 233 | IWL_DEBUG_TEMP(mvm, "CT Kill notification temperature = %d\n", |
| 234 | notif->temperature); |
| 235 | |
| 236 | iwl_mvm_enter_ctkill(mvm); |
| 237 | } |
| 238 | |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 239 | static int iwl_mvm_get_temp_cmd(struct iwl_mvm *mvm) |
| 240 | { |
| 241 | struct iwl_dts_measurement_cmd cmd = { |
| 242 | .flags = cpu_to_le32(DTS_TRIGGER_CMD_FLAGS_TEMP), |
| 243 | }; |
Arik Nemtsov | 78efc70 | 2015-10-06 12:22:47 +0300 | [diff] [blame] | 244 | struct iwl_ext_dts_measurement_cmd extcmd = { |
| 245 | .control_mode = cpu_to_le32(DTS_AUTOMATIC), |
| 246 | }; |
Aviya Erenfeld | 09eef33 | 2015-09-01 19:34:38 +0300 | [diff] [blame] | 247 | u32 cmdid; |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 248 | |
Aviya Erenfeld | 09eef33 | 2015-09-01 19:34:38 +0300 | [diff] [blame] | 249 | if (fw_has_api(&mvm->fw->ucode_capa, IWL_UCODE_TLV_API_WIDE_CMD_HDR)) |
| 250 | cmdid = iwl_cmd_id(CMD_DTS_MEASUREMENT_TRIGGER_WIDE, |
| 251 | PHY_OPS_GROUP, 0); |
| 252 | else |
| 253 | cmdid = CMD_DTS_MEASUREMENT_TRIGGER; |
Arik Nemtsov | 78efc70 | 2015-10-06 12:22:47 +0300 | [diff] [blame] | 254 | |
| 255 | if (!fw_has_capa(&mvm->fw->ucode_capa, |
| 256 | IWL_UCODE_TLV_CAPA_EXTENDED_DTS_MEASURE)) |
| 257 | return iwl_mvm_send_cmd_pdu(mvm, cmdid, 0, sizeof(cmd), &cmd); |
| 258 | |
| 259 | return iwl_mvm_send_cmd_pdu(mvm, cmdid, 0, sizeof(extcmd), &extcmd); |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 260 | } |
| 261 | |
Chaya Rachel Ivgi | 7869318 | 2015-12-27 13:45:42 +0200 | [diff] [blame] | 262 | int iwl_mvm_get_temp(struct iwl_mvm *mvm, s32 *temp) |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 263 | { |
| 264 | struct iwl_notification_wait wait_temp_notif; |
Aviya Erenfeld | 09eef33 | 2015-09-01 19:34:38 +0300 | [diff] [blame] | 265 | static u16 temp_notif[] = { WIDE_ID(PHY_OPS_GROUP, |
| 266 | DTS_MEASUREMENT_NOTIF_WIDE) }; |
Chaya Rachel Ivgi | 7869318 | 2015-12-27 13:45:42 +0200 | [diff] [blame] | 267 | int ret; |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 268 | |
Aviya Erenfeld | 09eef33 | 2015-09-01 19:34:38 +0300 | [diff] [blame] | 269 | if (!fw_has_api(&mvm->fw->ucode_capa, IWL_UCODE_TLV_API_WIDE_CMD_HDR)) |
| 270 | temp_notif[0] = DTS_MEASUREMENT_NOTIFICATION; |
| 271 | |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 272 | lockdep_assert_held(&mvm->mutex); |
| 273 | |
| 274 | iwl_init_notification_wait(&mvm->notif_wait, &wait_temp_notif, |
| 275 | temp_notif, ARRAY_SIZE(temp_notif), |
Chaya Rachel Ivgi | 7869318 | 2015-12-27 13:45:42 +0200 | [diff] [blame] | 276 | iwl_mvm_temp_notif_wait, temp); |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 277 | |
| 278 | ret = iwl_mvm_get_temp_cmd(mvm); |
| 279 | if (ret) { |
| 280 | IWL_ERR(mvm, "Failed to get the temperature (err=%d)\n", ret); |
| 281 | iwl_remove_notification(&mvm->notif_wait, &wait_temp_notif); |
| 282 | return ret; |
| 283 | } |
| 284 | |
| 285 | ret = iwl_wait_notification(&mvm->notif_wait, &wait_temp_notif, |
| 286 | IWL_MVM_TEMP_NOTIF_WAIT_TIMEOUT); |
Chaya Rachel Ivgi | 7869318 | 2015-12-27 13:45:42 +0200 | [diff] [blame] | 287 | if (ret) |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 288 | IWL_ERR(mvm, "Getting the temperature timed out\n"); |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 289 | |
Chaya Rachel Ivgi | 7869318 | 2015-12-27 13:45:42 +0200 | [diff] [blame] | 290 | return ret; |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 291 | } |
| 292 | |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 293 | static void check_exit_ctkill(struct work_struct *work) |
| 294 | { |
| 295 | struct iwl_mvm_tt_mgmt *tt; |
| 296 | struct iwl_mvm *mvm; |
| 297 | u32 duration; |
| 298 | s32 temp; |
Chaya Rachel Ivgi | 7869318 | 2015-12-27 13:45:42 +0200 | [diff] [blame] | 299 | int ret; |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 300 | |
| 301 | tt = container_of(work, struct iwl_mvm_tt_mgmt, ct_kill_exit.work); |
| 302 | mvm = container_of(tt, struct iwl_mvm, thermal_throttle); |
| 303 | |
Chaya Rachel Ivgi | 0a3b711 | 2015-12-16 16:34:55 +0200 | [diff] [blame] | 304 | if (iwl_mvm_is_tt_in_fw(mvm)) { |
| 305 | iwl_mvm_exit_ctkill(mvm); |
| 306 | |
| 307 | return; |
| 308 | } |
| 309 | |
Chaya Rachel Ivgi | 3444682 | 2015-04-19 12:26:39 +0300 | [diff] [blame] | 310 | duration = tt->params.ct_kill_duration; |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 311 | |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 312 | mutex_lock(&mvm->mutex); |
| 313 | |
| 314 | if (__iwl_mvm_mac_start(mvm)) |
Eliad Peller | 576eeee | 2014-07-01 18:38:38 +0300 | [diff] [blame] | 315 | goto reschedule; |
| 316 | |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 317 | /* make sure the device is available for direct read/writes */ |
| 318 | if (iwl_mvm_ref_sync(mvm, IWL_MVM_REF_CHECK_CTKILL)) { |
| 319 | __iwl_mvm_mac_stop(mvm); |
| 320 | goto reschedule; |
| 321 | } |
| 322 | |
Chaya Rachel Ivgi | 7869318 | 2015-12-27 13:45:42 +0200 | [diff] [blame] | 323 | ret = iwl_mvm_get_temp(mvm, &temp); |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 324 | |
Eliad Peller | 576eeee | 2014-07-01 18:38:38 +0300 | [diff] [blame] | 325 | iwl_mvm_unref(mvm, IWL_MVM_REF_CHECK_CTKILL); |
| 326 | |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 327 | __iwl_mvm_mac_stop(mvm); |
| 328 | |
Chaya Rachel Ivgi | 7869318 | 2015-12-27 13:45:42 +0200 | [diff] [blame] | 329 | if (ret) |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 330 | goto reschedule; |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 331 | |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 332 | IWL_DEBUG_TEMP(mvm, "NIC temperature: %d\n", temp); |
| 333 | |
Chaya Rachel Ivgi | 3444682 | 2015-04-19 12:26:39 +0300 | [diff] [blame] | 334 | if (temp <= tt->params.ct_kill_exit) { |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 335 | mutex_unlock(&mvm->mutex); |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 336 | iwl_mvm_exit_ctkill(mvm); |
| 337 | return; |
| 338 | } |
| 339 | |
| 340 | reschedule: |
Luciano Coelho | a0a0924 | 2014-09-04 12:29:15 +0300 | [diff] [blame] | 341 | mutex_unlock(&mvm->mutex); |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 342 | schedule_delayed_work(&mvm->thermal_throttle.ct_kill_exit, |
| 343 | round_jiffies(duration * HZ)); |
| 344 | } |
| 345 | |
| 346 | static void iwl_mvm_tt_smps_iterator(void *_data, u8 *mac, |
| 347 | struct ieee80211_vif *vif) |
| 348 | { |
| 349 | struct iwl_mvm *mvm = _data; |
| 350 | enum ieee80211_smps_mode smps_mode; |
| 351 | |
| 352 | lockdep_assert_held(&mvm->mutex); |
| 353 | |
| 354 | if (mvm->thermal_throttle.dynamic_smps) |
| 355 | smps_mode = IEEE80211_SMPS_DYNAMIC; |
| 356 | else |
| 357 | smps_mode = IEEE80211_SMPS_AUTOMATIC; |
| 358 | |
Eytan Lifshitz | fded313 | 2013-06-04 12:28:51 +0300 | [diff] [blame] | 359 | if (vif->type != NL80211_IFTYPE_STATION) |
| 360 | return; |
| 361 | |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 362 | iwl_mvm_update_smps(mvm, vif, IWL_MVM_SMPS_REQ_TT, smps_mode); |
| 363 | } |
| 364 | |
| 365 | static void iwl_mvm_tt_tx_protection(struct iwl_mvm *mvm, bool enable) |
| 366 | { |
| 367 | struct ieee80211_sta *sta; |
| 368 | struct iwl_mvm_sta *mvmsta; |
| 369 | int i, err; |
| 370 | |
| 371 | for (i = 0; i < IWL_MVM_STATION_COUNT; i++) { |
| 372 | sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[i], |
| 373 | lockdep_is_held(&mvm->mutex)); |
| 374 | if (IS_ERR_OR_NULL(sta)) |
| 375 | continue; |
Johannes Berg | 5b577a9 | 2013-11-14 18:20:04 +0100 | [diff] [blame] | 376 | mvmsta = iwl_mvm_sta_from_mac80211(sta); |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 377 | if (enable == mvmsta->tt_tx_protection) |
| 378 | continue; |
Johannes Berg | e126b5d | 2013-06-28 13:39:18 +0200 | [diff] [blame] | 379 | err = iwl_mvm_tx_protection(mvm, mvmsta, enable); |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 380 | if (err) { |
| 381 | IWL_ERR(mvm, "Failed to %s Tx protection\n", |
| 382 | enable ? "enable" : "disable"); |
| 383 | } else { |
| 384 | IWL_DEBUG_TEMP(mvm, "%s Tx protection\n", |
| 385 | enable ? "Enable" : "Disable"); |
| 386 | mvmsta->tt_tx_protection = enable; |
| 387 | } |
| 388 | } |
| 389 | } |
| 390 | |
Ido Yariv | 0c0e2c7 | 2014-01-16 21:12:02 -0500 | [diff] [blame] | 391 | void iwl_mvm_tt_tx_backoff(struct iwl_mvm *mvm, u32 backoff) |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 392 | { |
| 393 | struct iwl_host_cmd cmd = { |
| 394 | .id = REPLY_THERMAL_MNG_BACKOFF, |
| 395 | .len = { sizeof(u32), }, |
| 396 | .data = { &backoff, }, |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 397 | }; |
| 398 | |
Ido Yariv | 0c0e2c7 | 2014-01-16 21:12:02 -0500 | [diff] [blame] | 399 | backoff = max(backoff, mvm->thermal_throttle.min_backoff); |
| 400 | |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 401 | if (iwl_mvm_send_cmd(mvm, &cmd) == 0) { |
| 402 | IWL_DEBUG_TEMP(mvm, "Set Thermal Tx backoff to: %u\n", |
| 403 | backoff); |
| 404 | mvm->thermal_throttle.tx_backoff = backoff; |
| 405 | } else { |
| 406 | IWL_ERR(mvm, "Failed to change Thermal Tx backoff\n"); |
| 407 | } |
| 408 | } |
| 409 | |
| 410 | void iwl_mvm_tt_handler(struct iwl_mvm *mvm) |
| 411 | { |
Chaya Rachel Ivgi | 3444682 | 2015-04-19 12:26:39 +0300 | [diff] [blame] | 412 | struct iwl_tt_params *params = &mvm->thermal_throttle.params; |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 413 | struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; |
| 414 | s32 temperature = mvm->temperature; |
eytan lifshitz | dafe6c4 | 2013-06-18 14:28:56 +0300 | [diff] [blame] | 415 | bool throttle_enable = false; |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 416 | int i; |
| 417 | u32 tx_backoff; |
| 418 | |
| 419 | IWL_DEBUG_TEMP(mvm, "NIC temperature: %d\n", mvm->temperature); |
| 420 | |
| 421 | if (params->support_ct_kill && temperature >= params->ct_kill_entry) { |
| 422 | iwl_mvm_enter_ctkill(mvm); |
| 423 | return; |
| 424 | } |
| 425 | |
Luciano Coelho | b689fa7 | 2014-08-20 17:26:58 +0300 | [diff] [blame] | 426 | if (params->support_ct_kill && |
Chaya Rachel Ivgi | 3444682 | 2015-04-19 12:26:39 +0300 | [diff] [blame] | 427 | temperature <= params->ct_kill_exit) { |
Luciano Coelho | b689fa7 | 2014-08-20 17:26:58 +0300 | [diff] [blame] | 428 | iwl_mvm_exit_ctkill(mvm); |
| 429 | return; |
| 430 | } |
| 431 | |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 432 | if (params->support_dynamic_smps) { |
| 433 | if (!tt->dynamic_smps && |
| 434 | temperature >= params->dynamic_smps_entry) { |
| 435 | IWL_DEBUG_TEMP(mvm, "Enable dynamic SMPS\n"); |
| 436 | tt->dynamic_smps = true; |
| 437 | ieee80211_iterate_active_interfaces_atomic( |
| 438 | mvm->hw, IEEE80211_IFACE_ITER_NORMAL, |
| 439 | iwl_mvm_tt_smps_iterator, mvm); |
eytan lifshitz | dafe6c4 | 2013-06-18 14:28:56 +0300 | [diff] [blame] | 440 | throttle_enable = true; |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 441 | } else if (tt->dynamic_smps && |
| 442 | temperature <= params->dynamic_smps_exit) { |
| 443 | IWL_DEBUG_TEMP(mvm, "Disable dynamic SMPS\n"); |
| 444 | tt->dynamic_smps = false; |
| 445 | ieee80211_iterate_active_interfaces_atomic( |
| 446 | mvm->hw, IEEE80211_IFACE_ITER_NORMAL, |
| 447 | iwl_mvm_tt_smps_iterator, mvm); |
| 448 | } |
| 449 | } |
| 450 | |
| 451 | if (params->support_tx_protection) { |
eytan lifshitz | dafe6c4 | 2013-06-18 14:28:56 +0300 | [diff] [blame] | 452 | if (temperature >= params->tx_protection_entry) { |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 453 | iwl_mvm_tt_tx_protection(mvm, true); |
eytan lifshitz | dafe6c4 | 2013-06-18 14:28:56 +0300 | [diff] [blame] | 454 | throttle_enable = true; |
| 455 | } else if (temperature <= params->tx_protection_exit) { |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 456 | iwl_mvm_tt_tx_protection(mvm, false); |
eytan lifshitz | dafe6c4 | 2013-06-18 14:28:56 +0300 | [diff] [blame] | 457 | } |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 458 | } |
| 459 | |
| 460 | if (params->support_tx_backoff) { |
Eytan Lifshitz | 1b8ebbd | 2014-04-01 16:44:21 +0300 | [diff] [blame] | 461 | tx_backoff = tt->min_backoff; |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 462 | for (i = 0; i < TT_TX_BACKOFF_SIZE; i++) { |
| 463 | if (temperature < params->tx_backoff[i].temperature) |
| 464 | break; |
Eytan Lifshitz | 1b8ebbd | 2014-04-01 16:44:21 +0300 | [diff] [blame] | 465 | tx_backoff = max(tt->min_backoff, |
| 466 | params->tx_backoff[i].backoff); |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 467 | } |
Eytan Lifshitz | 1b8ebbd | 2014-04-01 16:44:21 +0300 | [diff] [blame] | 468 | if (tx_backoff != tt->min_backoff) |
eytan lifshitz | dafe6c4 | 2013-06-18 14:28:56 +0300 | [diff] [blame] | 469 | throttle_enable = true; |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 470 | if (tt->tx_backoff != tx_backoff) |
| 471 | iwl_mvm_tt_tx_backoff(mvm, tx_backoff); |
| 472 | } |
eytan lifshitz | dafe6c4 | 2013-06-18 14:28:56 +0300 | [diff] [blame] | 473 | |
| 474 | if (!tt->throttle && throttle_enable) { |
| 475 | IWL_WARN(mvm, |
| 476 | "Due to high temperature thermal throttling initiated\n"); |
| 477 | tt->throttle = true; |
Eytan Lifshitz | 19a04bd | 2014-04-02 21:37:57 +0300 | [diff] [blame] | 478 | } else if (tt->throttle && !tt->dynamic_smps && |
| 479 | tt->tx_backoff == tt->min_backoff && |
eytan lifshitz | dafe6c4 | 2013-06-18 14:28:56 +0300 | [diff] [blame] | 480 | temperature <= params->tx_protection_exit) { |
| 481 | IWL_WARN(mvm, |
| 482 | "Temperature is back to normal thermal throttling stopped\n"); |
| 483 | tt->throttle = false; |
| 484 | } |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 485 | } |
| 486 | |
Chaya Rachel Ivgi | 3444682 | 2015-04-19 12:26:39 +0300 | [diff] [blame] | 487 | static const struct iwl_tt_params iwl_mvm_default_tt_params = { |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 488 | .ct_kill_entry = 118, |
| 489 | .ct_kill_exit = 96, |
| 490 | .ct_kill_duration = 5, |
| 491 | .dynamic_smps_entry = 114, |
| 492 | .dynamic_smps_exit = 110, |
| 493 | .tx_protection_entry = 114, |
| 494 | .tx_protection_exit = 108, |
| 495 | .tx_backoff = { |
| 496 | {.temperature = 112, .backoff = 200}, |
| 497 | {.temperature = 113, .backoff = 600}, |
| 498 | {.temperature = 114, .backoff = 1200}, |
| 499 | {.temperature = 115, .backoff = 2000}, |
| 500 | {.temperature = 116, .backoff = 4000}, |
| 501 | {.temperature = 117, .backoff = 10000}, |
| 502 | }, |
| 503 | .support_ct_kill = true, |
| 504 | .support_dynamic_smps = true, |
| 505 | .support_tx_protection = true, |
| 506 | .support_tx_backoff = true, |
| 507 | }; |
| 508 | |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 509 | #ifdef CONFIG_THERMAL |
| 510 | static int compare_temps(const void *a, const void *b) |
| 511 | { |
| 512 | return ((s16)le16_to_cpu(*(__le16 *)a) - |
| 513 | (s16)le16_to_cpu(*(__le16 *)b)); |
| 514 | } |
| 515 | |
| 516 | int iwl_mvm_send_temp_report_ths_cmd(struct iwl_mvm *mvm) |
| 517 | { |
| 518 | struct temp_report_ths_cmd cmd = {0}; |
| 519 | int ret, i, j, idx = 0; |
| 520 | |
| 521 | lockdep_assert_held(&mvm->mutex); |
| 522 | |
| 523 | /* The driver holds array of temperature trips that are unsorted |
| 524 | * and uncompressed, the FW should get it compressed and sorted |
| 525 | */ |
| 526 | |
| 527 | /* compress temp_trips to cmd array, remove uninitialized values*/ |
| 528 | for (i = 0; i < IWL_MAX_DTS_TRIPS; i++) |
| 529 | if (mvm->tz_device.temp_trips[i] != S16_MIN) { |
| 530 | cmd.thresholds[idx++] = |
| 531 | cpu_to_le16(mvm->tz_device.temp_trips[i]); |
| 532 | } |
| 533 | cmd.num_temps = cpu_to_le32(idx); |
| 534 | |
| 535 | if (!idx) |
| 536 | goto send; |
| 537 | |
| 538 | /*sort cmd array*/ |
| 539 | sort(cmd.thresholds, idx, sizeof(s16), compare_temps, NULL); |
| 540 | |
| 541 | /* we should save the indexes of trips because we sort |
| 542 | * and compress the orginal array |
| 543 | */ |
| 544 | for (i = 0; i < idx; i++) { |
| 545 | for (j = 0; j < IWL_MAX_DTS_TRIPS; j++) { |
| 546 | if (le16_to_cpu(cmd.thresholds[i]) == |
| 547 | mvm->tz_device.temp_trips[j]) |
| 548 | mvm->tz_device.fw_trips_index[i] = j; |
| 549 | } |
| 550 | } |
| 551 | |
| 552 | send: |
| 553 | ret = iwl_mvm_send_cmd_pdu(mvm, WIDE_ID(PHY_OPS_GROUP, |
| 554 | TEMP_REPORTING_THRESHOLDS_CMD), |
| 555 | 0, sizeof(cmd), &cmd); |
| 556 | if (ret) |
| 557 | IWL_ERR(mvm, "TEMP_REPORT_THS_CMD command failed (err=%d)\n", |
| 558 | ret); |
| 559 | |
| 560 | return ret; |
| 561 | } |
| 562 | |
| 563 | static int iwl_mvm_tzone_get_temp(struct thermal_zone_device *device, |
| 564 | int *temperature) |
| 565 | { |
| 566 | struct iwl_mvm *mvm = (struct iwl_mvm *)device->devdata; |
| 567 | int ret; |
| 568 | int temp; |
| 569 | |
| 570 | mutex_lock(&mvm->mutex); |
| 571 | |
| 572 | if (!mvm->ucode_loaded || !(mvm->cur_ucode == IWL_UCODE_REGULAR)) { |
| 573 | ret = -EIO; |
| 574 | goto out; |
| 575 | } |
| 576 | |
| 577 | ret = iwl_mvm_get_temp(mvm, &temp); |
| 578 | if (ret) |
| 579 | goto out; |
| 580 | |
| 581 | *temperature = temp * 1000; |
| 582 | |
| 583 | out: |
| 584 | mutex_unlock(&mvm->mutex); |
| 585 | return ret; |
| 586 | } |
| 587 | |
| 588 | static int iwl_mvm_tzone_get_trip_temp(struct thermal_zone_device *device, |
| 589 | int trip, int *temp) |
| 590 | { |
| 591 | struct iwl_mvm *mvm = (struct iwl_mvm *)device->devdata; |
| 592 | |
| 593 | if (trip < 0 || trip >= IWL_MAX_DTS_TRIPS) |
| 594 | return -EINVAL; |
| 595 | |
| 596 | *temp = mvm->tz_device.temp_trips[trip] * 1000; |
| 597 | |
| 598 | return 0; |
| 599 | } |
| 600 | |
| 601 | static int iwl_mvm_tzone_get_trip_type(struct thermal_zone_device *device, |
| 602 | int trip, enum thermal_trip_type *type) |
| 603 | { |
| 604 | if (trip < 0 || trip >= IWL_MAX_DTS_TRIPS) |
| 605 | return -EINVAL; |
| 606 | |
| 607 | *type = THERMAL_TRIP_PASSIVE; |
| 608 | |
| 609 | return 0; |
| 610 | } |
| 611 | |
| 612 | static int iwl_mvm_tzone_set_trip_temp(struct thermal_zone_device *device, |
| 613 | int trip, int temp) |
| 614 | { |
| 615 | struct iwl_mvm *mvm = (struct iwl_mvm *)device->devdata; |
| 616 | struct iwl_mvm_thermal_device *tzone; |
| 617 | int i, ret; |
| 618 | s16 temperature; |
| 619 | |
| 620 | mutex_lock(&mvm->mutex); |
| 621 | |
| 622 | if (!mvm->ucode_loaded || !(mvm->cur_ucode == IWL_UCODE_REGULAR)) { |
| 623 | ret = -EIO; |
| 624 | goto out; |
| 625 | } |
| 626 | |
| 627 | if (trip < 0 || trip >= IWL_MAX_DTS_TRIPS) { |
| 628 | ret = -EINVAL; |
| 629 | goto out; |
| 630 | } |
| 631 | |
| 632 | if ((temp / 1000) > S16_MAX) { |
| 633 | ret = -EINVAL; |
| 634 | goto out; |
| 635 | } |
| 636 | |
| 637 | temperature = (s16)(temp / 1000); |
| 638 | tzone = &mvm->tz_device; |
| 639 | |
| 640 | if (!tzone) { |
| 641 | ret = -EIO; |
| 642 | goto out; |
| 643 | } |
| 644 | |
| 645 | /* no updates*/ |
| 646 | if (tzone->temp_trips[trip] == temperature) { |
| 647 | ret = 0; |
| 648 | goto out; |
| 649 | } |
| 650 | |
| 651 | /* already existing temperature */ |
| 652 | for (i = 0; i < IWL_MAX_DTS_TRIPS; i++) { |
| 653 | if (tzone->temp_trips[i] == temperature) { |
| 654 | ret = -EINVAL; |
| 655 | goto out; |
| 656 | } |
| 657 | } |
| 658 | |
| 659 | tzone->temp_trips[trip] = temperature; |
| 660 | |
| 661 | ret = iwl_mvm_send_temp_report_ths_cmd(mvm); |
| 662 | out: |
| 663 | mutex_unlock(&mvm->mutex); |
| 664 | return ret; |
| 665 | } |
| 666 | |
| 667 | static struct thermal_zone_device_ops tzone_ops = { |
| 668 | .get_temp = iwl_mvm_tzone_get_temp, |
| 669 | .get_trip_temp = iwl_mvm_tzone_get_trip_temp, |
| 670 | .get_trip_type = iwl_mvm_tzone_get_trip_type, |
| 671 | .set_trip_temp = iwl_mvm_tzone_set_trip_temp, |
| 672 | }; |
| 673 | |
| 674 | /* make all trips writable */ |
| 675 | #define IWL_WRITABLE_TRIPS_MSK (BIT(IWL_MAX_DTS_TRIPS) - 1) |
| 676 | |
| 677 | static void iwl_mvm_thermal_zone_register(struct iwl_mvm *mvm) |
| 678 | { |
| 679 | int i; |
| 680 | char name[] = "iwlwifi"; |
| 681 | |
| 682 | if (!iwl_mvm_is_tt_in_fw(mvm)) { |
| 683 | mvm->tz_device.tzone = NULL; |
| 684 | |
| 685 | return; |
| 686 | } |
| 687 | |
| 688 | BUILD_BUG_ON(ARRAY_SIZE(name) >= THERMAL_NAME_LENGTH); |
| 689 | |
| 690 | mvm->tz_device.tzone = thermal_zone_device_register(name, |
| 691 | IWL_MAX_DTS_TRIPS, |
| 692 | IWL_WRITABLE_TRIPS_MSK, |
| 693 | mvm, &tzone_ops, |
| 694 | NULL, 0, 0); |
| 695 | if (IS_ERR(mvm->tz_device.tzone)) { |
| 696 | IWL_DEBUG_TEMP(mvm, |
| 697 | "Failed to register to thermal zone (err = %ld)\n", |
| 698 | PTR_ERR(mvm->tz_device.tzone)); |
| 699 | return; |
| 700 | } |
| 701 | |
| 702 | /* 0 is a valid temperature, |
| 703 | * so initialize the array with S16_MIN which invalid temperature |
| 704 | */ |
| 705 | for (i = 0 ; i < IWL_MAX_DTS_TRIPS; i++) |
| 706 | mvm->tz_device.temp_trips[i] = S16_MIN; |
| 707 | } |
| 708 | |
Chaya Rachel Ivgi | 5c89e7b | 2016-01-05 10:34:47 +0200 | [diff] [blame] | 709 | static const u32 iwl_mvm_cdev_budgets[] = { |
| 710 | 2000, /* cooling state 0 */ |
| 711 | 1800, /* cooling state 1 */ |
| 712 | 1600, /* cooling state 2 */ |
| 713 | 1400, /* cooling state 3 */ |
| 714 | 1200, /* cooling state 4 */ |
| 715 | 1000, /* cooling state 5 */ |
| 716 | 900, /* cooling state 6 */ |
| 717 | 800, /* cooling state 7 */ |
| 718 | 700, /* cooling state 8 */ |
| 719 | 650, /* cooling state 9 */ |
| 720 | 600, /* cooling state 10 */ |
| 721 | 550, /* cooling state 11 */ |
| 722 | 500, /* cooling state 12 */ |
| 723 | 450, /* cooling state 13 */ |
| 724 | 400, /* cooling state 14 */ |
| 725 | 350, /* cooling state 15 */ |
| 726 | 300, /* cooling state 16 */ |
| 727 | 250, /* cooling state 17 */ |
| 728 | 200, /* cooling state 18 */ |
| 729 | 150, /* cooling state 19 */ |
| 730 | }; |
| 731 | |
| 732 | int iwl_mvm_ctdp_command(struct iwl_mvm *mvm, u32 op, u32 budget) |
| 733 | { |
| 734 | struct iwl_mvm_ctdp_cmd cmd = { |
| 735 | .operation = cpu_to_le32(op), |
| 736 | .budget = cpu_to_le32(budget), |
| 737 | .window_size = 0, |
| 738 | }; |
| 739 | int ret; |
| 740 | u32 status; |
| 741 | |
| 742 | lockdep_assert_held(&mvm->mutex); |
| 743 | |
| 744 | ret = iwl_mvm_send_cmd_pdu_status(mvm, WIDE_ID(PHY_OPS_GROUP, |
| 745 | CTDP_CONFIG_CMD), |
| 746 | sizeof(cmd), &cmd, &status); |
| 747 | |
| 748 | if (ret) { |
| 749 | IWL_ERR(mvm, "cTDP command failed (err=%d)\n", ret); |
| 750 | return ret; |
| 751 | } |
| 752 | |
| 753 | if (op == CTDP_CMD_OPERATION_START) |
| 754 | mvm->cooling_dev.cur_state = budget; |
| 755 | |
| 756 | else if (op == CTDP_CMD_OPERATION_REPORT) |
| 757 | IWL_DEBUG_TEMP(mvm, "cTDP avg energy in mWatt = %d\n", status); |
| 758 | |
| 759 | return 0; |
| 760 | } |
| 761 | |
| 762 | static int iwl_mvm_tcool_get_max_state(struct thermal_cooling_device *cdev, |
| 763 | unsigned long *state) |
| 764 | { |
| 765 | *state = ARRAY_SIZE(iwl_mvm_cdev_budgets) - 1; |
| 766 | |
| 767 | return 0; |
| 768 | } |
| 769 | |
| 770 | static int iwl_mvm_tcool_get_cur_state(struct thermal_cooling_device *cdev, |
| 771 | unsigned long *state) |
| 772 | { |
| 773 | struct iwl_mvm *mvm = (struct iwl_mvm *)(cdev->devdata); |
| 774 | |
| 775 | if (test_bit(IWL_MVM_STATUS_IN_D0I3, &mvm->status)) |
| 776 | return -EBUSY; |
| 777 | |
| 778 | *state = mvm->cooling_dev.cur_state; |
| 779 | return 0; |
| 780 | } |
| 781 | |
| 782 | static int iwl_mvm_tcool_set_cur_state(struct thermal_cooling_device *cdev, |
| 783 | unsigned long new_state) |
| 784 | { |
| 785 | struct iwl_mvm *mvm = (struct iwl_mvm *)(cdev->devdata); |
| 786 | int ret; |
| 787 | |
| 788 | if (!mvm->ucode_loaded || !(mvm->cur_ucode == IWL_UCODE_REGULAR)) |
| 789 | return -EIO; |
| 790 | |
| 791 | if (test_bit(IWL_MVM_STATUS_IN_D0I3, &mvm->status)) |
| 792 | return -EBUSY; |
| 793 | |
| 794 | mutex_lock(&mvm->mutex); |
| 795 | |
| 796 | if (new_state >= ARRAY_SIZE(iwl_mvm_cdev_budgets)) { |
| 797 | ret = -EINVAL; |
| 798 | goto unlock; |
| 799 | } |
| 800 | |
| 801 | ret = iwl_mvm_ctdp_command(mvm, CTDP_CMD_OPERATION_START, |
| 802 | iwl_mvm_cdev_budgets[new_state]); |
| 803 | |
| 804 | unlock: |
| 805 | mutex_unlock(&mvm->mutex); |
| 806 | return ret; |
| 807 | } |
| 808 | |
| 809 | static struct thermal_cooling_device_ops tcooling_ops = { |
| 810 | .get_max_state = iwl_mvm_tcool_get_max_state, |
| 811 | .get_cur_state = iwl_mvm_tcool_get_cur_state, |
| 812 | .set_cur_state = iwl_mvm_tcool_set_cur_state, |
| 813 | }; |
| 814 | |
| 815 | int iwl_mvm_cooling_device_register(struct iwl_mvm *mvm) |
| 816 | { |
| 817 | char name[] = "iwlwifi"; |
| 818 | |
| 819 | if (!iwl_mvm_is_ctdp_supported(mvm)) { |
| 820 | mvm->cooling_dev.cdev = NULL; |
| 821 | |
| 822 | return 0; |
| 823 | } |
| 824 | |
| 825 | BUILD_BUG_ON(ARRAY_SIZE(name) >= THERMAL_NAME_LENGTH); |
| 826 | |
| 827 | mvm->cooling_dev.cdev = |
| 828 | thermal_cooling_device_register(name, |
| 829 | mvm, |
| 830 | &tcooling_ops); |
| 831 | |
| 832 | if (IS_ERR(mvm->cooling_dev.cdev)) { |
| 833 | IWL_DEBUG_TEMP(mvm, |
| 834 | "Failed to register to cooling device (err = %ld)\n", |
| 835 | PTR_ERR(mvm->cooling_dev.cdev)); |
| 836 | return PTR_ERR(mvm->cooling_dev.cdev); |
| 837 | } |
| 838 | |
| 839 | return 0; |
| 840 | } |
| 841 | |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 842 | static void iwl_mvm_thermal_zone_unregister(struct iwl_mvm *mvm) |
| 843 | { |
| 844 | if (!iwl_mvm_is_tt_in_fw(mvm)) |
| 845 | return; |
| 846 | |
| 847 | if (mvm->tz_device.tzone) { |
| 848 | IWL_DEBUG_TEMP(mvm, "Thermal zone device unregister\n"); |
| 849 | thermal_zone_device_unregister(mvm->tz_device.tzone); |
| 850 | mvm->tz_device.tzone = NULL; |
| 851 | } |
| 852 | } |
Chaya Rachel Ivgi | 5c89e7b | 2016-01-05 10:34:47 +0200 | [diff] [blame] | 853 | |
| 854 | static void iwl_mvm_cooling_device_unregister(struct iwl_mvm *mvm) |
| 855 | { |
| 856 | if (!iwl_mvm_is_ctdp_supported(mvm)) |
| 857 | return; |
| 858 | |
| 859 | if (mvm->cooling_dev.cdev) { |
| 860 | IWL_DEBUG_TEMP(mvm, "Cooling device unregister\n"); |
| 861 | thermal_cooling_device_unregister(mvm->cooling_dev.cdev); |
| 862 | mvm->cooling_dev.cdev = NULL; |
| 863 | } |
| 864 | } |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 865 | #endif /* CONFIG_THERMAL */ |
| 866 | |
| 867 | void iwl_mvm_thermal_initialize(struct iwl_mvm *mvm, u32 min_backoff) |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 868 | { |
| 869 | struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; |
| 870 | |
| 871 | IWL_DEBUG_TEMP(mvm, "Initialize Thermal Throttling\n"); |
Eytan Lifshitz | 6be497f | 2013-07-24 14:49:18 +0300 | [diff] [blame] | 872 | |
Chaya Rachel Ivgi | 3444682 | 2015-04-19 12:26:39 +0300 | [diff] [blame] | 873 | if (mvm->cfg->thermal_params) |
| 874 | tt->params = *mvm->cfg->thermal_params; |
Eytan Lifshitz | 6be497f | 2013-07-24 14:49:18 +0300 | [diff] [blame] | 875 | else |
Chaya Rachel Ivgi | 3444682 | 2015-04-19 12:26:39 +0300 | [diff] [blame] | 876 | tt->params = iwl_mvm_default_tt_params; |
Eytan Lifshitz | 6be497f | 2013-07-24 14:49:18 +0300 | [diff] [blame] | 877 | |
eytan lifshitz | dafe6c4 | 2013-06-18 14:28:56 +0300 | [diff] [blame] | 878 | tt->throttle = false; |
Luciano Coelho | 19789ab | 2014-12-15 14:15:15 +0200 | [diff] [blame] | 879 | tt->dynamic_smps = false; |
Ido Yariv | 0c0e2c7 | 2014-01-16 21:12:02 -0500 | [diff] [blame] | 880 | tt->min_backoff = min_backoff; |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 881 | INIT_DELAYED_WORK(&tt->ct_kill_exit, check_exit_ctkill); |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 882 | |
| 883 | #ifdef CONFIG_THERMAL |
Chaya Rachel Ivgi | 5c89e7b | 2016-01-05 10:34:47 +0200 | [diff] [blame] | 884 | iwl_mvm_cooling_device_register(mvm); |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 885 | iwl_mvm_thermal_zone_register(mvm); |
| 886 | #endif |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 887 | } |
| 888 | |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 889 | void iwl_mvm_thermal_exit(struct iwl_mvm *mvm) |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 890 | { |
| 891 | cancel_delayed_work_sync(&mvm->thermal_throttle.ct_kill_exit); |
| 892 | IWL_DEBUG_TEMP(mvm, "Exit Thermal Throttling\n"); |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 893 | |
| 894 | #ifdef CONFIG_THERMAL |
Chaya Rachel Ivgi | 5c89e7b | 2016-01-05 10:34:47 +0200 | [diff] [blame] | 895 | iwl_mvm_cooling_device_unregister(mvm); |
Chaya Rachel Ivgi | c221daf | 2015-12-29 09:54:49 +0200 | [diff] [blame] | 896 | iwl_mvm_thermal_zone_unregister(mvm); |
| 897 | #endif |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 898 | } |