Skip to content

Commit

Permalink
rapl: Add support for RaptorLake
Browse files Browse the repository at this point in the history
Add RAPL component support for the RaptorLake architecture. This change
was tested for Family/Model/Stepping 0x6/0xb7/0x1 (RaptorLake-S/HX) only.
The other two models of RaptorLake (Models 0xba and 0xbf) are untested.
  • Loading branch information
willowec committed Nov 14, 2024
1 parent c1e57c2 commit d7eae69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/rapl/linux-rapl.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,11 @@ _rapl_init_component( int cidx )

/* Desktop / Laptops */

case 183: /* RaptorLake-S/HX B0 */
case 42: /* SandyBridge */
case 58: /* IvyBridge */
case 183: /* RaptorLake-S/HX */
case 186: /* RaptorLake */
case 191: /* RaptorLake */
package_avail=1;
pp0_avail=1;
pp1_avail=1;
Expand Down

0 comments on commit d7eae69

Please sign in to comment.