Searched hist:"6 ff7cb371c4bea3dba03a56d774da925e78a5087" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | diff b2b94be787bf47eedd5890a249f3318bf9f1f1d5 Thu Mar 11 17:36:35 CST 2021 Len Brown <len.brown@intel.com> Revert "tools/power turbostat: adjust for temperature offset"
This reverts commit 6ff7cb371c4bea3dba03a56d774da925e78a5087.
Apparently the TCC offset should not be used to adjust what temperature we show the user after all.
(on most systems, TCC offset is 0, FWIW)
Fixes: 6ff7cb371c4b
Signed-off-by: Len Brown <len.brown@intel.com> diff 6ff7cb371c4bea3dba03a56d774da925e78a5087 Tue Sep 29 16:28:42 CDT 2020 Len Brown <len.brown@intel.com> tools/power turbostat: adjust for temperature offset
cpu1: MSR_IA32_TEMPERATURE_TARGET: 0x05640000 (95 C) (100 default - 5 offset)
Account for the new "offset" field in MSR_TEMPERATURE_TARGET. While this field is usually zero, ignoring it results in over-stating the current temperature, both per-core and per-package.
Signed-off-by: Len Brown <len.brown@intel.com>
|