tools/power/x86/intel-speed-select: v1.14 release
Bugzilla: https://bugzilla.redhat.com/2154079 commit d1fcb7493fc36a192b19fb8b046c416d05b6d6fe Author: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Date: Tue Jan 17 14:40:34 2023 -0800 tools/power/x86/intel-speed-select: v1.14 release This release adds following change: - Minor fixes for coverity static analysis - Don't read cpufreq on offline CPUs - SST turbo-freq enable on auto mode when user disables SMT from kernel command line - Fix uncore frequency display - Set uncore frequency max/min limits on perf level change Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: David Arcari <darcari@redhat.com>
This commit is contained in:
parent
67164a92a6
commit
a1b40a6ac0
|
@ -15,7 +15,7 @@ struct process_cmd_struct {
|
|||
int arg;
|
||||
};
|
||||
|
||||
static const char *version_str = "v1.13";
|
||||
static const char *version_str = "v1.14";
|
||||
|
||||
static const int supported_api_ver = 1;
|
||||
static struct isst_if_platform_info isst_platform_info;
|
||||
|
|
Loading…
Reference in New Issue