2024-04-04 14:22:29

by Liang, Kan

[permalink] [raw]
Subject: [PATCH 3/4] perf/x86/intel/uncore: Add LNL uncore iMC freerunning support

From: Zhenyu Wang <[email protected]>

LNL uncore imc freerunning counters keep same as previous HW.

Signed-off-by: Zhenyu Wang <[email protected]>
Signed-off-by: Kan Liang <[email protected]>
---
arch/x86/events/intel/uncore_snb.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/x86/events/intel/uncore_snb.c b/arch/x86/events/intel/uncore_snb.c
index d1605163f11e..4cab1bf57602 100644
--- a/arch/x86/events/intel/uncore_snb.c
+++ b/arch/x86/events/intel/uncore_snb.c
@@ -1824,6 +1824,7 @@ static struct intel_uncore_type *lnl_mmio_uncores[] = {
&adl_uncore_imc,
&lnl_uncore_hbo,
&lnl_uncore_sncu,
+ &adl_uncore_imc_free_running,
NULL
};

--
2.35.1