Re: [Intel-gfx] [PATCH 1/3] android: add sync_fence_create_dma

2015-01-14 Thread Maarten Lankhorst
Hey, On 14-01-15 15:09, Tvrtko Ursulin wrote: > > Hi, > > On 12/03/2014 07:49 PM, Jesse Barnes wrote: >> From: Maarten Lankhorst >> >> This allows users of dma fences to create a android fence. > > I couldn't figure out the motivation here vs. just exporting > sync_fence_create ? Keeping the

Re: [Intel-gfx] [PATCH 1/3] android: add sync_fence_create_dma

2015-01-14 Thread Tvrtko Ursulin
Hi, On 12/03/2014 07:49 PM, Jesse Barnes wrote: From: Maarten Lankhorst This allows users of dma fences to create a android fence. I couldn't figure out the motivation here vs. just exporting sync_fence_create ? Regards, Tvrtko Cc: Daniel Vetter Cc: Jesse Barnes Signed-off-by: Maart

[Intel-gfx] [PATCH 1/3] android: add sync_fence_create_dma

2014-12-03 Thread Jesse Barnes
From: Maarten Lankhorst This allows users of dma fences to create a android fence. Cc: Daniel Vetter Cc: Jesse Barnes Signed-off-by: Maarten Lankhorst --- drivers/staging/android/sync.c | 13 + drivers/staging/android/sync.h | 3 ++- 2 files changed, 11 insertions(+), 5 deletion