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

2018-11-16 Thread Robert Foss
Hey Emil, I just pushed v5 upstream. Let me spin a cleanup patch and send that to the ML. Rob. On 2018-11-16 14:03, Emil Velikov wrote: Hi Rob, I've spotted a couple of nitpicks, but I don't feel too strongly either way. On Thu, 15 Nov 2018 at 13:28, Robert Foss wrote: case PIPE_CA

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

2018-11-16 Thread Emil Velikov
Hi Rob, I've spotted a couple of nitpicks, but I don't feel too strongly either way. On Thu, 15 Nov 2018 at 13:28, Robert Foss wrote: > case PIPE_CAP_VIDEO_MEMORY: >return 0; > case PIPE_CAP_NATIVE_FENCE_FD: > - return 0; > + return !!vscreen->vws->supports_fences; D

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

2018-11-15 Thread Robert Foss
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 Signed-off-by: Robert Foss Reviewed-by: Emil Velikov --- Sorry about the spam, but I realized Emils r-b wasn't included in v4