|
Bugzilla – Full Text Bug Listing |
| Summary: | AMDGPU stuttering: *ERROR* Error waiting for DMUB idle: status=3 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | B <reiokorn> |
| Component: | Kernel | Assignee: | openSUSE Kernel Bugs <kernel-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | reiokorn, tiwai |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| URL: | https://gitlab.freedesktop.org/drm/amd/-/issues/2708 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
B
2023-07-14 12:41:23 UTC
and this one: Jul 14 15:10:50 opensuse-pc kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3 Jul 14 15:10:50 opensuse-pc kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3 Jul 14 15:10:50 opensuse-pc kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3 Might be related with the kernel-firmware update. Which version do you have? You can try kernel-firmware-* in OBS Kernel:HEAD repo, if the version differs. I suspected the upstream report: https://gitlab.freedesktop.org/drm/amd/-/issues/2666 (In reply to Takashi Iwai from comment #2) > Might be related with the kernel-firmware update. Which version do you have? > You can try kernel-firmware-* in OBS Kernel:HEAD repo, if the version > differs. kernel-firmware-amdgpu | 20230707-1.1 it's currently the same version as in kernel:head - afaik (In reply to Takashi Iwai from comment #3) > I suspected the upstream report: > https://gitlab.freedesktop.org/drm/amd/-/issues/2666 cb@opensuse-pc:~> sudo journalctl _TRANSPORT=kernel | grep -i 'loading.*DMUB' Jul 14 18:50:19 opensuse-pc kernel: [drm] Loading DMUB firmware via PSP: version=0x07001900 Jul 14 18:50:20 opensuse-pc kernel: [drm] Loading DMUB firmware via PSP: version=0x05000C00 OK, then could you try to downgrade kernel-firmware-* packages? The older packages are found in TW history repo: http://download.opensuse.org/history/ (In reply to Takashi Iwai from comment #6) > OK, then could you try to downgrade kernel-firmware-* packages? The older > packages are found in TW history repo: > http://download.opensuse.org/history/ OK. This fixes the issue as far as I'm aware. I've checked the journalctl in realtime and I don't get the error message any longer. history-oss-20230710 kernel-firmware-amdgpu | 20230620-1.1 (In reply to B from comment #7) > (In reply to Takashi Iwai from comment #6) > > OK, then could you try to downgrade kernel-firmware-* packages? The older > > packages are found in TW history repo: > > http://download.opensuse.org/history/ > > OK. This fixes the issue as far as I'm aware. I've checked the journalctl in > realtime and I don't get the error message any longer. > > history-oss-20230710 > kernel-firmware-amdgpu | 20230620-1.1 correction: it doesn't fix it. still Jul 14 21:32:46 opensuse-pc kernel: [drm:dc_dmub_setup_subvp_dmub_command [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3 on older firmware Thanks for confirmation. Then at best please report to the upstream. I guess you can continue on the gitlab issue I mentioned in comment 3. (In reply to Takashi Iwai from comment #9) > Thanks for confirmation. Then at best please report to the upstream. > I guess you can continue on the gitlab issue I mentioned in comment 3. switching back to kernel 6.3.9-1-default does fix it though even with the newer firmware. (In reply to Takashi Iwai from comment #9) > Thanks for confirmation. Then at best please report to the upstream. > I guess you can continue on the gitlab issue I mentioned in comment 3. Looks to be exactly what is described here: https://gitlab.freedesktop.org/drm/amd/-/issues/1887 "Went back to kernel 6.3.9 and I'm back to normal, no issues." I can confirm that. updated to TW # VERSION="20230716" today which included a update to Kernel version 6.4.3-1-default So, far it fixed my problem with stuttering/lag. If it stays like that until tomorrow i will close this issue. (In reply to B from comment #12) > updated to TW # VERSION="20230716" today > which included a update to Kernel version 6.4.3-1-default > > So, far it fixed my problem with stuttering/lag. If it stays like that until > tomorrow i will close this issue. Not fixed. It took somehow longer to trigger though. someone mentioned a workaround https://gitlab.freedesktop.org/drm/amd/-/issues/1887#note_2003355 adding kernel parameter: drm.vblankoffdelay=0 Created upstream report: https://gitlab.freedesktop.org/drm/amd/-/issues/2708 (In reply to B from comment #15) > Created upstream report: https://gitlab.freedesktop.org/drm/amd/-/issues/2708 kernel 6.5.2 fixed the issue for me |