aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenyu Wang <[email protected]>2024-07-31 07:13:52 -0700
committerPeter Zijlstra <[email protected]>2024-08-05 16:54:46 +0200
commit9ac57c456fcb17f07f8792219479b0c841d75ba7 (patch)
tree68786b235a51c9aa7d6c8474cf296c92f3b29c93
parent9bd7dfe3a5262d3b29debdc66e1410201a235019 (diff)
perf/x86/intel/uncore: Add LNL uncore iMC freerunning support
LNL uncore imc freerunning counters keep same as previous HW. Signed-off-by: Zhenyu Wang <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Reviewed-by: Kan Liang <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--arch/x86/events/intel/uncore_snb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/events/intel/uncore_snb.c b/arch/x86/events/intel/uncore_snb.c
index 983beede73ac..f7402bd4da6e 100644
--- a/arch/x86/events/intel/uncore_snb.c
+++ b/arch/x86/events/intel/uncore_snb.c
@@ -1840,6 +1840,7 @@ static struct intel_uncore_type *lnl_mmio_uncores[] = {
&adl_uncore_imc,
&lnl_uncore_hbo,
&lnl_uncore_sncu,
+ &adl_uncore_imc_free_running,
NULL
};