Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-28 Thread Daniel Vetter
On Mon, Mar 28, 2022 at 04:26:44PM +0200, Christian König wrote: > Am 28.03.22 um 16:22 schrieb Daniel Vetter: > > On Mon, Mar 28, 2022 at 12:28:31PM +0200, Christian König wrote: > > > Hi Ville & Daniel, > > > > > > Am 25.03.22 um 16:28 schrieb Christian König: > > > > Am 25.03.22 um 16:25 schrie

Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-28 Thread Christian König
Am 28.03.22 um 16:22 schrieb Daniel Vetter: On Mon, Mar 28, 2022 at 12:28:31PM +0200, Christian König wrote: Hi Ville & Daniel, Am 25.03.22 um 16:28 schrieb Christian König: Am 25.03.22 um 16:25 schrieb Ville Syrjälä: On Fri, Mar 11, 2022 at 12:02:43PM +0100, Christian König wrote: Add a gen

Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-28 Thread Daniel Vetter
On Mon, Mar 28, 2022 at 12:28:31PM +0200, Christian König wrote: > Hi Ville & Daniel, > > Am 25.03.22 um 16:28 schrieb Christian König: > > Am 25.03.22 um 16:25 schrieb Ville Syrjälä: > > > On Fri, Mar 11, 2022 at 12:02:43PM +0100, Christian König wrote: > > > > Add a general purpose helper to dee

Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-28 Thread Christian König
Hi Ville & Daniel, Am 25.03.22 um 16:28 schrieb Christian König: Am 25.03.22 um 16:25 schrieb Ville Syrjälä: On Fri, Mar 11, 2022 at 12:02:43PM +0100, Christian König wrote: Add a general purpose helper to deep dive into dma_fence_chain/dma_fence_array structures and iterate over all the fenc

Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-25 Thread Daniel Vetter
On Fri, Mar 25, 2022 at 01:56:23PM +0100, Christian König wrote: > Am 25.03.22 um 11:17 schrieb Daniel Vetter: > > On Fri, Mar 25, 2022 at 11:10:15AM +0100, Christian König wrote: > > > Am 25.03.22 um 11:07 schrieb Daniel Vetter: > > > > On Fri, Mar 25, 2022 at 11:03:54AM +0100, Daniel Vetter wrote

Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-25 Thread Christian König
Am 25.03.22 um 16:25 schrieb Ville Syrjälä: On Fri, Mar 11, 2022 at 12:02:43PM +0100, Christian König wrote: Add a general purpose helper to deep dive into dma_fence_chain/dma_fence_array structures and iterate over all the fences in them. This is useful when we need to flatten out all fences i

Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-25 Thread Ville Syrjälä
On Fri, Mar 11, 2022 at 12:02:43PM +0100, Christian König wrote: > Add a general purpose helper to deep dive into dma_fence_chain/dma_fence_array > structures and iterate over all the fences in them. > > This is useful when we need to flatten out all fences in those structures. > > Signed-off-by:

Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-25 Thread Christian König
Am 25.03.22 um 11:17 schrieb Daniel Vetter: On Fri, Mar 25, 2022 at 11:10:15AM +0100, Christian König wrote: Am 25.03.22 um 11:07 schrieb Daniel Vetter: On Fri, Mar 25, 2022 at 11:03:54AM +0100, Daniel Vetter wrote: On Fri, Mar 11, 2022 at 12:02:43PM +0100, Christian König wrote: Add a genera

Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-25 Thread Daniel Vetter
On Fri, Mar 25, 2022 at 11:10:15AM +0100, Christian König wrote: > Am 25.03.22 um 11:07 schrieb Daniel Vetter: > > On Fri, Mar 25, 2022 at 11:03:54AM +0100, Daniel Vetter wrote: > > > On Fri, Mar 11, 2022 at 12:02:43PM +0100, Christian König wrote: > > > > Add a general purpose helper to deep dive

Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-25 Thread Christian König
Am 25.03.22 um 11:07 schrieb Daniel Vetter: On Fri, Mar 25, 2022 at 11:03:54AM +0100, Daniel Vetter wrote: On Fri, Mar 11, 2022 at 12:02:43PM +0100, Christian König wrote: Add a general purpose helper to deep dive into dma_fence_chain/dma_fence_array structures and iterate over all the fences i

Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-25 Thread Daniel Vetter
On Fri, Mar 25, 2022 at 11:03:54AM +0100, Daniel Vetter wrote: > On Fri, Mar 11, 2022 at 12:02:43PM +0100, Christian König wrote: > > Add a general purpose helper to deep dive into > > dma_fence_chain/dma_fence_array > > structures and iterate over all the fences in them. > > > > This is useful w

Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-25 Thread Daniel Vetter
On Fri, Mar 11, 2022 at 12:02:43PM +0100, Christian König wrote: > Add a general purpose helper to deep dive into dma_fence_chain/dma_fence_array > structures and iterate over all the fences in them. > > This is useful when we need to flatten out all fences in those structures. > > Signed-off-by:

Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-25 Thread Christian König
Once more a ping on this here. It's fixing a warning with sync_files and is already tested. Regards, Christian. Am 21.03.22 um 11:31 schrieb Christian König: [Adding Daniel] Just once more a ping for this. It's an important bug fix and the end user already reported that it works. Regards,

Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-21 Thread Christian König
[Adding Daniel] Just once more a ping for this. It's an important bug fix and the end user already reported that it works. Regards, Christian. Am 14.03.22 um 12:14 schrieb Christian König: Just a gentle ping. This series is an important fix for drm-misc-next-fixes. Regards, Christian. Am 1

Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-14 Thread Christian König
Just a gentle ping. This series is an important fix for drm-misc-next-fixes. Regards, Christian. Am 11.03.22 um 12:02 schrieb Christian König: Add a general purpose helper to deep dive into dma_fence_chain/dma_fence_array structures and iterate over all the fences in them. This is useful when

Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-11 Thread kernel test robot
Hi "Christian, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.17-rc7 next-20220310] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documente

Re: [PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-11 Thread kernel test robot
Hi "Christian, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.17-rc7 next-20220310] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documente

[PATCH 1/2] dma-buf: add dma_fence_unwrap

2022-03-11 Thread Christian König
Add a general purpose helper to deep dive into dma_fence_chain/dma_fence_array structures and iterate over all the fences in them. This is useful when we need to flatten out all fences in those structures. Signed-off-by: Christian König --- Documentation/driver-api/dma-buf.rst | 6 + drivers