Skip to content

Commit

Permalink
Merge pull request #459 from edwarddavidbaker/raptorlake-ids
Browse files Browse the repository at this point in the history
  • Loading branch information
opcm authored Oct 19, 2022
2 parents e3209a6 + 553dc51 commit 2b68cc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cpucounters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2412,6 +2412,9 @@ bool PCM::checkModel()
cpu_model = TGL;
break;
case ADL_1:
case RPL:
case RPL_1:
case RPL_2:
cpu_model = ADL;
break;
}
Expand Down
3 changes: 3 additions & 0 deletions src/cpucounters.h
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,9 @@ class PCM_API PCM
TGL_1 = 141,
ADL = 151,
ADL_1 = 154,
RPL = 183,
RPL_1 = 186,
RPL_2 = 191,
BDX = 79,
KNL = 87,
SKL = 94,
Expand Down

0 comments on commit 2b68cc1

Please sign in to comment.