Bug 211791
Summary: | AMD CPU /proc/cpuinfo reported max potential boost frequency instead of actual operating frequency | ||
---|---|---|---|
Product: | Power Management | Reporter: | Rin Cat (dev) |
Component: | cpufreq | Assignee: | linux-pm (linux-pm) |
Status: | RESOLVED CODE_FIX | ||
Severity: | high | CC: | huangrui, josh, mario.limonciello, rizwanali.462371, singletonclyde9 |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 5.11.0 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
/proc/cpuinfo log
lscpu |
Created attachment 295305 [details] /proc/cpuinfo log Overview: The /proc/cpuinfo reported wrong operating frequency, where my AMD 3900X shows over 6 GHz when idle. This may be caused by the 5.11 AMD CPU frequency / CPPC fix. Steps to Reproduce: cat /proc/cpuinfo or lscpu Actual Results: Reported operating frequency far beyond actual. (Over 6 GHz) Expected Results: Reported actual operating frequency. Build Date & Hardware: Build 2021-02-15 on Gentoo CPU: AMD Ryzen 9 3900X 12-Core Processor AMD AGESA: ComboAM4PIV2 1.2.0.0 CPPC: enabled Additional Information: /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq reported correct frequency.