Re: [PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-23 Thread Daniel Vetter
On Mon, May 23, 2016 at 01:29:11PM +0200, Christian König wrote: > Am 23.05.2016 um 09:41 schrieb Daniel Vetter: > >On Fri, May 20, 2016 at 11:47:28AM -0300, Gustavo Padovan wrote: > >>2016-05-20 Christian König : > >> > >>>From: Gustavo Padovan

Re: [PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-23 Thread Daniel Vetter
On Mon, May 23, 2016 at 01:29:11PM +0200, Christian König wrote: > Am 23.05.2016 um 09:41 schrieb Daniel Vetter: > >On Fri, May 20, 2016 at 11:47:28AM -0300, Gustavo Padovan wrote: > >>2016-05-20 Christian König : > >> > >>>From: Gustavo Padovan > >>> > >>>struct fence_collection inherits from

Re: [PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-23 Thread Christian König
Am 23.05.2016 um 09:41 schrieb Daniel Vetter: On Fri, May 20, 2016 at 11:47:28AM -0300, Gustavo Padovan wrote: 2016-05-20 Christian König : From: Gustavo Padovan struct fence_collection inherits from struct fence and carries a

Re: [PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-23 Thread Christian König
Am 23.05.2016 um 09:41 schrieb Daniel Vetter: On Fri, May 20, 2016 at 11:47:28AM -0300, Gustavo Padovan wrote: 2016-05-20 Christian König : From: Gustavo Padovan struct fence_collection inherits from struct fence and carries a collection of fences that needs to be waited together. It is

Re: [PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-23 Thread Daniel Vetter
On Fri, May 20, 2016 at 11:47:28AM -0300, Gustavo Padovan wrote: > 2016-05-20 Christian König : > > > From: Gustavo Padovan > > > > struct fence_collection inherits from struct fence and carries a > > collection of fences that needs to

Re: [PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-23 Thread Daniel Vetter
On Fri, May 20, 2016 at 11:47:28AM -0300, Gustavo Padovan wrote: > 2016-05-20 Christian König : > > > From: Gustavo Padovan > > > > struct fence_collection inherits from struct fence and carries a > > collection of fences that needs to be waited together. > > > > It is useful to translate a

Re: [PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-23 Thread Christian König
Am 20.05.2016 um 16:42 schrieb Chris Wilson: On Fri, May 20, 2016 at 03:56:11PM +0200, Christian König wrote: From: Gustavo Padovan struct fence_collection inherits from struct fence and carries a collection of fences that needs to be waited together. It is

Re: [PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-23 Thread Christian König
Am 20.05.2016 um 16:42 schrieb Chris Wilson: On Fri, May 20, 2016 at 03:56:11PM +0200, Christian König wrote: From: Gustavo Padovan struct fence_collection inherits from struct fence and carries a collection of fences that needs to be waited together. It is useful to translate a sync_file to

Re: [PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-20 Thread Christian König
Am 20.05.2016 um 16:47 schrieb Gustavo Padovan: 2016-05-20 Christian König : From: Gustavo Padovan struct fence_collection inherits from struct fence and carries a collection of fences that needs to be waited together. It is useful

Re: [PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-20 Thread Christian König
Am 20.05.2016 um 16:47 schrieb Gustavo Padovan: 2016-05-20 Christian König : From: Gustavo Padovan struct fence_collection inherits from struct fence and carries a collection of fences that needs to be waited together. It is useful to translate a sync_file to a fence to remove the

Re: [PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-20 Thread Gustavo Padovan
2016-05-20 Christian König : > From: Gustavo Padovan > > struct fence_collection inherits from struct fence and carries a > collection of fences that needs to be waited together. > > It is useful to translate a sync_file to a fence to

Re: [PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-20 Thread Gustavo Padovan
2016-05-20 Christian König : > From: Gustavo Padovan > > struct fence_collection inherits from struct fence and carries a > collection of fences that needs to be waited together. > > It is useful to translate a sync_file to a fence to remove the complexity > of dealing with sync_files on DRM

Re: [PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-20 Thread Chris Wilson
On Fri, May 20, 2016 at 03:56:11PM +0200, Christian König wrote: > From: Gustavo Padovan > > struct fence_collection inherits from struct fence and carries a > collection of fences that needs to be waited together. > > It is useful to translate a sync_file to a

Re: [PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-20 Thread Chris Wilson
On Fri, May 20, 2016 at 03:56:11PM +0200, Christian König wrote: > From: Gustavo Padovan > > struct fence_collection inherits from struct fence and carries a > collection of fences that needs to be waited together. > > It is useful to translate a sync_file to a fence to remove the complexity >

[PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-20 Thread Christian König
From: Gustavo Padovan struct fence_collection inherits from struct fence and carries a collection of fences that needs to be waited together. It is useful to translate a sync_file to a fence to remove the complexity of dealing with sync_files on DRM drivers. So

[PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-20 Thread Christian König
From: Gustavo Padovan struct fence_collection inherits from struct fence and carries a collection of fences that needs to be waited together. It is useful to translate a sync_file to a fence to remove the complexity of dealing with sync_files on DRM drivers. So

[PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-20 Thread Christian König
From: Gustavo Padovan struct fence_collection inherits from struct fence and carries a collection of fences that needs to be waited together. It is useful to translate a sync_file to a fence to remove the complexity of dealing with sync_files on DRM drivers. So even if there are many fences in

[PATCH 2/2] dma-buf/fence: add fence_array fences v4

2016-05-20 Thread Christian König
From: Gustavo Padovan struct fence_collection inherits from struct fence and carries a collection of fences that needs to be waited together. It is useful to translate a sync_file to a fence to remove the complexity of dealing with sync_files on DRM drivers. So even if there are many fences in