Re: [PATCH 03/23] dma-buf: add dma_resv_get_singleton v2

2022-04-01 Thread Daniel Vetter
On Fri, Apr 01, 2022 at 10:21:22AM +0200, Christian König wrote: > Daniel any more comments on this one here? > > It's the prerequisite to a bunch of other patches and I would like to get it > out of my feet. Apologies for the miss, I thought I've r-b stamped this one already. > > Thanks, > Chr

Re: [PATCH 03/23] dma-buf: add dma_resv_get_singleton v2

2022-04-01 Thread Christian König
Daniel any more comments on this one here? It's the prerequisite to a bunch of other patches and I would like to get it out of my feet. Thanks, Christian. Am 21.03.22 um 14:58 schrieb Christian König: Add a function to simplify getting a single fence for all the fences in the dma_resv object

[PATCH 03/23] dma-buf: add dma_resv_get_singleton v2

2022-03-21 Thread Christian König
Add a function to simplify getting a single fence for all the fences in the dma_resv object. v2: fix ref leak in error handling Signed-off-by: Christian König --- drivers/dma-buf/dma-resv.c | 52 ++ include/linux/dma-resv.h | 2 ++ 2 files changed, 54 inse

[PATCH 03/23] dma-buf: add dma_resv_get_singleton v2

2022-02-11 Thread Christian König
Add a function to simplify getting a single fence for all the fences in the dma_resv object. v2: fix ref leak in error handling Signed-off-by: Christian König --- drivers/dma-buf/dma-resv.c | 52 ++ include/linux/dma-resv.h | 2 ++ 2 files changed, 54 inse