Skip to content

Commit 9ea48bd

Browse files
spandruvadajwrdegoede
authored andcommitted
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>
1 parent 86cc9c7 commit 9ea48bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/power/x86/intel-speed-select

tools/power/x86/intel-speed-select/isst.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
#define DISP_FREQ_MULTIPLIER 100
8181

8282
#define MAX_PACKAGE_COUNT 32
83-
#define MAX_DIE_PER_PACKAGE 2
83+
#define MAX_DIE_PER_PACKAGE 16
8484
#define MAX_PUNIT_PER_DIE 8
8585

8686
/* Unified structure to specific a CPU or a Power Domain */

0 commit comments

Comments
 (0)