Re: [PATCH 22/24] dma-buf: wait for map to complete for static attachments

2021-12-22 Thread Daniel Vetter
On Tue, Dec 07, 2021 at 01:34:09PM +0100, Christian König wrote: > We have previously done that in the individual drivers but it is > more defensive to move that into the common code. > > Dynamic attachments should wait for map operations to complete by themselves. > > Signed-off-by: Christian

[PATCH 22/24] dma-buf: wait for map to complete for static attachments

2021-12-07 Thread Christian König
We have previously done that in the individual drivers but it is more defensive to move that into the common code. Dynamic attachments should wait for map operations to complete by themselves. Signed-off-by: Christian König --- drivers/dma-buf/dma-buf.c | 18