anv: Wire up the new status check

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13427>
This commit is contained in:
Jason Ekstrand
2021-11-08 12:53:10 -06:00
parent e9662e0154
commit 236ca76376
4 changed files with 12 additions and 21 deletions

View File

@@ -1344,7 +1344,7 @@ VkResult anv_QueueSubmit2KHR(
* the kernel to kick us or we'll have to wait until the client waits on a
* fence before we actually know whether or not we've hung.
*/
VkResult result = anv_device_query_status(device);
VkResult result = vk_device_check_status(&device->vk);
if (result != VK_SUCCESS)
return result;