Bug 208373
Summary: | drm:drm_atomic_helper_wait_for_dependencies - drm_kms_helper - flip_done timed out | ||
---|---|---|---|
Product: | Drivers | Reporter: | sander44 (ionut_n2001) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | NEW --- | ||
Severity: | normal | CC: | alexdeucher, anode.dev, au1064, kernel, l.symons, sss123next |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 5.7.2 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | dmesg |
Description
sander44
2020-06-29 11:08:54 UTC
If this is a regression between 5.7.2 and 5.7.0, can you bisect? Having the same/similar issue with 5.8.0-2 it also started at 5.7.2 for me. I can reproduce by turning my monitors off for a few hours and then trying to turn them back on. [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:52:plane-4] flip_done timed out ------------[ cut here ]------------ WARNING: CPU: 14 PID: 250498 at drivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_mpc.c:197 mpc1_insert_plane+0x422/0x430 [amdgpu] (In reply to Alex Deucher from comment #1) > If this is a regression between 5.7.2 and 5.7.0, can you bisect? How do you Bisect? I can try doing that if it helps. Also, kernel 8.5.3-2 seemed to solve the issue for me but it will still happen if I leave the screens off for over 24 hours then power them back on. That's better than just powering them off overnight and having it happen. Google for "kernel git bisect howto" Created attachment 292383 [details]
dmesg
i have similar problem on 5.8.5
if i switch SDL/SDL2 app to fullscreen mode, screen going black, gpu driver hangs, X and SDLX app cannot be killed, following appears in dmesg:
The original report here is about the vmwgfx driver; issues with amdgpu should be tracked elsewhere. sander44, are you seeing any problem other than the messages? |