[PATCH 3/5] dma-buf/fence: revert "don't wait when specified timeout is zero"

2016-11-07 Thread Gustavo Padovan
Hi Christian, 2016-10-20 Christian König : > From: Christian König > > This reverts commit 847b19a39e4c9b5e74c40f0842c48b41664cb43c. > > When we don't call the wait function software signaling might never be > activated. This can cause infinite polling loops with unreliable interrupt > drive

[PATCH 3/5] dma-buf/fence: revert "don't wait when specified timeout is zero"

2016-10-20 Thread Christian König
From: Christian König This reverts commit 847b19a39e4c9b5e74c40f0842c48b41664cb43c. When we don't call the wait function software signaling might never be activated. This can cause infinite polling loops with unreliable interrupt driven hardware. Signed-off-by: Christian König Reviewed-by: C