From: Zhenyu Wang Date: Wed, 31 Jul 2024 14:13:52 +0000 (-0700) Subject: perf/x86/intel/uncore: Add LNL uncore iMC freerunning support X-Git-Tag: v6.12-rc1~145^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ac57c456fcb17f07f8792219479b0c841d75ba7;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Peter Zijlstra (Intel) Reviewed-by: Kan Liang Link: https://lore.kernel.org/r/20240731141353.759643-4-kan.liang@linux.intel.com --- diff --git a/arch/x86/events/intel/uncore_snb.c b/arch/x86/events/intel/uncore_snb.c index 983beede73aca..f7402bd4da6ec 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 };