diff --git a/src/cpucounters.cpp b/src/cpucounters.cpp index 189e8898..faf54ec6 100644 --- a/src/cpucounters.cpp +++ b/src/cpucounters.cpp @@ -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; } diff --git a/src/cpucounters.h b/src/cpucounters.h index 25ead6e8..1eef37e3 100644 --- a/src/cpucounters.h +++ b/src/cpucounters.h @@ -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,