f23395e2b9
With this patch, VM binds remain synchronous in relation to vm_bind() KMD backend calls. However, the syscalls required for VM bind is reduce in 2(in the optimal cases), the syncobj create and destroy syscall are replaced by he usage a timeline syncobj. Next step will be make this completely asynchronous. Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26805>