qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 03/20] virtio-gpu: Add udmabuf helpers


From: Gerd Hoffmann
Subject: Re: [PATCH v3 03/20] virtio-gpu: Add udmabuf helpers
Date: Tue, 11 May 2021 13:22:16 +0200

  Hi,

> +void virtio_gpu_fini_udmabuf(struct virtio_gpu_simple_resource *res)
> +{
> +    uint32_t size = res->width * res->height * 4;

Hmm, no.  We'll go use udmabufs for blob resources only, so this should
not be needed.  Maybe squash this with patch #8?

take care,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]