Skip to content

Commit 9549297

Browse files
Merge pull request icl-utk-edu#244 from willowec/raptorlake-rapl
rapl: Added RAPL component support for Intel RaptorLake.
2 parents 7960307 + bf4f484 commit 9549297

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/rapl/linux-rapl.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,9 @@ _rapl_init_component( int cidx )
405405

406406
case 42: /* SandyBridge */
407407
case 58: /* IvyBridge */
408+
case 183: /* RaptorLake-S/HX */
409+
case 186: /* RaptorLake */
410+
case 191: /* RaptorLake */
408411
package_avail=1;
409412
pp0_avail=1;
410413
pp1_avail=1;

0 commit comments

Comments
 (0)