tools/power/x86/intel-speed-select: Increase die count
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Thu, 7 Mar 2024 23:45:54 +0000 (15:45 -0800)
committerHans de Goede <hdegoede@redhat.com>
Mon, 29 Apr 2024 11:31:49 +0000 (13:31 +0200)
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>
tools/power/x86/intel-speed-select/isst.h

index 4bddd3c66bf72e1afa9bc6e269d42796029fbcdd..39ee75677c2c747a6738df8a9b6a75acdb29b46b 100644 (file)
@@ -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 */