Skip to content

Commit f8c987c

Browse files
committed
cpufreq: intel_pstate: Add Granite Rapids support in no-HWP mode
JIRA: https://issues.redhat.com/browse/RHEL-112493 commit fc64e04 Author: Li RongQing <lirongqing@baidu.com> Date: Mon Jun 23 18:56:01 2025 +0800 cpufreq: intel_pstate: Add Granite Rapids support in no-HWP mode Users may disable HWP in firmware, in which case intel_pstate wouldn't load unless the CPU model is explicitly supported. Signed-off-by: Li RongQing <lirongqing@baidu.com> Link: https://patch.msgid.link/20250623105601.3924-1-lirongqing@baidu.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: David Arcari <darcari@redhat.com>
1 parent 255ebf2 commit f8c987c

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
@@ -2787,6 +2787,8 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = {
27872787
X86_MATCH(INTEL_TIGERLAKE, core_funcs),
27882788
X86_MATCH(INTEL_SAPPHIRERAPIDS_X, core_funcs),
27892789
X86_MATCH(INTEL_EMERALDRAPIDS_X, core_funcs),
2790+
X86_MATCH(INTEL_GRANITERAPIDS_D, core_funcs),
2791+
X86_MATCH(INTEL_GRANITERAPIDS_X, core_funcs),
27902792
{}
27912793
};
27922794
MODULE_DEVICE_TABLE(x86cpu, intel_pstate_cpu_ids);

0 commit comments

Comments
 (0)