提交 bdbbe49a 编写于 作者: A Artem Bityutskiy 提交者: yjia

platform/x86/intel-uncore-freq: Add Sapphire Rapids server support

mainline inclusion
from mainline-5.11
commit 60accc01
category: feature
bugzilla: https://gitee.com/openeuler/intel-kernel/issues/I5SML7
CVE: NA

Intel-SIG: commit 60accc01 platform/x86/intel-uncore-freq: Add
Sapphire Rapids server support
Backport for intel-uncore-freq Sapphire Rapids server support

-------------------------------------------------

Sapphire Rapids uncore frequency control is the same as Skylake and
Ice Lake. Add the Sapphire Rapids CPU model number to the match array.
Signed-off-by: NArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Reviewed-by: NTony Luck <tony.luck@intel.com>
Link: https://lore.kernel.org/r/20210203114320.1398801-1-dedekind1@gmail.comSigned-off-by: NHans de Goede <hdegoede@redhat.com>
Signed-off-by: yingbao jia<yingbao.jia@intel.com>
上级 0236edd8
...@@ -377,6 +377,7 @@ static const struct x86_cpu_id intel_uncore_cpu_ids[] = { ...@@ -377,6 +377,7 @@ static const struct x86_cpu_id intel_uncore_cpu_ids[] = {
X86_MATCH_INTEL_FAM6_MODEL(SKYLAKE_X, NULL), X86_MATCH_INTEL_FAM6_MODEL(SKYLAKE_X, NULL),
X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_X, NULL), X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_X, NULL),
X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_D, NULL), X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_D, NULL),
X86_MATCH_INTEL_FAM6_MODEL(SAPPHIRERAPIDS_X, NULL),
{} {}
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册