search for: virtio_gpu_process_post_dep

Displaying 1 result from an estimated 1 matches for "virtio_gpu_process_post_dep".

2023 Apr 03
1
[PATCH v4 2/2] drm/virtio: Support sync objects
...t); > >> if (ret) > >> goto cleanup; > >> @@ -294,6 +512,7 @@ int virtio_gpu_execbuffer_ioctl(struct drm_device *dev, void *data, > >> goto cleanup; > >> > >> virtio_gpu_submit(&submit); > >> + virtio_gpu_process_post_deps(&submit); > > > > Any particular reason why the virtio_gpu_reset_syncobjs is deferred to > > virtio_gpu_cleanup_submit(). Having it just above the process_post_deps > > (similar to msm) allows the reader to get closure about the in syncobjs. > > > > This is...