[PATCH 02/11] dma-buf/fence: add fence_array fences v6

2016-06-02 Thread Christian König
Am 02.06.2016 um 00:44 schrieb Daniel Vetter: > On Wed, Jun 01, 2016 at 09:54:04PM +0530, Sumit Semwal wrote: >> Hi Christian, Gustavo, >> >> Thanks for these patches. >> >> On 1 June 2016 at 20:55, Gustavo Padovan wrote: >>> 2016-06-01 Christian König : >>> From: Gustavo Padovan

[PATCH 02/11] dma-buf/fence: add fence_array fences v6

2016-06-02 Thread Daniel Vetter
On Wed, Jun 01, 2016 at 09:54:04PM +0530, Sumit Semwal wrote: > Hi Christian, Gustavo, > > Thanks for these patches. > > On 1 June 2016 at 20:55, Gustavo Padovan wrote: > > 2016-06-01 Christian König : > > > >> From: Gustavo Padovan > >> > >> struct fence_collection inherits from struct fence

[PATCH 02/11] dma-buf/fence: add fence_array fences v6

2016-06-01 Thread Sumit Semwal
Hi Christian, Gustavo, Thanks for these patches. On 1 June 2016 at 20:55, Gustavo Padovan wrote: > 2016-06-01 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 i

[PATCH 02/11] dma-buf/fence: add fence_array fences v6

2016-06-01 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 t

[PATCH 02/11] dma-buf/fence: add fence_array fences v6

2016-06-01 Thread Gustavo Padovan
2016-06-01 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 d

[PATCH 02/11] dma-buf/fence: add fence_array fences v6

2016-06-01 Thread Gustavo Padovan
Hi Christian, 2016-06-01 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