Hi Christian,
On 29 October 2015 at 21:34, Christian König deathsimple@vodafone.de wrote:
From: Christian König christian.koenig@amd.com
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.
Signed-off-by: Christian König christian.koenig@amd.com Reviewed-by: Alex Deucher alexander.deucher@amd.com Reviewed-by: Maarten Lankhorst maarten.lankhorst@linux.intel.com
Please feel free to add my Acked-by: Sumit Semwal sumit.semwal@linaro.org and take the dma-buf patches via the drm tree, if you'd like.
drivers/dma-buf/fence.c | 98 +++++++++++++++++++++++++++++++++++++++++++++++++ include/linux/fence.h | 3 +- 2 files changed, 100 insertions(+), 1 deletion(-)
<snip>
Best regards, Sumit.