]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cpufreq: intel_pstate: Update Balance performance EPP for Emerald Rapids
authorPedro Henrique Kopper <pedro.kopper@canonical.com>
Thu, 1 Aug 2024 16:41:50 +0000 (13:41 -0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 2 Aug 2024 12:40:13 +0000 (14:40 +0200)
commit64a66f4a3c89b4602ee1e6cd23b28729fc4562b3
tree6d587bca0f9fce81477b5275eb838312430c8d42
parent8400291e289ee6b2bf9779ff1c83a291501f017b
cpufreq: intel_pstate: Update Balance performance EPP for Emerald Rapids

On Intel Emerald Rapids machines, we ship the Energy Performance Preference
(EPP) default for balance_performance as 128. However, during an internal
investigation together with Intel, we have determined that 32 is a more
suitable value. This leads to significant improvements in both performance
and energy:

POV-Ray: 32% faster | 12% less energy
OpenSSL: 12% faster | energy within 1%
Build Linux Kernel: 29% faster | 18% less energy

Therefore, we should move the default EPP for balance_performance to 32.
This is in line with what has already been done for Sapphire Rapids.

Signed-off-by: Pedro Henrique Kopper <pedro.kopper@canonical.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Link: https://patch.msgid.link/Zqu6zjVMoiXwROBI@capivara
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c