Re: [Spice-devel] [RFC v1 1/4] red-parse-qxl: Extract the dmabuf fd from the scanout

2023-01-22 Thread Frediano Ziglio
Il giorno lun 16 gen 2023 alle ore 09:00 Kasireddy, Vivek ha scritto: > > Hi Frediano, > > > > > Il giorno ven 13 gen 2023 alle ore 04:08 Kasireddy, Vivek > > ha scritto: > > > > > > Hi Frediano, > > > > > > > > > > > Il giorno gio 12 gen 2023 alle ore 07:03 Kasireddy, Vivek > > > > ha scritto:

Re: [Spice-devel] [RFC v1 1/4] red-parse-qxl: Extract the dmabuf fd from the scanout

2023-01-16 Thread Kasireddy, Vivek
Hi Frediano, > > Il giorno ven 13 gen 2023 alle ore 04:08 Kasireddy, Vivek > ha scritto: > > > > Hi Frediano, > > > > > > > > Il giorno gio 12 gen 2023 alle ore 07:03 Kasireddy, Vivek > > > ha scritto: > > > > > > > > Hi Frediano, > > > > > > > > Thank you for taking a look at this patch

Re: [Spice-devel] [RFC v1 1/4] red-parse-qxl: Extract the dmabuf fd from the scanout

2023-01-13 Thread Frediano Ziglio
Il giorno ven 13 gen 2023 alle ore 04:08 Kasireddy, Vivek ha scritto: > > Hi Frediano, > > > > > Il giorno gio 12 gen 2023 alle ore 07:03 Kasireddy, Vivek > > ha scritto: > > > > > > Hi Frediano, > > > > > > Thank you for taking a look at this patch series. > > > > > > > > > > > Il giorno mer 11

Re: [Spice-devel] [RFC v1 1/4] red-parse-qxl: Extract the dmabuf fd from the scanout

2023-01-12 Thread Kasireddy, Vivek
Hi Frediano, > > Il giorno gio 12 gen 2023 alle ore 07:03 Kasireddy, Vivek > ha scritto: > > > > Hi Frediano, > > > > Thank you for taking a look at this patch series. > > > > > > > > Il giorno mer 11 gen 2023 alle ore 05:42 Vivek Kasireddy > > > ha scritto: > > > > > > > > If the scanout has

Re: [Spice-devel] [RFC v1 1/4] red-parse-qxl: Extract the dmabuf fd from the scanout

2023-01-12 Thread Frediano Ziglio
Il giorno gio 12 gen 2023 alle ore 07:03 Kasireddy, Vivek ha scritto: > > Hi Frediano, > > Thank you for taking a look at this patch series. > > > > > Il giorno mer 11 gen 2023 alle ore 05:42 Vivek Kasireddy > > ha scritto: > > > > > > If the scanout has a valid dmabuf fd, then it is extracted

Re: [Spice-devel] [RFC v1 1/4] red-parse-qxl: Extract the dmabuf fd from the scanout

2023-01-11 Thread Kasireddy, Vivek
Hi Frediano, Thank you for taking a look at this patch series. > > Il giorno mer 11 gen 2023 alle ore 05:42 Vivek Kasireddy > ha scritto: > > > > If the scanout has a valid dmabuf fd, then it is extracted and a > > copy (of the fd) is stored in the drawable. > > > > Cc: Gerd Hoffmann > > Cc:

Re: [Spice-devel] [RFC v1 1/4] red-parse-qxl: Extract the dmabuf fd from the scanout

2023-01-11 Thread Frediano Ziglio
Il giorno mer 11 gen 2023 alle ore 05:42 Vivek Kasireddy ha scritto: > > If the scanout has a valid dmabuf fd, then it is extracted and a > copy (of the fd) is stored in the drawable. > > Cc: Gerd Hoffmann > Cc: Marc-André Lureau > Cc: Dongwon Kim > Signed-off-by: Vivek Kasireddy > --- >

[Spice-devel] [RFC v1 1/4] red-parse-qxl: Extract the dmabuf fd from the scanout

2023-01-10 Thread Vivek Kasireddy
If the scanout has a valid dmabuf fd, then it is extracted and a copy (of the fd) is stored in the drawable. Cc: Gerd Hoffmann Cc: Marc-André Lureau Cc: Dongwon Kim Signed-off-by: Vivek Kasireddy --- server/red-parse-qxl.cpp | 8 server/red-parse-qxl.h | 1 + 2 files changed, 9