Skip to content

radv: Return hang status from radv_check_gpu_hangs()

Jeremy Gebben requested to merge jeremyg/mesa:jeremyg-hang-result into main

Return VK_ERROR_DEVICE_LOST if a hang is detected. This is necessary because the application needs to know if it should call vkGetDeviceFaultInfoEXT().

See: VUID-vkGetDeviceFaultInfoEXT-device-07336

Edited by Jeremy Gebben

Merge request reports

Loading