mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
turnip: Use vk_drm_syncobj_copy_payloads
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36948>
This commit is contained in:
parent
c6ce1a0caf
commit
acd7cae0fa
1 changed files with 1 additions and 0 deletions
|
|
@ -293,6 +293,7 @@ msm_device_init(struct tu_device *dev)
|
|||
"Failed to get initial fault count: %d", ret);
|
||||
}
|
||||
|
||||
dev->vk.copy_sync_payloads = vk_drm_syncobj_copy_payloads;
|
||||
dev->fd = fd;
|
||||
|
||||
return VK_SUCCESS;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue