[PATCH 05/26] dma-buf: use new iterator in dma_resv_wait_timeout

2021-09-22 Thread Christian König
This makes the function much simpler since the complex retry logic is now handled elsewhere. Signed-off-by: Christian König Reviewed-by: Daniel Vetter --- drivers/dma-buf/dma-resv.c | 69 +- 1 file changed, 8 insertions(+), 61 deletions(-) diff --git

[PATCH 05/26] dma-buf: use new iterator in dma_resv_wait_timeout

2021-09-21 Thread Christian König
This makes the function much simpler since the complex retry logic is now handled elsewhere. Signed-off-by: Christian König Reviewed-by: Daniel Vetter --- drivers/dma-buf/dma-resv.c | 69 +- 1 file changed, 8 insertions(+), 61 deletions(-) diff --git

Re: [PATCH 05/26] dma-buf: use new iterator in dma_resv_wait_timeout

2021-09-20 Thread Christian König
Am 17.09.21 um 16:43 schrieb Daniel Vetter: On Fri, Sep 17, 2021 at 02:34:52PM +0200, Christian König wrote: This makes the function much simpler since the complex retry logic is now handled elsewhere. Signed-off-by: Christian König --- drivers/dma-buf/dma-resv.c | 68

Re: [PATCH 05/26] dma-buf: use new iterator in dma_resv_wait_timeout

2021-09-17 Thread Daniel Vetter
On Fri, Sep 17, 2021 at 02:34:52PM +0200, Christian König wrote: > This makes the function much simpler since the complex > retry logic is now handled elsewhere. > > Signed-off-by: Christian König > --- > drivers/dma-buf/dma-resv.c | 68 ++ > 1 file changed,

[PATCH 05/26] dma-buf: use new iterator in dma_resv_wait_timeout

2021-09-17 Thread Christian König
This makes the function much simpler since the complex retry logic is now handled elsewhere. Signed-off-by: Christian König --- drivers/dma-buf/dma-resv.c | 68 ++ 1 file changed, 10 insertions(+), 58 deletions(-) diff --git a/drivers/dma-buf/dma-resv.c

[PATCH 05/26] dma-buf: use new iterator in dma_resv_wait_timeout

2021-09-16 Thread Christian König
This makes the function much simpler since the complex retry logic is now handled elsewhere. Signed-off-by: Christian König --- drivers/dma-buf/dma-resv.c | 64 +- 1 file changed, 7 insertions(+), 57 deletions(-) diff --git a/drivers/dma-buf/dma-resv.c

[PATCH 05/26] dma-buf: use new iterator in dma_resv_wait_timeout

2021-09-13 Thread Christian König
This makes the function much simpler since the complex retry logic is now handled elsewhere. Signed-off-by: Christian König --- drivers/dma-buf/dma-resv.c | 64 +- 1 file changed, 7 insertions(+), 57 deletions(-) diff --git a/drivers/dma-buf/dma-resv.c