mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-08 14:23:19 +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