[PATCH 2/2] dma-buf/fence-array: hold fences reference when creating an array

2016-10-20 Thread Gustavo Padovan
2016-10-20 Christian König : > Am 19.10.2016 um 20:35 schrieb Gustavo Padovan: > > 2016-10-19 Christian König : > > > > > Am 19.10.2016 um 19:48 schrieb Gustavo Padovan: > > > > From: Gustavo Padovan > > > > > > > > When creating fence arrays we were not holding references to the fences > > >

[PATCH 2/2] dma-buf/fence-array: hold fences reference when creating an array

2016-10-20 Thread Christian König
Am 19.10.2016 um 20:35 schrieb Gustavo Padovan: > 2016-10-19 Christian König : > >> Am 19.10.2016 um 19:48 schrieb Gustavo Padovan: >>> From: Gustavo Padovan >>> >>> When creating fence arrays we were not holding references to the fences >>> in the array, however when destroy the array we were pu

[PATCH 2/2] dma-buf/fence-array: hold fences reference when creating an array

2016-10-19 Thread Christian König
Am 19.10.2016 um 19:48 schrieb Gustavo Padovan: > From: Gustavo Padovan > > When creating fence arrays we were not holding references to the fences > in the array, however when destroy the array we were putting away a > reference to these fences. > > This patch hold the ref for all fences in the a

[PATCH 2/2] dma-buf/fence-array: hold fences reference when creating an array

2016-10-19 Thread Gustavo Padovan
2016-10-19 Christian König : > Am 19.10.2016 um 19:48 schrieb Gustavo Padovan: > > From: Gustavo Padovan > > > > When creating fence arrays we were not holding references to the fences > > in the array, however when destroy the array we were putting away a > > reference to these fences. > > >

[PATCH 2/2] dma-buf/fence-array: hold fences reference when creating an array

2016-10-19 Thread Gustavo Padovan
From: Gustavo Padovan When creating fence arrays we were not holding references to the fences in the array, however when destroy the array we were putting away a reference to these fences. This patch hold the ref for all fences in the array when creating the array. It then removes the code that