Re: [PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver

2023-03-22 Thread Michael Tokarev
18.03.2023 00:40, Gurchetan Singh пишет: [[big snip]] Okay, I think the next steps would actually be code so you can see our vision.  I have few questions that will help with my RFC: 1)  Packaging -- before or after? gfxstream does not have a package in upstream Portage or Debian (though ther

Re: [PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver

2023-03-17 Thread Gurchetan Singh
On Mon, Mar 13, 2023 at 11:44 AM Gurchetan Singh < gurchetansi...@chromium.org> wrote: > On Mon, Mar 13, 2023 at 5:58 AM Marc-André Lureau > wrote: > > > > Hi Gurchetan > > > > On Tue, Mar 7, 2023 at 2:41 AM Gurchetan Singh > > wrote: > > > > > > On Tue, Jan 31, 2023 at 3:15 PM Dmitry Osipenko >

Re: [PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver

2023-03-13 Thread Gurchetan Singh
On Mon, Mar 13, 2023 at 5:58 AM Marc-André Lureau wrote: > > Hi Gurchetan > > On Tue, Mar 7, 2023 at 2:41 AM Gurchetan Singh > wrote: > > > > On Tue, Jan 31, 2023 at 3:15 PM Dmitry Osipenko > > wrote: > > > > > > Hello, > > > > > > On 1/30/23 20:00, Alex Bennée wrote: > > > > > > > > Antonio Cag

Re: [PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver

2023-03-13 Thread Dmitry Osipenko
On 3/13/23 17:51, Alex Bennée wrote: > If gfxstream is the android pipe based transport I think it's a legacy from > before the switch to pure VirtIO for the new Cuttlefish models. Right, so older Android versions will only work using gfxstream. Good point, thanks. -- Best regards, Dmitry

Re: [PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver

2023-03-13 Thread Alex Bennée
If gfxstream is the android pipe based transport I think it's a legacy from before the switch to pure VirtIO for the new Cuttlefish models. On Mon, 13 Mar 2023, 13:27 Dmitry Osipenko, wrote: > On 3/13/23 15:58, Marc-André Lureau wrote: > ... > >> 2) Additional context type: gfxstream [i]? > >> >

Re: [PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver

2023-03-13 Thread Dmitry Osipenko
On 3/13/23 15:58, Marc-André Lureau wrote: ... >> 2) Additional context type: gfxstream [i]? >> >> One of the major motivations for adding context types in the >> virtio-gpu spec was supporting gfxstream. gfxstream is used in the >> Android Studio emulator (a variant of QEMU) [ii], among other pla

Re: [PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver

2023-03-13 Thread Marc-André Lureau
Hi Gurchetan On Tue, Mar 7, 2023 at 2:41 AM Gurchetan Singh wrote: > > On Tue, Jan 31, 2023 at 3:15 PM Dmitry Osipenko > wrote: > > > > Hello, > > > > On 1/30/23 20:00, Alex Bennée wrote: > > > > > > Antonio Caggiano writes: > > > > > >> This series of patches enables support for the Venus Virt

Re: [PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver

2023-03-06 Thread Gurchetan Singh
On Tue, Jan 31, 2023 at 3:15 PM Dmitry Osipenko wrote: > > Hello, > > On 1/30/23 20:00, Alex Bennée wrote: > > > > Antonio Caggiano writes: > > > >> This series of patches enables support for the Venus VirtIO-GPU Vulkan > >> driver by adding some features required by the driver: > >> > >> - CONTE

Re: [PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver

2023-01-31 Thread Dmitry Osipenko
Hello, On 1/30/23 20:00, Alex Bennée wrote: > > Antonio Caggiano writes: > >> This series of patches enables support for the Venus VirtIO-GPU Vulkan >> driver by adding some features required by the driver: >> >> - CONTEXT_INIT >> - HOSTMEM >> - RESOURCE_UUID >> - BLOB_RESOURCES >> >> In additi

Re: [PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver

2023-01-30 Thread Alex Bennée
Antonio Caggiano writes: > This series of patches enables support for the Venus VirtIO-GPU Vulkan > driver by adding some features required by the driver: > > - CONTEXT_INIT > - HOSTMEM > - RESOURCE_UUID > - BLOB_RESOURCES > > In addition to these features, Venus capset support was required > t