Skip to content

Commit b6ccddd

Browse files
Kan LiangPeter Zijlstra
authored andcommitted
perf/x86/intel/uncore: Add Clearwater Forest support
From the perspective of the uncore PMU, the Clearwater Forest is the same as the previous Sierra Forest. The only difference is the event list, which will be supported in the perf tool later. Signed-off-by: Kan Liang <kan.liang@linux.intel.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20241211161146.235253-1-kan.liang@linux.intel.com
1 parent 78d4f34 commit b6ccddd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/events/intel/uncore.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,6 +1910,7 @@ static const struct x86_cpu_id intel_uncore_match[] __initconst = {
19101910
X86_MATCH_VFM(INTEL_ATOM_GRACEMONT, &adl_uncore_init),
19111911
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT_X, &gnr_uncore_init),
19121912
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT, &gnr_uncore_init),
1913+
X86_MATCH_VFM(INTEL_ATOM_DARKMONT_X, &gnr_uncore_init),
19131914
{},
19141915
};
19151916
MODULE_DEVICE_TABLE(x86cpu, intel_uncore_match);

0 commit comments

Comments
 (0)