提交 7983ed6f 编写于 作者: S Srinivas Pandruvada

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: NSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
上级 4c35527a
......@@ -1816,7 +1816,7 @@ static void set_fact_for_cpu(int cpu, void *arg1, void *arg2, void *arg3,
goto disp_results;
}
if (auto_mode && status) {
if (status) {
ret = isst_pm_qos_config(cpu, 1, 1);
if (ret)
goto disp_results;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册