[PATCH 2/5] dma-buf: cleanup dma_fence_unwrap implementation

2022-05-18 Thread Christian König
Move the code from the inline functions into exported functions. Signed-off-by: Christian König Acked-by: Daniel Vetter --- drivers/dma-buf/Makefile | 2 +- drivers/dma-buf/dma-fence-unwrap.c | 59 ++ include/linux/dma-fence-unwrap.h | 52

[PATCH 2/5] dma-buf: cleanup dma_fence_unwrap implementation

2022-05-06 Thread Christian König
Move the code from the inline functions into exported functions. Signed-off-by: Christian König Acked-by: Daniel Vetter --- drivers/dma-buf/Makefile | 2 +- drivers/dma-buf/dma-fence-unwrap.c | 59 ++ include/linux/dma-fence-unwrap.h | 52

Re: [PATCH 2/5] dma-buf: cleanup dma_fence_unwrap implementation

2022-05-05 Thread Daniel Vetter
On Wed, May 04, 2022 at 02:22:53PM +0200, Christian König wrote: > Move the code from the inline functions into exported functions. > > Signed-off-by: Christian König Didn't check you didn't slip in a typo or so :-) Acked-by: Daniel Vetter > --- > drivers/dma-buf/Makefile | 2 +-

[PATCH 2/5] dma-buf: cleanup dma_fence_unwrap implementation

2022-05-04 Thread Christian König
Move the code from the inline functions into exported functions. Signed-off-by: Christian König --- drivers/dma-buf/Makefile | 2 +- drivers/dma-buf/dma-fence-unwrap.c | 59 ++ include/linux/dma-fence-unwrap.h | 52 ++ 3 files