* [Bug 220230] New: linux-firmware 20250613 breaks AMD iGPU
@ 2025-06-15 8:52 bugzilla-daemon
2025-06-15 9:13 ` [Bug 220230] " bugzilla-daemon
2025-06-15 14:55 ` bugzilla-daemon
0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2025-06-15 8:52 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=220230
Bug ID: 220230
Summary: linux-firmware 20250613 breaks AMD iGPU
Product: Drivers
Version: 2.5
Hardware: Intel
OS: Linux
Status: NEW
Severity: high
Priority: P3
Component: Video(DRI - non Intel)
Assignee: drivers_video-dri@kernel-bugs.osdl.org
Reporter: therealgraysky@proton.me
Regression: No
Upon booting the system with the tagged version of linux-firmware 20250613
installed, iGPU on the Ryzen 9950X does not work. The monitor does not detect a
signal and the following is printed to journalctl. Could this be related to the
following commit?
e663dc7a2122 amdgpu: updates for dcn 3.20 and dcn 4.01 firmware to 0.1.10.0
journal output:
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: [drm:parse_hdmi_amd_vsdb [amdgpu]] *ERROR* EDID CEA parser failed
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: [drm:parse_hdmi_amd_vsdb [amdgpu]] *ERROR* EDID CEA parser failed
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: [drm:parse_hdmi_amd_vsdb [amdgpu]] *ERROR* EDID CEA parser failed
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: [drm:parse_hdmi_amd_vsdb [amdgpu]] *ERROR* EDID CEA parser failed
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: [drm:parse_hdmi_amd_vsdb [amdgpu]] *ERROR* EDID CEA parser failed
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: amdgpu 0000:76:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data:
DMCUB error - collecting diagnostic data
kernel: [drm:parse_hdmi_amd_vsdb [amdgpu]] *ERROR* EDID CEA parser failed
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Bug 220230] linux-firmware 20250613 breaks AMD iGPU
2025-06-15 8:52 [Bug 220230] New: linux-firmware 20250613 breaks AMD iGPU bugzilla-daemon
@ 2025-06-15 9:13 ` bugzilla-daemon
2025-06-15 14:55 ` bugzilla-daemon
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2025-06-15 9:13 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=220230
--- Comment #1 from therealgraysky@proton.me ---
If I revert the following 4 commits, everything works as expected:
% git log --no-merges --pretty=oneline --abbrev-commit 20250509...20250613
|grep amdgpu
5ac6303062e4 amdgpu: DMCUB updates for various ASICs
25750add9b77 amdgpu: DMCUB updates for various ASICs
6b9fb15a5b49 amdgpu: DMCUB updates for various ASICs
e663dc7a2122 amdgpu: updates for dcn 3.20 and dcn 4.01 firmware to 0.1.10.0
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Bug 220230] linux-firmware 20250613 breaks AMD iGPU
2025-06-15 8:52 [Bug 220230] New: linux-firmware 20250613 breaks AMD iGPU bugzilla-daemon
2025-06-15 9:13 ` [Bug 220230] " bugzilla-daemon
@ 2025-06-15 14:55 ` bugzilla-daemon
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2025-06-15 14:55 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=220230
Artem S. Tashkinov (aros@gmx.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |ANSWERED
--- Comment #2 from Artem S. Tashkinov (aros@gmx.com) ---
Please report here:
https://gitlab.freedesktop.org/drm/amd/-/issues
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-15 14:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-15 8:52 [Bug 220230] New: linux-firmware 20250613 breaks AMD iGPU bugzilla-daemon
2025-06-15 9:13 ` [Bug 220230] " bugzilla-daemon
2025-06-15 14:55 ` bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).