tools/power/x86/intel-speed-select: Support large clos_min/max
clos_min/max in TPMI interface is frequency in MHz, thus clos_min/max needs to support larger values. No functional changes are expected. Signed-off-by: Zhang Rui <rui.zhang@intel.com> [srinivas.pandruvada@linux.intel.com: changelog edits] Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
This commit is contained in:
parent
9798768ce9
commit
20f06c9db2
|
@ -92,10 +92,10 @@ struct isst_id {
|
|||
};
|
||||
|
||||
struct isst_clos_config {
|
||||
unsigned int clos_min;
|
||||
unsigned int clos_max;
|
||||
unsigned char epp;
|
||||
unsigned char clos_prop_prio;
|
||||
unsigned char clos_min;
|
||||
unsigned char clos_max;
|
||||
unsigned char clos_desired;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue