Re: [PATCH 04/23] RDMA: use dma_resv_wait() instead of extracting the fence

2022-03-23 Thread Daniel Vetter
On Wed, 23 Mar 2022 at 17:32, Jason Gunthorpe wrote: > > On Wed, Mar 23, 2022 at 02:22:01PM +0100, Daniel Vetter wrote: > > On Mon, Mar 21, 2022 at 02:58:37PM +0100, Christian König wrote: > > > Use dma_resv_wait() instead of extracting the exclusive fence and > > > waiting on it manually. > > > >

Re: [PATCH 04/23] RDMA: use dma_resv_wait() instead of extracting the fence

2022-03-23 Thread Jason Gunthorpe
On Wed, Mar 23, 2022 at 02:22:01PM +0100, Daniel Vetter wrote: > On Mon, Mar 21, 2022 at 02:58:37PM +0100, Christian König wrote: > > Use dma_resv_wait() instead of extracting the exclusive fence and > > waiting on it manually. > > > > Signed-off-by: Christian König > > Reviewed-by: Daniel Vetter

Re: [PATCH 04/23] RDMA: use dma_resv_wait() instead of extracting the fence

2022-03-23 Thread Daniel Vetter
On Mon, Mar 21, 2022 at 02:58:37PM +0100, Christian König wrote: > Use dma_resv_wait() instead of extracting the exclusive fence and > waiting on it manually. > > Signed-off-by: Christian König > Reviewed-by: Daniel Vetter > Cc: Jason Gunthorpe Jason, can you ack this for merging through drm t

[PATCH 04/23] RDMA: use dma_resv_wait() instead of extracting the fence

2022-03-21 Thread Christian König
Use dma_resv_wait() instead of extracting the exclusive fence and waiting on it manually. Signed-off-by: Christian König Reviewed-by: Daniel Vetter Cc: Jason Gunthorpe Cc: Leon Romanovsky Cc: Maor Gottlieb Cc: Gal Pressman Cc: linux-me...@vger.kernel.org Cc: linaro-mm-...@lists.linaro.org --

[PATCH 04/23] RDMA: use dma_resv_wait() instead of extracting the fence

2022-02-11 Thread Christian König
Use dma_resv_wait() instead of extracting the exclusive fence and waiting on it manually. Signed-off-by: Christian König Reviewed-by: Daniel Vetter Cc: Jason Gunthorpe Cc: Leon Romanovsky Cc: Maor Gottlieb Cc: Gal Pressman Cc: linux-me...@vger.kernel.org Cc: linaro-mm-...@lists.linaro.org --