mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
tools/power/turbostat: Enable the C-state Pre-wake printing
[ Upstream commitb61b7d8c4c] Currently the C-state Pre-wake will not be printed due to the probe has not been invoked. Invoke the probe function accordingly. Fixes:aeb01e6d71("tools/power turbostat: Print the C-state Pre-wake settings") Signed-off-by: Chen Yu <yu.c.chen@intel.com> Reviewed-by: Zhang Rui <rui.zhang@intel.com> Reviewed-by: Len Brown <len.brown@intel.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
b866371f90
commit
9b523bf810
|
|
@ -5790,6 +5790,7 @@ void process_cpuid()
|
|||
rapl_probe(family, model);
|
||||
perf_limit_reasons_probe(family, model);
|
||||
automatic_cstate_conversion_probe(family, model);
|
||||
prewake_cstate_probe(family, model);
|
||||
|
||||
check_tcc_offset(model_orig);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user