diff options
| author | Srinivas Pandruvada <[email protected]> | 2024-12-16 21:18:10 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2024-12-18 19:43:17 +0000 |
| commit | b59bd75a4b0983d6bcd10987b32ea9b9042db88c (patch) | |
| tree | a81b786213b5a14961616aa7949c67ad63fd460c | |
| parent | thermal: intel: int340x: Panther Lake DLVR support (diff) | |
| download | kernel-b59bd75a4b0983d6bcd10987b32ea9b9042db88c.tar.gz kernel-b59bd75a4b0983d6bcd10987b32ea9b9042db88c.zip | |
thermal: intel: int340x: Panther Lake power floor and workload hint support
Panther Lake follows same register set as Lunar Lake. Enable feature
flags to support workload hints and power floor status.
Signed-off-by: Srinivas Pandruvada <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Rafael J. Wysocki <[email protected]>
| -rw-r--r-- | drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c b/drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c index 4fdbf4155459..a55aaa8cef42 100644 --- a/drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c +++ b/drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c @@ -495,7 +495,8 @@ static const struct pci_device_id proc_thermal_pci_ids[] = { { PCI_DEVICE_DATA(INTEL, RPL_THERMAL, PROC_THERMAL_FEATURE_RAPL | PROC_THERMAL_FEATURE_FIVR | PROC_THERMAL_FEATURE_DVFS | PROC_THERMAL_FEATURE_WT_REQ) }, { PCI_DEVICE_DATA(INTEL, PTL_THERMAL, PROC_THERMAL_FEATURE_RAPL | - PROC_THERMAL_FEATURE_DLVR) }, + PROC_THERMAL_FEATURE_DLVR | PROC_THERMAL_FEATURE_MSI_SUPPORT | + PROC_THERMAL_FEATURE_WT_HINT | PROC_THERMAL_FEATURE_POWER_FLOOR) }, { }, }; |
