summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/intel/Makefile
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2021-04-12 20:59:01 +0800
committerDaniel Lezcano <daniel.lezcano@linaro.org>2021-04-20 09:18:57 +0200
commit2eb87d75f980bcc7c2bd370661f8fcc4ec273ea5 (patch)
tree879383818d01d96dd8c42a7929663de170127594 /drivers/thermal/intel/Makefile
parentd1ab7c3a33d27e7b63fd6207d88852561072ae36 (diff)
downloadlinux-2eb87d75f980bcc7c2bd370661f8fcc4ec273ea5.tar.bz2
thermal/drivers/intel: Introduce tcc cooling driver
On Intel processors, the core frequency can be reduced below OS request, when the current temperature reaches the TCC (Thermal Control Circuit) activation temperature. The default TCC activation temperature is specified by MSR_IA32_TEMPERATURE_TARGET. However, it can be adjusted by specifying an offset in degrees C, using the TCC Offset bits in the same MSR register. This patch introduces a cooling devices driver that utilizes the TCC Offset feature. The bigger the current cooling state is, the lower the effective TCC activation temperature is, so that the processors can be throttled earlier before system critical overheats. Note that, on different platforms, the behavior might be different on how fast the setting takes effect, and how much the CPU frequency is reduced. This patch has been tested on a KabyLake mobile platform from me, and also on a CometLake platform from Doug. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Tested by: Doug Smythies <dsmythies@telus.net> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20210412125901.12549-1-rui.zhang@intel.com
Diffstat (limited to 'drivers/thermal/intel/Makefile')
-rw-r--r--drivers/thermal/intel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/intel/Makefile b/drivers/thermal/intel/Makefile
index ff2ad30ef397..5ff2afa388f7 100644
--- a/drivers/thermal/intel/Makefile
+++ b/drivers/thermal/intel/Makefile
@@ -10,4 +10,5 @@ obj-$(CONFIG_INTEL_QUARK_DTS_THERMAL) += intel_quark_dts_thermal.o
obj-$(CONFIG_INT340X_THERMAL) += int340x_thermal/
obj-$(CONFIG_INTEL_BXT_PMIC_THERMAL) += intel_bxt_pmic_thermal.o
obj-$(CONFIG_INTEL_PCH_THERMAL) += intel_pch_thermal.o
+obj-$(CONFIG_INTEL_TCC_COOLING) += intel_tcc_cooling.o
obj-$(CONFIG_X86_THERMAL_VECTOR) += therm_throt.o