Skip to content

Commit 0c10ee3

Browse files
committed
tools/power/x86/intel-speed-select: v1.19 release
JIRA: https://issues.redhat.com/browse/RHEL-20031 commit 5cfac5a Author: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Date: Thu Apr 25 17:36:08 2024 -0700 tools/power/x86/intel-speed-select: v1.19 release This version addresses issues with: - Support of SST BF/TF support per level - Increase number of CPUs displayed - Present all TRL levels for turbo-freq - Fix display for unsupported levels - Support multiple dies - Increase die count - Change CPU display for non compute domain 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>
1 parent 5e5c8c8 commit 0c10ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/power/x86/intel-speed-select/isst-config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct process_cmd_struct {
1616
int arg;
1717
};
1818

19-
static const char *version_str = "v1.18";
19+
static const char *version_str = "v1.19";
2020

2121
static const int supported_api_ver = 3;
2222
static struct isst_if_platform_info isst_platform_info;

0 commit comments

Comments
 (0)