qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 26/26] hw/display: add vhost-user-vga & gpu-p


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH v3 26/26] hw/display: add vhost-user-vga & gpu-pci
Date: Tue, 19 Jun 2018 08:54:48 +0200
User-agent: NeoMutt/20180512

  Hi,

> +    VHOST_USER_GPU_SCANOUT,
> +    VHOST_USER_GPU_UPDATE,
> +    VHOST_USER_GPU_DMABUF_SCANOUT,
> +    VHOST_USER_GPU_DMABUF_UPDATE,

Hmm, still two command versions.

I still think there should be no separate 2d code path.  Just
put the 2d display updates into a texture, or into a drm buffer,
then use VHOST_USER_GPU_DMABUF_* for both 2d and 3d updates (see
also ui/console-gl.c, which does basically the same).

cheers,
  Gerd




reply via email to

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