amdgpu_job_timedout & MPV

From: Rozhuk Ivan <rozhuk.im_at_gmail.com>
Date: Thu, 27 Mar 2025 02:48:43 UTC
Hi!


After update MPV to 0.40 I got errors while MPV play/stop videos:
...
Mar 26 03:14:02 rimwks kernel: [1568] [drm ERROR :amdgpu_job_timedout] ring gfx_0.0.0 timeout, signaled seq=297951, emitted seq=297953
Mar 26 03:14:02 rimwks kernel: [1568] [drm ERROR :amdgpu_job_timedout] Process information: process  pid 102145 thread  pid 102145
...
and xorg hang/crash.


To fix issue I add to mpv.conf
gpu-context=x11egl


Before update it has use by default x11egl and after switch to x11vk whitch trigger issues with my GPU/setup.
Hope this will be useful for other users.