Skip to content

Commit 3ebe9c1

Browse files
spandruvadarafaeljw
authored andcommitted
powercap: intel_rapl_msr: Add PL4 support for ArrowLake-H
Add ArrowLake-H to the list of processors where PL4 is supported. Signed-off-by: Srinivas Pandruvada <[email protected]> Link: https://patch.msgid.link/[email protected] [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 8e929cb commit 3ebe9c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/powercap/intel_rapl_msr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ static const struct x86_cpu_id pl4_support_ids[] = {
148148
X86_MATCH_VFM(INTEL_METEORLAKE, NULL),
149149
X86_MATCH_VFM(INTEL_METEORLAKE_L, NULL),
150150
X86_MATCH_VFM(INTEL_ARROWLAKE_U, NULL),
151+
X86_MATCH_VFM(INTEL_ARROWLAKE_H, NULL),
151152
{}
152153
};
153154

0 commit comments

Comments
 (0)