Skip to content

Commit 7983ed6

Browse files
committed
tools/power/x86/intel-speed-select: Enable clos for turbo-freq enable
turbo-freq enable, requires clos enable. So this is a two step process, when "-a" option is used. This is causing confusion to users. So enable clos by default for turbo-freq enable. Signed-off-by: Srinivas Pandruvada <[email protected]>
1 parent 4c35527 commit 7983ed6

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
@@ -1816,7 +1816,7 @@ static void set_fact_for_cpu(int cpu, void *arg1, void *arg2, void *arg3,
18161816
goto disp_results;
18171817
}
18181818

1819-
if (auto_mode && status) {
1819+
if (status) {
18201820
ret = isst_pm_qos_config(cpu, 1, 1);
18211821
if (ret)
18221822
goto disp_results;

0 commit comments

Comments
 (0)