[PATCH v3 2/2] drm/virtio: Support sync objects

Dmitry Osipenko dmitry.osipenko at collabora.com
Thu Mar 23 21:59:54 UTC 2023


On 3/23/23 22:03, Dmitry Osipenko wrote:
>  struct virtio_gpu_submit {
> +	struct virtio_gpu_submit_post_dep *post_deps;
> +	unsigned int num_out_syncobjs;
> +
> +	struct drm_syncobj **in_syncobjs;
> +	unsigned int num_in_syncobjs;
> +	uint64_t *in_fence_ids;
> +	unsigned int num_in_fence_ids;

The in_fence_ids actually doesn't belong to this patch. Missed to remove
it on a rebase, will fix in v4.

-- 
Best regards,
Dmitry



More information about the dri-devel mailing list