[Bug 210993] Intel frequency scaling causes electrical noise on 10th gen CPUs
From: <hidden>
Date: 2021-01-04 21:02:43
https://bugzilla.kernel.org/show_bug.cgi?id=210993 Francisco Jerez (currojerez@riseup.net) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |currojerez@riseup.net
--- Comment #5 from Francisco Jerez (currojerez@riseup.net) ---O_o, that's really weird. I guess this could also be some sort of electromagnetic interference (E.g. with your soundcard? Does the problem occur with the loudspeakers turned off?), or an issue with your PSU. The apparent frequency dropping below scaling_min_freq might be an artifact of how the busy frequency of a CPU thread is calculated: It should approximate the ratio of executed clock cycles to the time it spent in C0 state, which can deviate from its actual working frequency if the processor enters and exits some C1+ state repeatedly since the transition may have some significant latency. According to your turbostat log the CPU cores that report a busy frequency below scaling_min_freq seem to be handling quite a few interrupts which is consistent with that explanation. It doesn't necessarily indicate a power management bug. Does disabling some specific idle state (e.g via /sys/devices/system/cpu/cpu*/cpuidle/state*/disable) have any effect on the noise? -- You may reply to this email to add a comment. You are receiving this mail because: You are the assignee for the bug.