Displaying 1 result from an estimated 1 matches for "reset_ntfy".
2019 Jan 17
0
Nouveau channel resets userspace handling
...do) and
whenever mesa gets notified about a dead channel, it would either
simply crash or invoke the robustness callbacks to prevent the
application from doing anything stupid after the channel was reset on
the kernel side.
patches are here:
nouveau: https://github.com/karolherbst/nouveau/commits/reset_ntfy
libdrm: https://github.com/karolherbst/drm/commits/ctx_reset
mesa: https://github.com/karolherbst/mesa/commits/reset_notfy_to_upstream
This issue is really pressing as it annoys some users as this issue is
very stupid do begin with, because it forces to hard shutdown the
machine allthough there is...