Skip to content

Commit 18f9c68

Browse files
lrq-maxzhang-rui
authored andcommitted
cpufreq: intel_pstate: Add Granite Rapids support in no-HWP mode
commit fc64e0421598aaa87d61184f6777b52614a095be upstream. Users may disable HWP in firmware, in which case intel_pstate wouldn't load unless the CPU model is explicitly supported. Intel-SIG: commit fc64e0421598 cpufreq: intel_pstate: Add Granite Rapids support in no-HWP mode Support legacy/noHWP CPU frequency control for GNR/GNR-D Signed-off-by: Li RongQing <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]> [ Zhang Rui: resolve conflict (use old X86 Macro) and amend commit log ] Signed-off-by: Zhang Rui <[email protected]>
1 parent 200184b commit 18f9c68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/cpufreq/intel_pstate.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2351,6 +2351,8 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = {
23512351
X86_MATCH(TIGERLAKE, core_funcs),
23522352
X86_MATCH(SAPPHIRERAPIDS_X, core_funcs),
23532353
X86_MATCH(EMERALDRAPIDS_X, core_funcs),
2354+
X86_MATCH(GRANITERAPIDS_D, core_funcs),
2355+
X86_MATCH(GRANITERAPIDS_X, core_funcs),
23542356
{}
23552357
};
23562358
MODULE_DEVICE_TABLE(x86cpu, intel_pstate_cpu_ids);

0 commit comments

Comments
 (0)