diff options
author | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> | 2024-03-08 02:45:54 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2024-04-29 14:31:49 +0300 |
commit | 9ea48bdfd5b19a81edfd9dcc12b8af6bb319c6d8 (patch) | |
tree | 67bd0a3d2716355fe1f9a72cba0f16348d537cf5 /tools/power | |
parent | 86cc9c70fb6a881a92e51017438ed84d46010471 (diff) | |
download | linux-9ea48bdfd5b19a81edfd9dcc12b8af6bb319c6d8.tar.xz |
tools/power/x86/intel-speed-select: Increase die count
TPMI platform information supports up to 16 compute dies. So increase the
range.
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'tools/power')
-rw-r--r-- | tools/power/x86/intel-speed-select/isst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/x86/intel-speed-select/isst.h b/tools/power/x86/intel-speed-select/isst.h index 4bddd3c66bf7..39ee75677c2c 100644 --- a/tools/power/x86/intel-speed-select/isst.h +++ b/tools/power/x86/intel-speed-select/isst.h @@ -80,7 +80,7 @@ #define DISP_FREQ_MULTIPLIER 100 #define MAX_PACKAGE_COUNT 32 -#define MAX_DIE_PER_PACKAGE 2 +#define MAX_DIE_PER_PACKAGE 16 #define MAX_PUNIT_PER_DIE 8 /* Unified structure to specific a CPU or a Power Domain */ |