projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b57e7b
)
tools/power/turbostat: Add initial support for LunarLake
author
Sumeet Pawnikar
<sumeet.r.pawnikar@intel.com>
Tue, 23 May 2023 12:16:45 +0000
(17:46 +0530)
committer
Zhang Rui
<rui.zhang@intel.com>
Tue, 24 Oct 2023 05:38:09 +0000
(13:38 +0800)
Add initial support for LunarLake platform.
It shares the same features with CannonLake.
Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com>
tools/power/x86/turbostat/turbostat.c
patch
|
blob
|
history
diff --git
a/tools/power/x86/turbostat/turbostat.c
b/tools/power/x86/turbostat/turbostat.c
index 6c52cceae1d71a8573aef6e262eabecdee376946..8a311d7272e7568b4b44fc9b87db0fe0b2b1a56f 100644
(file)
--- a/
tools/power/x86/turbostat/turbostat.c
+++ b/
tools/power/x86/turbostat/turbostat.c
@@
-871,6
+871,7
@@
static const struct platform_data turbostat_pdata[] = {
{ INTEL_FAM6_METEORLAKE, &cnl_features },
{ INTEL_FAM6_METEORLAKE_L, &cnl_features },
{ INTEL_FAM6_ARROWLAKE, &cnl_features },
+ { INTEL_FAM6_LUNARLAKE_M, &cnl_features },
{ INTEL_FAM6_ATOM_SILVERMONT, &slv_features },
{ INTEL_FAM6_ATOM_SILVERMONT_D, &slvd_features },
{ INTEL_FAM6_ATOM_AIRMONT, &amt_features },