Re: [PATCH v2 7/8] virtio-gpu: Initialize Venus

2021-07-30 Thread Gerd Hoffmann
On Wed, Jul 28, 2021 at 03:46:33PM +0200, Antonio Caggiano wrote: > Enable VirGL unstable APIs and request Venus when initializing VirGL. I guess having a runtime switch for that would be a good idea, and probably have default it off while the API is unstable still. take care, Gerd

Re: [PATCH v2 7/8] virtio-gpu: Initialize Venus

2021-07-28 Thread Philippe Mathieu-Daudé
On 7/28/21 3:46 PM, Antonio Caggiano wrote: > Enable VirGL unstable APIs and request Venus when initializing VirGL. > > Signed-off-by: Antonio Caggiano > --- > hw/display/virtio-gpu-virgl.c | 2 +- > meson.build | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) > diff -

[PATCH v2 7/8] virtio-gpu: Initialize Venus

2021-07-28 Thread Antonio Caggiano
Enable VirGL unstable APIs and request Venus when initializing VirGL. Signed-off-by: Antonio Caggiano --- hw/display/virtio-gpu-virgl.c | 2 +- meson.build | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/display/virtio-gpu-virgl.c b/hw/display/virtio-gpu