[PATCH 1/2] dma-buf: return index of the first signaled fence (v2)

2016-11-09 Thread Sumit Semwal
Hi Alex, Christian, On 8 November 2016 at 04:12, Sumit Semwal wrote: > Hi Alex, > > On 07-Nov-2016 11:14 PM, "Alex Deucher" wrote: >> >> On Fri, Nov 4, 2016 at 6:03 PM, Sumit Semwal >> wrote: >> > Hi Alex, >> > >> > Thanks for the patches. >> > >> > On 4 November 2016 at 14:16, Alex Deucher

[PATCH 1/2] dma-buf: return index of the first signaled fence (v2)

2016-11-08 Thread Sumit Semwal
Hi Alex, On 07-Nov-2016 11:14 PM, "Alex Deucher" wrote: > > On Fri, Nov 4, 2016 at 6:03 PM, Sumit Semwal wrote: > > Hi Alex, > > > > Thanks for the patches. > > > > On 4 November 2016 at 14:16, Alex Deucher wrote: > >> From: "monk.liu" > >> > >> Return the index of the first signaled fence.

[PATCH 1/2] dma-buf: return index of the first signaled fence (v2)

2016-11-07 Thread Alex Deucher
On Fri, Nov 4, 2016 at 6:03 PM, Sumit Semwal wrote: > Hi Alex, > > Thanks for the patches. > > On 4 November 2016 at 14:16, Alex Deucher wrote: >> From: "monk.liu" >> >> Return the index of the first signaled fence. This information >> is useful in some APIs like Vulkan. >> >> v2: rebase on

[PATCH 1/2] dma-buf: return index of the first signaled fence (v2)

2016-11-05 Thread Christian König
Am 04.11.2016 um 21:16 schrieb Alex Deucher: > From: "monk.liu" > > Return the index of the first signaled fence. This information > is useful in some APIs like Vulkan. > > v2: rebase on drm-next (fence -> dma_fence) > > Signed-off-by: monk.liu > Signed-off-by: Alex Deucher > Cc: Sumit Semwal

[PATCH 1/2] dma-buf: return index of the first signaled fence (v2)

2016-11-04 Thread Alex Deucher
From: "monk.liu" Return the index of the first signaled fence. This information is useful in some APIs like Vulkan. v2: rebase on drm-next (fence -> dma_fence) Signed-off-by: monk.liu Signed-off-by: Alex Deucher Cc: Sumit Semwal --- This is the same patch set I send out

[PATCH 1/2] dma-buf: return index of the first signaled fence (v2)

2016-11-04 Thread Sumit Semwal
Hi Alex, Thanks for the patches. On 4 November 2016 at 14:16, Alex Deucher wrote: > From: "monk.liu" > > Return the index of the first signaled fence. This information > is useful in some APIs like Vulkan. > > v2: rebase on drm-next (fence -> dma_fence) > > Signed-off-by: monk.liu >

[PATCH 1/2] dma-buf: return index of the first signaled fence

2016-09-12 Thread Alex Deucher
From: "monk.liu" Return the index of the first signaled fence. This information is useful in some APIs like Vulkan. Signed-off-by: monk.liu Signed-off-by: Alex Deucher --- drivers/dma-buf/fence.c | 19 ++- include/linux/fence.h | 2 +- 2 files changed,