]> Git Repo - linux.git/commitdiff
platform/x86: ISST: Add Granite Rapids-D to HPM CPU list
authorSrinivas Pandruvada <[email protected]>
Mon, 15 Apr 2024 21:28:53 +0000 (14:28 -0700)
committerIlpo Järvinen <[email protected]>
Tue, 16 Apr 2024 12:24:39 +0000 (15:24 +0300)
Add Granite Rapids-D to hpm_cpu_ids, so that MSR 0x54 can be used.

Signed-off-by: Srinivas Pandruvada <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Ilpo Järvinen <[email protected]>
Signed-off-by: Ilpo Järvinen <[email protected]>
drivers/platform/x86/intel/speed_select_if/isst_if_common.c

index 08df9494603c5e2acf152aacfe13fce81a18dc2c..30951f7131cd98bfdaffb70b2aa30ee3ceb7dbdd 100644 (file)
@@ -719,6 +719,7 @@ static struct miscdevice isst_if_char_driver = {
 };
 
 static const struct x86_cpu_id hpm_cpu_ids[] = {
+       X86_MATCH_INTEL_FAM6_MODEL(GRANITERAPIDS_D,     NULL),
        X86_MATCH_INTEL_FAM6_MODEL(GRANITERAPIDS_X,     NULL),
        X86_MATCH_INTEL_FAM6_MODEL(ATOM_CRESTMONT_X,    NULL),
        {}
This page took 0.059905 seconds and 4 git commands to generate.