cpufreq: intel_pstate: Add Emerald Rapids support in no-HWP mode
authorZhenguo Yao <yaozhenguo1@gmail.com>
Wed, 13 Dec 2023 10:28:08 +0000 (18:28 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 19 Dec 2023 20:38:09 +0000 (21:38 +0100)
commite95013156ad88e6a1e1db6545881f49183e2ee0a
tree7c6a01824b9bea4c855b6dcfb1d7f27f540d41f2
parent2719675fa8111a8d7a060133e1dd4797d20c9754
cpufreq: intel_pstate: Add Emerald Rapids support in no-HWP mode

Users may disable HWP in firmware, in which case intel_pstate will give up
unless the CPU model is explicitly supported.

See also the following past commits:

 - commit df51f287b5de ("cpufreq: intel_pstate: Add Sapphire Rapids support
   in no-HWP mode")
 - commit d8de7a44e11f ("cpufreq: intel_pstate: Add Skylake servers support")
 - commit 706c5328851d ("cpufreq: intel_pstate: Add Cometlake support in
   no-HWP mode")
 - commit fbdc21e9b038 ("cpufreq: intel_pstate: Add Icelake servers support in
   no-HWP mode")
 - commit 71bb5c82aaae ("cpufreq: intel_pstate: Add Tigerlake support in
   no-HWP mode")

Signed-off-by: Zhenguo Yao <yaozhenguo1@gmail.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
[ rjw: Changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c