From: Len Brown <lenb@kernel.org>
To: linux-pm@vger.kernel.org
Cc: Zhang Rui <rui.zhang@intel.com>, Len Brown <len.brown@intel.com>
Subject: [PATCH 01/25] tools/power turbostat: Add initial support for PantherLake
Date: Sun, 2 Feb 2025 11:09:17 -0600 [thread overview]
Message-ID: <e8a99af68c068865dbac7f3330e97bf8e96edf33.1738515889.git.len.brown@intel.com> (raw)
In-Reply-To: <20250202171249.402610-1-lenb@kernel.org>
From: Zhang Rui <rui.zhang@intel.com>
Add initial support for PantherLake.
It shares the same features with Lunarlake.
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
---
tools/power/x86/turbostat/turbostat.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c
index 58a487c225a7..540336138ce9 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -1024,6 +1024,7 @@ static const struct platform_data turbostat_pdata[] = {
{ INTEL_ARROWLAKE_U, &adl_features },
{ INTEL_ARROWLAKE, &adl_features },
{ INTEL_LUNARLAKE_M, &lnl_features },
+ { INTEL_PANTHERLAKE_L, &lnl_features },
{ INTEL_ATOM_SILVERMONT, &slv_features },
{ INTEL_ATOM_SILVERMONT_D, &slvd_features },
{ INTEL_ATOM_AIRMONT, &amt_features },
--
2.43.0
next prev parent reply other threads:[~2025-02-02 17:12 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-02 17:09 [PATCH 0/25] turbostat-2025.0202 for linux-6.14 Len Brown
2025-02-02 17:09 ` Len Brown [this message]
2025-02-02 17:09 ` [PATCH 02/25] tools/power turbostat: Add initial support for ClearwaterForest Len Brown
2025-02-02 17:09 ` [PATCH 03/25] tools/power turbostat: update turbostat(8) Len Brown
2025-02-02 17:09 ` [PATCH 04/25] tools/power turbostat: Exit on unsupported Intel models Len Brown
2025-02-02 17:09 ` [PATCH 05/25] tools/power turbostat: Exit on unsupported Vendors Len Brown
2025-02-02 17:09 ` [PATCH 06/25] tools/power turbostat: Improve --help output Len Brown
2025-02-02 17:09 ` [PATCH 07/25] tools/power turbostat: Introduce --force parameter Len Brown
2025-02-02 17:09 ` [PATCH 08/25] tools/power turbostat: add Busy% to "show idle" Len Brown
2025-02-02 17:09 ` [PATCH 09/25] tools/power turbostat: Add an NMI column Len Brown
2025-02-02 17:09 ` [PATCH 10/25] tools/power turbostat: Remove SysWatt from DISABLED_BY_DEFAULT Len Brown
2025-02-02 17:09 ` [PATCH 11/25] tools/power turbostat: Fix PMT mmaped file size rounding Len Brown
2025-02-02 17:09 ` [PATCH 12/25] tools/power turbostat: Add fixed RAPL PSYS divisor for SPR Len Brown
2025-02-02 17:09 ` [PATCH 13/25] tools/power turbostat: Enhance turbostat self-performance visibility Len Brown
2025-02-02 17:09 ` [PATCH 14/25] tools/power turbostat: Check for non-zero value when MSR probing Len Brown
2025-02-02 17:09 ` [PATCH 15/25] tools/power turbostat: Return default value for unmapped PMT domains Len Brown
2025-02-02 17:09 ` [PATCH 16/25] tools/power turbostat: Extend PMT identification with a sequence number Len Brown
2025-02-02 17:09 ` [PATCH 17/25] tools/power turbostat: Add PMT directory iterator helper Len Brown
2025-02-02 17:09 ` [PATCH 18/25] tools/power turbostat: Allow mapping multiple PMT files with the same GUID Len Brown
2025-02-02 17:09 ` [PATCH 19/25] tools/power turbostat: Allow adding PMT counters directly by sysfs path Len Brown
2025-02-02 17:09 ` [PATCH 20/25] tools/power turbostat: version 2025.01.14 Len Brown
2025-02-02 17:09 ` [PATCH 21/25] tools/power turbostat: Add tcore clock PMT type Len Brown
2025-02-02 17:09 ` [PATCH 22/25] tools/power turbostat: Fix forked child affinity regression Len Brown
2025-02-02 17:09 ` [PATCH 23/25] tools/power turbostat: Harden one-shot mode against cpu offline Len Brown
2025-02-02 17:09 ` [PATCH 24/25] tools/power turbostat: Add CPU%c1e BIC for CWF Len Brown
2025-02-02 17:09 ` [PATCH 25/25] tools/power turbostat: version 2025.02.02 Len Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e8a99af68c068865dbac7f3330e97bf8e96edf33.1738515889.git.len.brown@intel.com \
--to=lenb@kernel.org \
--cc=len.brown@intel.com \
--cc=linux-pm@vger.kernel.org \
--cc=rui.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).