public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch 0/2] Add support for _TFP and configurable throttle pctg
@ 2023-08-17  9:30 Sumit Gupta
  2023-08-17  9:30 ` [Patch 1/2] ACPI: thermal: Add Thermal fast Sampling Period (_TFP) support Sumit Gupta
  2023-08-17  9:30 ` [Patch 2/2] ACPI: processor: Add support to configure CPUFREQ reduction pctg Sumit Gupta
  0 siblings, 2 replies; 9+ messages in thread
From: Sumit Gupta @ 2023-08-17  9:30 UTC (permalink / raw)
  To: rafael, rui.zhang, lenb, treding, jonathanh, linux-acpi,
	linux-kernel
  Cc: sumitg, sanjayc, ksitaraman, srikars, jbrasen, bbasu

This patch set adds support for two features to get a finer control
over the impact of Thermal Throttling on performance.

 1) Patch 1: Adds support to read Thermal fast Sampling Period (_TFP)
    ACPI object and use it over "Thermal Sampling Period (_TSP)" for
    Passive cooling if both are present.

 2) Patch 2: Adds support to configure the CPUFREQ reduction percentage
    and not always cause throttling in steps of "20%".

Both patches can be applied independently.

Jeff Brasen (1):
  ACPI: thermal: Add Thermal fast Sampling Period (_TFP) support

Srikar Srimath Tirumala (1):
  ACPI: processor: Add support to configure CPUFREQ reduction pctg

 drivers/acpi/Kconfig             | 15 +++++++++++++++
 drivers/acpi/processor_thermal.c | 19 ++++++++++++++++---
 drivers/acpi/thermal.c           | 21 ++++++++++++++-------
 3 files changed, 45 insertions(+), 10 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-08-24 13:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-17  9:30 [Patch 0/2] Add support for _TFP and configurable throttle pctg Sumit Gupta
2023-08-17  9:30 ` [Patch 1/2] ACPI: thermal: Add Thermal fast Sampling Period (_TFP) support Sumit Gupta
2023-08-18 18:33   ` Rafael J. Wysocki
2023-08-21 11:48     ` Sumit Gupta
2023-08-17  9:30 ` [Patch 2/2] ACPI: processor: Add support to configure CPUFREQ reduction pctg Sumit Gupta
2023-08-18 18:40   ` Rafael J. Wysocki
2023-08-21 13:24     ` Sumit Gupta
2023-08-21 17:09       ` Rafael J. Wysocki
2023-08-24 13:18         ` Sumit Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox