Re: [PATCH 03/11] dma-buf/fence: add signal_on_any to the fence array v2

2016-06-01 Thread Gustavo Padovan
2016-06-01 Christian König : > From: Christian König > > 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

Re: [PATCH 03/11] dma-buf/fence: add signal_on_any to the fence array v2

2016-06-01 Thread Gustavo Padovan
2016-06-01 Christian König : > From: Christian König > > 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:

[PATCH 03/11] dma-buf/fence: add signal_on_any to the fence array v2

2016-06-01 Thread Christian König
From: Christian König 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

[PATCH 03/11] dma-buf/fence: add signal_on_any to the fence array v2

2016-06-01 Thread Christian König
From: Christian König 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 ---