Bug 210467
Summary: | amdgpu Vega 3 lock MCLK on 1200mhz | ||
---|---|---|---|
Product: | Drivers | Reporter: | Alexey (intervionly) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | NEW --- | ||
Severity: | normal | CC: | alexdeucher, catchkernel, jothiprasath2 |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 5.9.11, 5.4.80-2 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg
dmesg debug mode possible warning fix lshw glxinfo modinfo amdgpu (workly) modules info (workly) |
Description
Alexey
2020-12-03 11:24:40 UTC
*** Bug 210465 has been marked as a duplicate of this bug. *** Created attachment 293915 [details]
dmesg
Created attachment 293917 [details]
dmesg debug mode
Created attachment 293925 [details]
possible warning fix
The warning in the log is harmless, but this patch should fix it.
Created attachment 293959 [details]
lshw
what other data to provide? what to debug?
Created attachment 293971 [details]
glxinfo
Problem in firmware. I downgrade linux-firmware package, pp_dpm_mclk now "0: 400Mhz" at start. Can you narrow down which specific firmware? Also what what versions did you try? Created attachment 294027 [details] modinfo amdgpu (workly) (In reply to Alex Deucher from comment #8) > Can you narrow down which specific firmware? Also what what versions did > you try? workly: linux-firmware 20201023.dae4b4c-1 All new versions is bugged. Cant do build per single commits (expensive traffic). Created attachment 294029 [details]
modules info (workly)
Same issue on Vega 6, this is also causing worse gpu performance. Reverting this commit fixes it: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=3bcc4c1df91f879fb4f01a6b48a9c12fc7b6e724 That said, memory clock is now stuck on 933Mhz. (Performance is good, though.) I face this same issue. I am using ryzen 5 5500u with vega7 kernel version: 6.8.9 cat /sys/class/drm/card1/device/pp_dpm_mclk 0: 400Mhz 1: 800Mhz 2: 1200Mhz * 3: 1333Mhz the mclk is always sticking to 1200Mhz |