[RFC PATCH 1/7] android: Support creating sync fence from drm fences

2014-09-27 Thread Maarten Lankhorst
Hey, On 26-09-14 12:00, Lauri Peltonen wrote: > Modify sync_fence_create to accept an array of 'struct fence' objects. > This will allow drm drivers to create sync_fence objects and pass sync > fd's between user space with minimal modifications, without ever creating > sync_timeline or sync_pt

[RFC PATCH 1/7] android: Support creating sync fence from drm fences

2014-09-26 Thread Lauri Peltonen
Modify sync_fence_create to accept an array of 'struct fence' objects. This will allow drm drivers to create sync_fence objects and pass sync fd's between user space with minimal modifications, without ever creating sync_timeline or sync_pt objects, and without implementing the sync_timeline_ops