summaryrefslogtreecommitdiff
path: root/tools/power
diff options
context:
space:
mode:
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>2021-03-05 04:53:48 +0300
committerHans de Goede <hdegoede@redhat.com>2021-04-07 20:47:22 +0300
commit61ce18ff01ec17de2b89bbab319e6974d3a3231c (patch)
tree856b63e8c57d9aa4bd3918d5754ba21c0b10dbc5 /tools/power
parent17de9a5654f577356f7384a5676e82e544bb2ca1 (diff)
downloadlinux-61ce18ff01ec17de2b89bbab319e6974d3a3231c.tar.xz
tools/power/x86/intel-speed-select: v1.9 release
This release adds following changes: - Support increased number of CPUs - Return error when mailbox commmand fails to enable core-power - Option to online all CPUs - Removes build date and time print Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'tools/power')
-rw-r--r--tools/power/x86/intel-speed-select/isst-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/x86/intel-speed-select/isst-config.c b/tools/power/x86/intel-speed-select/isst-config.c
index aa1ad99299a7..ab940c508ef0 100644
--- a/tools/power/x86/intel-speed-select/isst-config.c
+++ b/tools/power/x86/intel-speed-select/isst-config.c
@@ -15,7 +15,7 @@ struct process_cmd_struct {
int arg;
};
-static const char *version_str = "v1.8";
+static const char *version_str = "v1.9";
static const int supported_api_ver = 1;
static struct isst_if_platform_info isst_platform_info;
static char *progname;