Skip to content

i965: better GPU recovery

Kenneth Graunke requested to merge kwg/mesa:brw-recovery into main

Here are some patches from Chris which improve i965's GPU recovery. Instead of croaking when banned, we recreate a new context, flag everything dirty, and attempt to keep going. On Kernel 5.2+, it also instructs the kernel not to attempt to perform recovery for us, and ban us sooner, because the kernel's recovery likely won't work right and ours will be more reliable (if a bit later).

Merge request reports