OSDN Git Service

tools/power/x86/intel-speed-select: v1.11 release
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Thu, 16 Dec 2021 01:46:56 +0000 (17:46 -0800)
committerHans de Goede <hdegoede@redhat.com>
Fri, 24 Dec 2021 11:51:50 +0000 (12:51 +0100)
This release adds following change:
- Update max performance when BIOS disabled turbo

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
tools/power/x86/intel-speed-select/isst-config.c

index 7967a04..efe72fa 100644 (file)
@@ -15,7 +15,7 @@ struct process_cmd_struct {
        int arg;
 };
 
-static const char *version_str = "v1.10";
+static const char *version_str = "v1.11";
 static const int supported_api_ver = 1;
 static struct isst_if_platform_info isst_platform_info;
 static char *progname;