]> Git Repo - linux.git/commitdiff
cpufreq: intel_pstate: Update Balance-performance EPP for Granite Rapids
authorSrinivas Pandruvada <[email protected]>
Tue, 12 Nov 2024 23:59:46 +0000 (15:59 -0800)
committerRafael J. Wysocki <[email protected]>
Wed, 13 Nov 2024 11:59:02 +0000 (12:59 +0100)
Update EPP default for balance_performance to 32.

This will give better performance out of the box using Intel P-State
powersave governor while still offering power savings compared to
performance governor.

This is in line with what has already been done for Emerald Rapids and
Sapphire Rapids.

Signed-off-by: Srinivas Pandruvada <[email protected]>
Link: https://patch.msgid.link/[email protected]
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/cpufreq/intel_pstate.c

index cd2ac1ba53d2a33d8d4310e76a04b2dca77e8f95..f1db73a52bae4dea9818e621ca2f8a443f05a48a 100644 (file)
@@ -3658,6 +3658,8 @@ static const struct x86_cpu_id intel_epp_default[] = {
        X86_MATCH_VFM(INTEL_ALDERLAKE_L, HWP_SET_DEF_BALANCE_PERF_EPP(102)),
        X86_MATCH_VFM(INTEL_SAPPHIRERAPIDS_X, HWP_SET_DEF_BALANCE_PERF_EPP(32)),
        X86_MATCH_VFM(INTEL_EMERALDRAPIDS_X, HWP_SET_DEF_BALANCE_PERF_EPP(32)),
+       X86_MATCH_VFM(INTEL_GRANITERAPIDS_X, HWP_SET_DEF_BALANCE_PERF_EPP(32)),
+       X86_MATCH_VFM(INTEL_GRANITERAPIDS_D, HWP_SET_DEF_BALANCE_PERF_EPP(32)),
        X86_MATCH_VFM(INTEL_METEORLAKE_L, HWP_SET_EPP_VALUES(HWP_EPP_POWERSAVE,
                      179, 64, 16)),
        X86_MATCH_VFM(INTEL_ARROWLAKE, HWP_SET_EPP_VALUES(HWP_EPP_POWERSAVE,
This page took 0.056842 seconds and 4 git commands to generate.