]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/power/x86: Add SOC slider and platform profile support
authorKaushlendra Kumar <kaushlendra.kumar@intel.com>
Tue, 17 Mar 2026 11:06:15 +0000 (16:36 +0530)
committerLen Brown <len.brown@intel.com>
Wed, 15 Apr 2026 19:10:27 +0000 (15:10 -0400)
commitfeffac1874820d501e51cd8dcee697063b792c82
treeb33202b36fc83a2b8b24088434cf32238a84353a
parent028ef9c96e96197026887c0f092424679298aae8
tools/power/x86: Add SOC slider and platform profile support

Add support for reading and writing SOC slider parameters and
platform profile via sysfs in x86_energy_perf_policy.

New command-line options:
  --soc-slider-balance <value>
  --soc-slider-offset <value>
  --platform-profile <name>

These options allow control of the processor thermal SOC
slider balance and offset through the
processor_thermal_soc_slider module, as well as the
platform profile class interface.

When no update flags are set, the tool now also prints
the current SOC slider and platform profile values
alongside existing MSR output.

Signed-off-by: Kaushlendra Kumar <kaushlendra.kumar@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c