All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 218689] New: AMD_Pstate_EPP Ryzen 7000 issues. Freezing and buzzing
@ 2024-04-06 20:49 bugzilla-daemon
  2024-04-07  0:32 ` [Bug 218689] AMD_Pstate_EPP Ryzen 7000 issues. Freezing and static sound bugzilla-daemon
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bugzilla-daemon @ 2024-04-06 20:49 UTC (permalink / raw
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=218689

            Bug ID: 218689
           Summary: AMD_Pstate_EPP Ryzen 7000 issues. Freezing and buzzing
           Product: Power Management
           Version: 2.5
          Hardware: AMD
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cpufreq
          Assignee: linux-pm@vger.kernel.org
          Reporter: kbii.chris@gmail.com
        Regression: No

Hardware:

AMD Ryzen 9 7900x
Gigabyte b650 aero g
Corsair Dominator Platinum 2x16 6000MHz

Kernel tested on:

6.8.2 Arch
6.8.1 Arch
6.6.9 Debian

Issue:

There has been a static noise coming from my cpu as well as frequent freezes.
This is nearly constant and makes the computer impossible to use for long due
to the sound.

Remedy:

I have found the issue to disappear completely while using the passive driver
provided by amd_pstate. The scaling driver must be set to schedutil. This
completely mitigates the issue.
kernel flags: amd_pstate=passive cpufreq.default_governor=schedutil

Suspicions:

I suspect the power management implementation used by amd_pstate_epp to be
causing this issue. There is a async param found inside
/sys/devices/system/cpu/power that is always set to false whenever
amd_pstate_epp is used. My intuition tells me this must be what holds up the
system at times while changing c_states or something.

Extra:

I have seen alot of talk surrounding the fTPM and issues around it but I cannot
related these two observations together, hence why I am opening a new issue. If
this is not the right way to go about it mybad, this is my first bug report.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 218689] AMD_Pstate_EPP Ryzen 7000 issues. Freezing and static sound
  2024-04-06 20:49 [Bug 218689] New: AMD_Pstate_EPP Ryzen 7000 issues. Freezing and buzzing bugzilla-daemon
@ 2024-04-07  0:32 ` bugzilla-daemon
  2024-04-07 11:21 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2024-04-07  0:32 UTC (permalink / raw
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=218689

Christopher Bii (kbii.chris@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|AMD_Pstate_EPP Ryzen 7000   |AMD_Pstate_EPP Ryzen 7000
                   |issues. Freezing and        |issues. Freezing and static
                   |buzzing                     |sound

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 218689] AMD_Pstate_EPP Ryzen 7000 issues. Freezing and static sound
  2024-04-06 20:49 [Bug 218689] New: AMD_Pstate_EPP Ryzen 7000 issues. Freezing and buzzing bugzilla-daemon
  2024-04-07  0:32 ` [Bug 218689] AMD_Pstate_EPP Ryzen 7000 issues. Freezing and static sound bugzilla-daemon
@ 2024-04-07 11:21 ` bugzilla-daemon
  2024-04-07 18:11 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2024-04-07 11:21 UTC (permalink / raw
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=218689

--- Comment #1 from Artem S. Tashkinov (aros@gmx.com) ---
This is extremely unlikely to be caused by the CPU driver.

Please try resetting your BIOS settings and not using any XMP memory profiles
first.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 218689] AMD_Pstate_EPP Ryzen 7000 issues. Freezing and static sound
  2024-04-06 20:49 [Bug 218689] New: AMD_Pstate_EPP Ryzen 7000 issues. Freezing and buzzing bugzilla-daemon
  2024-04-07  0:32 ` [Bug 218689] AMD_Pstate_EPP Ryzen 7000 issues. Freezing and static sound bugzilla-daemon
  2024-04-07 11:21 ` bugzilla-daemon
@ 2024-04-07 18:11 ` bugzilla-daemon
  2024-04-07 19:07 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2024-04-07 18:11 UTC (permalink / raw
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=218689

--- Comment #2 from Christopher Bii (kbii.chris@gmail.com) ---
(In reply to Artem S. Tashkinov from comment #1)
> This is extremely unlikely to be caused by the CPU driver.
> 
> Please try resetting your BIOS settings and not using any XMP memory
> profiles first.

Few things I have done:

- Reset bios to defaults
- Updated Bios
- Downgraded bios
- Disable xmp profile
- Set/unset typical idle usage
- Tweaked nearly every setting in the bios over 2 weeks
- Replaced motherboard
- Replaced ram

Kernel params passed:

no_rcucbs=0-$numcores
idle=nomwait
iommu=soft
acpi=off

Absolutely nothing worked.

I had tried testing around different governors but had never tried using the
passive amd_pstate mode. The one thing that caught my attention was the
asynchronous power management parameter being off. This to me seems like the
most plausible cause of the stuttering.

The one thing I am absolutely certain of though, change the cpufreq driver and
governor 100% makes a difference. Exact cause needs to be further investigated.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 218689] AMD_Pstate_EPP Ryzen 7000 issues. Freezing and static sound
  2024-04-06 20:49 [Bug 218689] New: AMD_Pstate_EPP Ryzen 7000 issues. Freezing and buzzing bugzilla-daemon
                   ` (2 preceding siblings ...)
  2024-04-07 18:11 ` bugzilla-daemon
@ 2024-04-07 19:07 ` bugzilla-daemon
  2024-04-07 19:12 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2024-04-07 19:07 UTC (permalink / raw
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=218689

Artem S. Tashkinov (aros@gmx.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mario.limonciello@amd.com

--- Comment #3 from Artem S. Tashkinov (aros@gmx.com) ---
amd-pstate has been the default CPU driver for quite some time now in many
distros and your report is the first of this kind. And since most Linux users
use AMD CPUs it becomes even more bizarre.

I still smell something is wrong with your setup hardware wise only I don't
understand what exactly.

What other options I can think of:

1. CPU dies sometimes can be faulty as well. This is extremely unlikely but
does happen.
2. Thermal paste/CPU cooler issues.
3. PSU issues.

I'm quite sure replacing the CPU is not on your mind yet, but I'd at least make
sure that the thermal paste is applied properly (and you've not forgotten to
remove the plastic for your cooler) and that the PSU CPU power connector is
attached properly.

And then if you're keen to check thermal paste application, please remove the
die from the motherboard socket and check that all the CPU pins are intact.

Again, I'm 99.999% sure it's a hardware issue.

I'll CC Mario because he knows a lot more about AMD hardware, so probably he
could add something.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 218689] AMD_Pstate_EPP Ryzen 7000 issues. Freezing and static sound
  2024-04-06 20:49 [Bug 218689] New: AMD_Pstate_EPP Ryzen 7000 issues. Freezing and buzzing bugzilla-daemon
                   ` (3 preceding siblings ...)
  2024-04-07 19:07 ` bugzilla-daemon
@ 2024-04-07 19:12 ` bugzilla-daemon
  2024-04-07 19:40 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2024-04-07 19:12 UTC (permalink / raw
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=218689

Artem S. Tashkinov (aros@gmx.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aros@gmx.com

--- Comment #4 from Artem S. Tashkinov (aros@gmx.com) ---
If I were you, I'd definitely post your issue here:

https://www.reddit.com/r/AMDHelp/

and here

https://community.amd.com/t5/support-forums/ct-p/supprtforums

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 218689] AMD_Pstate_EPP Ryzen 7000 issues. Freezing and static sound
  2024-04-06 20:49 [Bug 218689] New: AMD_Pstate_EPP Ryzen 7000 issues. Freezing and buzzing bugzilla-daemon
                   ` (4 preceding siblings ...)
  2024-04-07 19:12 ` bugzilla-daemon
@ 2024-04-07 19:40 ` bugzilla-daemon
  2024-04-07 19:41 ` bugzilla-daemon
  2024-04-08  9:16 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2024-04-07 19:40 UTC (permalink / raw
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=218689

--- Comment #5 from Christopher Bii (kbii.chris@gmail.com) ---
(In reply to Artem S. Tashkinov from comment #4)
> If I were you, I'd definitely post your issue here:
> 
> https://www.reddit.com/r/AMDHelp/
> 
> and here
> 
> https://community.amd.com/t5/support-forums/ct-p/supprtforums

I have attempted to post on both early on but to no avail. CPU, CPU cooler,
nvme and the rest we're all removed and put back. Absolutely nothing wrong with
them.

Even if there were to be a hardware issue, which I think is ruled out at this
point. It would not perfectly explain how the issue completely goes away when
the driver/governor is changed.

The CPU benchmarks perfect scores. Another observation I had was that under
full load with that I suspect to be the faulty driver, there is no issue.

Disabling c6 in bios does not fix the issue. I will try the other driver when I
disable _PC register to see if it fixed the issue. This was something I had
tried also but I cannot fully remember whether the issue persisted or not.

The CPU benchmarks perfectly, outperforming the average on geekbench (I am
cheating since I am on the superior linux). I believe I tested the issue on
windows also, it was definitely the same until I upgraded the drivers and all.
Issue nearly completely disappeared.

I am yet to try on 6.8.4, I will try the different drivers and see whether
there is any difference.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 218689] AMD_Pstate_EPP Ryzen 7000 issues. Freezing and static sound
  2024-04-06 20:49 [Bug 218689] New: AMD_Pstate_EPP Ryzen 7000 issues. Freezing and buzzing bugzilla-daemon
                   ` (5 preceding siblings ...)
  2024-04-07 19:40 ` bugzilla-daemon
@ 2024-04-07 19:41 ` bugzilla-daemon
  2024-04-08  9:16 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2024-04-07 19:41 UTC (permalink / raw
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=218689

--- Comment #6 from Christopher Bii (kbii.chris@gmail.com) ---
if there were* to be a hardware issue^^^

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 218689] AMD_Pstate_EPP Ryzen 7000 issues. Freezing and static sound
  2024-04-06 20:49 [Bug 218689] New: AMD_Pstate_EPP Ryzen 7000 issues. Freezing and buzzing bugzilla-daemon
                   ` (6 preceding siblings ...)
  2024-04-07 19:41 ` bugzilla-daemon
@ 2024-04-08  9:16 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2024-04-08  9:16 UTC (permalink / raw
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=218689

Artem S. Tashkinov (aros@gmx.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|aros@gmx.com                |

--- Comment #7 from Artem S. Tashkinov (aros@gmx.com) ---
> if there were* to be a hardware issue^^^

AFAIK you're the _only_ person using Linux who experiences such issues. So far
there have been _zero_ reports about complications related to the amd-pstate
driver.

It may not work at all but it doesn't and cannot lead to freezes or sounds.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-04-08  9:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-06 20:49 [Bug 218689] New: AMD_Pstate_EPP Ryzen 7000 issues. Freezing and buzzing bugzilla-daemon
2024-04-07  0:32 ` [Bug 218689] AMD_Pstate_EPP Ryzen 7000 issues. Freezing and static sound bugzilla-daemon
2024-04-07 11:21 ` bugzilla-daemon
2024-04-07 18:11 ` bugzilla-daemon
2024-04-07 19:07 ` bugzilla-daemon
2024-04-07 19:12 ` bugzilla-daemon
2024-04-07 19:40 ` bugzilla-daemon
2024-04-07 19:41 ` bugzilla-daemon
2024-04-08  9:16 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.