Re: [PATCH v2 3/5] drm/virtio: add in-fences support for explicit synchronization

2018-02-16 Thread Rob Herring
On Fri, Feb 16, 2018 at 9:12 AM, Gustavo Padovan wrote: > From: Gustavo Padovan > > When the execbuf call receives an in-fence it will get the dma_fence > related to that fence fd. If that fence is from a foreign context we wait > on it before submitting the draw call. > > v2: - incorporate f

[PATCH v2 3/5] drm/virtio: add in-fences support for explicit synchronization

2018-02-16 Thread Gustavo Padovan
From: Gustavo Padovan When the execbuf call receives an in-fence it will get the dma_fence related to that fence fd. If that fence is from a foreign context we wait on it before submitting the draw call. v2: - incorporate fix for context check from Rob Herring Signed-off-by: Gustavo Padovan