Skip to content

Commit 54b3cd5

Browse files
danielzgtgrafaeljw
authored andcommitted
powercap: intel_rapl: Add PL4 support for Ice Lake
Microsoft Surface Pro 7 firmware throttles the processor upon boot/resume. Userspace needs to be able to restore the correct value. Link: linux-surface/linux-surface#706 Signed-off-by: Daniel Tang <danielzgtg.opensource@gmail.com> Link: https://patch.msgid.link/6088605.ChMirdbgyp@daniel-desktop3 Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 07e5e81 commit 54b3cd5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/powercap/intel_rapl_msr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ static int rapl_msr_write_raw(int cpu, struct reg_action *ra)
162162

163163
/* List of verified CPUs. */
164164
static const struct x86_cpu_id pl4_support_ids[] = {
165+
X86_MATCH_VFM(INTEL_ICELAKE_L, NULL),
165166
X86_MATCH_VFM(INTEL_TIGERLAKE_L, NULL),
166167
X86_MATCH_VFM(INTEL_ALDERLAKE, NULL),
167168
X86_MATCH_VFM(INTEL_ALDERLAKE_L, NULL),

0 commit comments

Comments
 (0)