https://bugs.freedesktop.org/show_bug.cgi?id=101001
Bug ID: 101001 Summary: [DC][bisected] Random screen locks on RX460 Product: DRI Version: DRI git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: DRM/AMDgpu Assignee: dri-devel@lists.freedesktop.org Reporter: nikola.forro@gmail.com
Created attachment 131314 --> https://bugs.freedesktop.org/attachment.cgi?id=131314&action=edit dmesg
I'm using the latest code from amd-staging-4.9 branch of ~agd5f/linux.
The screen locks are happening randomly when playing videos (in browser or with mplayer) or when running commands that output a lot of text in xterm. When it happens, contents of the screen are no longer refreshed, except for mouse pointer.
Following errors are reported:
[drm:drm_atomic_helper_commit_cleanup_done] *ERROR* [CRTC:38:crtc-0] flip_done timed out [drm:dc_commit_surfaces] *ERROR* dm_dc_surface_commit: acrtc 0, already busy
My reproducer is to fill the screen with two xterm windows next to each other and generate random lines of text in both of them, using command like this for example:
tr -dc a-z1-4 </dev/urandom | tr 1-2 ' \n' | awk 'length==0 || length>50' | tr 3-4 ' ' | sed 's/^ *//' | cat -s | sed 's/ / /g' | fmt
It usually takes just a couple of minutes for the screen lock to happen.
I've bisected the issue to this commit:
https://cgit.freedesktop.org/~agd5f/linux/commit/?h=amd-staging-4.9&id=a...
https://bugs.freedesktop.org/show_bug.cgi?id=101001
Martin Peres martin.peres@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |MOVED
--- Comment #1 from Martin Peres martin.peres@free.fr --- -- GitLab Migration Automatic Message --
This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.
You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/167.
dri-devel@lists.freedesktop.org