[PATCH 0/2] thermal: int340x: Enable slow workload type hints

Srinivas Pandruvada posted 2 patches 1 month, 2 weeks ago
.../driver-api/thermal/intel_dptf.rst         |  3 +
.../processor_thermal_wt_hint.c               | 61 +++++++++++++--
.../intel/workload_hint/workload_hint_test.c  | 74 +++++++++++++------
3 files changed, 108 insertions(+), 30 deletions(-)
[PATCH 0/2] thermal: int340x: Enable slow workload type hints
Posted by Srinivas Pandruvada 1 month, 2 weeks ago
Add attribute to enable slow workload type hints.

Srinivas Pandruvada (2):
  thermal: int340x: processor_thermal: Enable slow workload type hints
  thermal: intel: selftests: workload_hint: Support slow workload hints

 .../driver-api/thermal/intel_dptf.rst         |  3 +
 .../processor_thermal_wt_hint.c               | 61 +++++++++++++--
 .../intel/workload_hint/workload_hint_test.c  | 74 +++++++++++++------
 3 files changed, 108 insertions(+), 30 deletions(-)

-- 
2.51.0
Re: [PATCH 0/2] thermal: int340x: Enable slow workload type hints
Posted by Rafael J. Wysocki 1 month ago
On Thu, Dec 18, 2025 at 11:26 PM Srinivas Pandruvada
<srinivas.pandruvada@linux.intel.com> wrote:
>
> Add attribute to enable slow workload type hints.
>
> Srinivas Pandruvada (2):
>   thermal: int340x: processor_thermal: Enable slow workload type hints
>   thermal: intel: selftests: workload_hint: Support slow workload hints
>
>  .../driver-api/thermal/intel_dptf.rst         |  3 +
>  .../processor_thermal_wt_hint.c               | 61 +++++++++++++--
>  .../intel/workload_hint/workload_hint_test.c  | 74 +++++++++++++------
>  3 files changed, 108 insertions(+), 30 deletions(-)
>
> --

Both patches applied (with some minor modifications in the first patch
- please double check the bleeding-edge branch) as 6.20 material,
thanks!