anv,hasvk: Use vk_drm_syncobj_copy_payloads
Acked-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36827>
This commit is contained in:
committed by
Marge Bot
parent
4827ba625d
commit
e0c30b0fc2
@@ -421,6 +421,7 @@ VkResult anv_CreateDevice(
|
||||
UNREACHABLE("Missing");
|
||||
}
|
||||
|
||||
device->vk.copy_sync_payloads = vk_drm_syncobj_copy_payloads;
|
||||
device->vk.command_buffer_ops = &anv_cmd_buffer_ops;
|
||||
vk_device_set_drm_fd(&device->vk, device->fd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user