[PATCH 1/2] dma-buf/fence: add fence_wait_any_timeout function v2

2015-10-29 Thread Maarten Lankhorst
Op 29-10-15 om 10:28 schreef Christian König: > Ping! > > Any more comments or can I get an rb on this? Sorry for the hurry, but I want > to get this our of my feet. > > Regards, > Christian. > > Silence is golden. Except when you have kids or wait for code review, then > silence is suspicious.

[PATCH 1/2] dma-buf/fence: add fence_wait_any_timeout function v2

2015-10-29 Thread Christian König
Ping! Any more comments or can I get an rb on this? Sorry for the hurry, but I want to get this our of my feet. Regards, Christian. Silence is golden. Except when you have kids or wait for code review, then silence is suspicious. On 27.10.2015 17:04, Christian König wrote: > From: Christian

[PATCH 1/2] dma-buf/fence: add fence_wait_any_timeout function v2

2015-10-27 Thread Christian König
From: Christian König Waiting for the first fence in an array of fences to signal. This is useful for device driver specific resource managers and also Vulkan needs something similar. v2: more parameter checks, handling for timeout==0, remove NULL entry support, better callback removal. S