2016-06-01 Christian König <deathsimple at vodafone.de>: > From: Christian König <christian.koenig at amd.com> > > If @signal_on_any is true the fence array signals if any fence in the array > signals, otherwise it signals when all fences in the array signal. > > v2: fix signaled test and add comment suggested by Chris Wilson. > > Signed-off-by: Christian König <christian.koenig at amd.com> > --- > drivers/dma-buf/fence-array.c | 33 +++++++++++++++++++++++++-------- > include/linux/fence-array.h | 3 ++- > 2 files changed, 27 insertions(+), 9 deletions(-)
Reviewed-by: Gustavo Padovan <gustavo.padovan at collabora.co.uk> Gustavo