Re: [PATCH 02/10] dma-buf: add new dma_fence_chain container v3

2018-12-04 Thread Chunming Zhou
在 2018/12/4 19:59, Christian König 写道: > Lockless container implementation similar to a dma_fence_array, but with > only two elements per node and automatic garbage collection. > > v2: properly document dma_fence_chain_for_each, add > dma_fence_chain_find_seqno, > drop prev reference

[PATCH 02/10] dma-buf: add new dma_fence_chain container v3

2018-12-04 Thread Christian König
Lockless container implementation similar to a dma_fence_array, but with only two elements per node and automatic garbage collection. v2: properly document dma_fence_chain_for_each, add dma_fence_chain_find_seqno, drop prev reference during garbage collection if it's not a chain fence. v3: