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

Sumit Semwal sumit.semwal at linaro.org
Tue Nov 3 01:12:12 PST 2015


Hi Christian,

On 29 October 2015 at 21:34, Christian König <deathsimple at vodafone.de> wrote:
> From: Christian König <christian.koenig at 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 at amd.com>
> Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
> Reviewed-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Please feel free to add my
Acked-by: Sumit Semwal <sumit.semwal at 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.


More information about the dri-devel mailing list