Re: [PATCH v6 07/11] virtio-gpu: Handle resource blob commands

2024-02-22 Thread Huang Rui via
On Wed, Jan 10, 2024 at 04:51:31PM +0800, Pierre-Eric Pelloux-Prayer wrote: > > > Le 09/01/2024 à 17:50, Pierre-Eric Pelloux-Prayer a écrit : > > > > > > Le 19/12/2023 à 08:53, Huang Rui a écrit : > >> From: Antonio Caggiano > >> > >> Support BLOB resources creation, mapping and unmapping by c

Re: [QEMU PATCH v5 09/13] virtio-gpu: Handle resource blob commands

2023-09-19 Thread Huang Rui via
On Wed, Sep 20, 2023 at 01:54:03PM +0800, Akihiko Odaki wrote: > On 2023/09/20 14:50, Huang Rui wrote: > > On Sat, Sep 16, 2023 at 12:37:29AM +0800, Akihiko Odaki wrote: > >> On 2023/09/16 1:04, Akihiko Odaki wrote: > >>> On 2023/09/15 20:11, Huang Rui wrote: > From: Antonio Caggiano > >

Re: [QEMU PATCH v5 09/13] virtio-gpu: Handle resource blob commands

2023-09-19 Thread Huang Rui via
On Sat, Sep 16, 2023 at 12:37:29AM +0800, Akihiko Odaki wrote: > On 2023/09/16 1:04, Akihiko Odaki wrote: > > On 2023/09/15 20:11, Huang Rui wrote: > >> From: Antonio Caggiano > >> > >> Support BLOB resources creation, mapping and unmapping by calling the > >> new stable virglrenderer 0.10 interfa

Re: [QEMU PATCH v4 12/13] virtio-gpu: Initialize Venus

2023-09-09 Thread Huang Rui via
On Thu, Aug 31, 2023 at 11:51:50PM +0800, Dmitry Osipenko wrote: > On 8/31/23 13:40, Antonio Caggiano wrote: > > Hi Huang, > > > > Thank you for pushing this forward! > > > > On 31/08/2023 11:32, Huang Rui wrote: > >> From: Antonio Caggiano > >> > >> Request Venus when initializing VirGL. > >> >

Re: [QEMU PATCH v4 06/13] virtio-gpu: Configure context init for virglrenderer

2023-09-03 Thread Huang Rui via
On Thu, Aug 31, 2023 at 05:39:38PM +0800, Philippe Mathieu-Daudé wrote: > On 31/8/23 11:32, Huang Rui wrote: > > Configure context init feature flag for virglrenderer. > > > > Originally-by: Antonio Caggiano > > Signed-off-by: Huang Rui > > --- > > > > New patch, result of splitting > > [RFC QE

Re: [PATCH v4 6/9] gfxstream + rutabaga: add initial support for gfxstream

2023-08-08 Thread Huang Rui via
On Wed, Aug 09, 2023 at 10:11:05AM +0800, Gurchetan Singh wrote: > This adds initial support for gfxstream and cross-domain. Both > features rely on virtio-gpu blob resources and context types, which > are also implemented in this patch. > > gfxstream has a long and illustrious history in Android