Re: [PATCH v2 1/4] dma-fence: add dma_fence_match_context helper

2017-03-17 Thread Christian König
Am 17.03.2017 um 17:34 schrieb Philipp Zabel: Add a helper to check if all fences in a fence array are from a given context. For convenience, the function can also handle being given a non-array fence. Signed-off-by: Philipp Zabel Reviewed-by: Christian König

Re: [PATCH v2 1/4] dma-fence: add dma_fence_match_context helper

2017-03-17 Thread Sumit Semwal
Hi Philipp, thanks for the patch! On 17 March 2017 at 22:04, Philipp Zabel wrote: > Add a helper to check if all fences in a fence array are from a given > context. For convenience, the function can also handle being given a > non-array fence. > > Signed-off-by: Philipp

Re: [PATCH v2 1/4] dma-fence: add dma_fence_match_context helper

2017-03-17 Thread Gustavo Padovan
Hi Philipp, 2017-03-17 Philipp Zabel : > Add a helper to check if all fences in a fence array are from a given > context. For convenience, the function can also handle being given a > non-array fence. > > Signed-off-by: Philipp Zabel > --- >

[PATCH v2 1/4] dma-fence: add dma_fence_match_context helper

2017-03-17 Thread Philipp Zabel
Add a helper to check if all fences in a fence array are from a given context. For convenience, the function can also handle being given a non-array fence. Signed-off-by: Philipp Zabel --- drivers/dma-buf/dma-fence-array.c | 26 ++