未验证 提交 1ee0232e 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!748 intel: backport intel-uncore-freq support for EMR

Merge Pull Request from: @jiayingbao 
 
backport from upstream commit 9c252ecf
Make Intel uncore frequency driver support Emerald Rapids by adding its
CPU model to the match table.

Emerald Rapids uncore frequency control is the same as in Sapphire Rapids.

no change from upstream patch.

driver can be initial successfully as SPR.


PR dependency: 
https://gitee.com/openeuler/kernel/pulls/469 
 
Link:https://gitee.com/openeuler/kernel/pulls/748 

Reviewed-by: Jason Zeng <jason.zeng@intel.com> 
Reviewed-by: Aichun Shi <aichun.shi@intel.com> 
Signed-off-by: Jialin Zhang <zhangjialin11@huawei.com> 
......@@ -378,6 +378,7 @@ static const struct x86_cpu_id intel_uncore_cpu_ids[] = {
X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_X, NULL),
X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_D, NULL),
X86_MATCH_INTEL_FAM6_MODEL(SAPPHIRERAPIDS_X, NULL),
X86_MATCH_INTEL_FAM6_MODEL(EMERALDRAPIDS_X, NULL),
{}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册