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
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