Re: [Intel-gfx] [PATCH 3/6] dma-buf: Warn about dma_fence_chain container rules v2

2022-02-09 Thread Christian König
Am 09.02.22 um 15:02 schrieb Thomas Hellström: On Fri, 2022-02-04 at 11:04 +0100, Christian König wrote: Chaining of dma_fence_chain objects is only allowed through the prev fence and not through the contained fence. Warn about that when we create a dma_fence_chain. v2: fix comment style Sign

Re: [Intel-gfx] [PATCH 3/6] dma-buf: Warn about dma_fence_chain container rules v2

2022-02-09 Thread Thomas Hellström
On Fri, 2022-02-04 at 11:04 +0100, Christian König wrote: > Chaining of dma_fence_chain objects is only allowed through the prev > fence and not through the contained fence. > > Warn about that when we create a dma_fence_chain. > > v2: fix comment style > > Signed-off-by: Christian König > Revi

[Intel-gfx] [PATCH 3/6] dma-buf: Warn about dma_fence_chain container rules v2

2022-02-04 Thread Christian König
Chaining of dma_fence_chain objects is only allowed through the prev fence and not through the contained fence. Warn about that when we create a dma_fence_chain. v2: fix comment style Signed-off-by: Christian König Reviewed-by: Daniel Vetter Reviewed-by: Thomas Hellström --- drivers/dma-buf/