Your bad log seems to be showing the following problems. Nov 10 22:38:42 Silencio kernel: [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:47:crtc-0] flip_done timed out Nov 10 22:41:17 Silencio kernel: [drm:drm_crtc_commit_wait [drm]] *ERROR* flip_done timed out Nov 10 22:41:17 Silencio kernel: [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:47:crtc-0] commit wait timed out Nov 10 22:41:27 Silencio kernel: [drm:drm_crtc_commit_wait [drm]] *ERROR* flip_done timed out Nov 10 22:41:27 Silencio kernel: [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:44:plane-2] commit wait timed out Nov 10 22:41:27 Silencio kernel: [drm] REG_WAIT timeout 10us * 3500 tries - dce_mi_free_dmif line:782 Nov 10 22:41:37 Silencio kernel: [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:47:crtc-0] flip_done timed out Nov 10 22:41:48 Silencio kernel: [drm:drm_crtc_commit_wait [drm]] *ERROR* flip_done timed out Nov 10 22:41:48 Silencio kernel: [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:47:crtc-0] commit wait timed out Nov 10 22:41:58 Silencio kernel: [drm:drm_crtc_commit_wait [drm]] *ERROR* flip_done timed out Nov 10 22:41:58 Silencio kernel: [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CONNECTOR:53:HDMI-A-1] commit wait timed out Nov 10 22:42:08 Silencio kernel: [drm:drm_crtc_commit_wait [drm]] *ERROR* flip_done timed out Nov 10 22:42:08 Silencio kernel: [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:44:plane-2] commit wait timed out Nov 10 22:42:08 Silencio kernel: ------------[ cut here ]------------
So the 5.15.0-126 is mainline 5.15.167 and 5.15.0-84 is mainline 5.15.116. There are a lot of commits to amdgpu backported in these, so I think we need to narrow down further. ❯ git log --oneline v5.15.116..v5.15.167 drivers/gpu/drm/amd | wc -l 190 I have two asks that can help here. 1) Can you try a newer mainline kernel? 6.11.y or 6.12-rc7? Do these also fail? 2) Could you bisect which commit causes the issue in 5.15.y? If not a proper bisect, there are a lot of mainline 5.15.y builds on this repo: https://kernel.ubuntu.com/mainline/ You can do a "poor man's bisect" if you can narrow down to two closer tags by just taking binary builds and booting them. ** Changed in: linux (Ubuntu) Status: Expired => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042713 Title: Pale Green blank screen after login To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2042713/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
