mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
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>
This commit is contained in:
parent
86cc9c70fb
commit
9ea48bdfd5
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user