Re: [Mesa-dev] [PATCH] virgl: native fence fd support

2018-02-20 Thread Emil Velikov
Hi Gustavo, Slightly pedantic suggestion: one could consider splitting the refactor from the remainder of the changes. There's a small memory leak below since my virtgpu-foo is limited ;-) On 16 February 2018 at 15:01, Gustavo Padovan wrote: > +static int virgl_drm_get_version(int fd) > +{ > +

Re: [Mesa-dev] [PATCH] virgl: native fence fd support

2018-02-20 Thread Stefan Schake
Hi Gustavo, On Fri, Feb 16, 2018 at 4:01 PM, Gustavo Padovan wrote: > From: Gustavo Padovan > > Following the support for fences on the virtio driver add support > for native fence on virgl. This was somewhat based on the freedeno one. > > Signed-off-by: Gustavo Padovan > --- > > static int v

[Mesa-dev] [PATCH] virgl: native fence fd support

2018-02-16 Thread Gustavo Padovan
From: Gustavo Padovan Following the support for fences on the virtio driver add support for native fence on virgl. This was somewhat based on the freedeno one. Signed-off-by: Gustavo Padovan --- The kernel side patches can be found at: https://gitlab.collabora.com/padovan/linux/tree/virtio-fen