[PATCH] docs: driver-api/thermal/intel_dptf: Add new workload type hint

Srinivas Pandruvada posted 1 patch 1 week, 6 days ago
.../driver-api/thermal/intel_dptf.rst         | 23 +++++++++++++++++++
1 file changed, 23 insertions(+)
[PATCH] docs: driver-api/thermal/intel_dptf: Add new workload type hint
Posted by Srinivas Pandruvada 1 week, 6 days ago
Add documentation for longer term classification of workload type for
power or performance.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
---
 .../driver-api/thermal/intel_dptf.rst         | 23 +++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/Documentation/driver-api/thermal/intel_dptf.rst b/Documentation/driver-api/thermal/intel_dptf.rst
index c51ac793dc06..916bf0f36a03 100644
--- a/Documentation/driver-api/thermal/intel_dptf.rst
+++ b/Documentation/driver-api/thermal/intel_dptf.rst
@@ -409,3 +409,26 @@ based on the processor generation.
 		Limit 1 from being exhausted.
 
 	4 – Unknown: Can't classify.
+
+	On processors starting from Panther Lake additional hints are provided.
+	The hardware analyzes workload residencies over an extended period to
+	determine whether the workload classification tends toward idle/battery
+	life states or sustained/performance states. Based on this long-term
+	analysis, it classifies:
+
+	Power Classification: If the workload exhibits more idle or battery life
+	residencies, it is classified as "power".
+
+	Performance Classification: If the workload exhibits more sustained or
+	performance residencies, it is classified as "performance".
+
+	This approach enables applications to ignore short-term workload
+	fluctuations and instead respond to longer-term power vs. performance
+	trends.
+
+	Residency thresholds for this classification are CPU generation-specific.
+	Classification is reported via bit 4 of the workload_type_index:
+
+	Bit 4 = 1: Power classification
+
+	Bit 4 = 0: Performance classification
-- 
2.51.0

Re: [PATCH] docs: driver-api/thermal/intel_dptf: Add new workload type hint
Posted by Randy Dunlap 1 week, 6 days ago

On 11/18/25 2:36 PM, Srinivas Pandruvada wrote:
> Add documentation for longer term classification of workload type for
> power or performance.
> 
> Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>


Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  .../driver-api/thermal/intel_dptf.rst         | 23 +++++++++++++++++++
>  1 file changed, 23 insertions(+)


-- 
~Randy
Re: [PATCH] docs: driver-api/thermal/intel_dptf: Add new workload type hint
Posted by Rafael J. Wysocki 1 week, 4 days ago
On Wed, Nov 19, 2025 at 1:44 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
>
>
> On 11/18/25 2:36 PM, Srinivas Pandruvada wrote:
> > Add documentation for longer term classification of workload type for
> > power or performance.
> >
> > Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
>
>
> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
> Tested-by: Randy Dunlap <rdunlap@infradead.org>

Applied as 6.19 material, thanks!