[PATCH 1/4] dma-buf/fence: make timeout handling in fence_default_wait consistent (v2)

2016-11-09 Thread Sumit Semwal
Hi Alex, Christian, On 8 November 2016 at 02:46, Alex Deucher wrote: > Kernel functions taking a timeout usually return 1 on success even > when they get a zero timeout. > > v2: agd: rebase on drm-next > > Reviewed-by: Alex Deucher > Signen-off-by: Christian König > Reviewed-by: Chunming Zhou

[PATCH 1/4] dma-buf/fence: make timeout handling in fence_default_wait consistent (v2)

2016-11-07 Thread Alex Deucher
Kernel functions taking a timeout usually return 1 on success even when they get a zero timeout. v2: agd: rebase on drm-next Reviewed-by: Alex Deucher Signen-off-by: Christian König Reviewed-by: Chunming Zhou Signed-off-by: Alex Deucher --- These are the same patches Christian sent out prev

[PATCH 1/4] dma-buf/fence: make timeout handling in fence_default_wait consistent

2016-10-26 Thread Christian König
Am 26.10.2016 um 10:49 schrieb Chris Wilson: > On Tue, Oct 25, 2016 at 02:25:08PM +0200, Christian König wrote: >> From: Christian König >> >> Kernel functions taking a timeout usually return 1 on success even >> when they get a zero timeout. > Which? The canonical example of schedule_timeout()

[PATCH 1/4] dma-buf/fence: make timeout handling in fence_default_wait consistent

2016-10-26 Thread Chris Wilson
On Tue, Oct 25, 2016 at 02:25:08PM +0200, Christian König wrote: > From: Christian König > > Kernel functions taking a timeout usually return 1 on success even > when they get a zero timeout. Which? The canonical example of schedule_timeout() doesn't behave like this. > Signen-off-by: Christi

[PATCH 1/4] dma-buf/fence: make timeout handling in fence_default_wait consistent

2016-10-25 Thread Christian König
From: Christian König Kernel functions taking a timeout usually return 1 on success even when they get a zero timeout. Signen-off-by: Christian König Reviewed-by: Chunming Zhou Reviewed-by: Alex Deucher --- drivers/dma-buf/fence.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(