https://bugzilla.kernel.org/show_bug.cgi?id=203111

--- Comment #4 from Alex Deucher (alexdeuc...@gmail.com) ---
(In reply to Thomas from comment #3)
> 
> Are you sure this could be a mesa bug? Just asking cause for me a hanging
> kernel sounds like a kernel bug.

Likely a mesa bug.  Mesa submits gfx/video/compute jobs to the kernel driver. 
If there are subtle bugs in those jobs, the GPU can hang.  The kernel driver
can reset the GPU, but the display server needs to catch the reset and properly
re-initialize it's context and buffers.  At the moment, none of the display
servers do this so you need to restart them after a GPU reset.

The:
[drm:amdgpu_cs_ioctl] *ERROR* Failed to initialize parser -125!
error is because userspace tried to submit more work to the kernel after a
reset without re-initializing it's context, so the kernel rejects it.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to