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

Reply via email to