[PATCH v2] Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)"

2016-11-18 Thread Gustavo Padovan
From: Gustavo Padovan This reverts commit ecebca79f6976ddaddfd054d699272515869ea28. Do not enable fence callback on poll() when using fence_array causes the fence_array to not signal. For now we will revert the change and enable signaling everytime time poll is

[PATCH v2] Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)"

2016-11-18 Thread Daniel Vetter
On Fri, Nov 18, 2016 at 08:56:11AM +, Chris Wilson wrote: > On Fri, Nov 18, 2016 at 05:26:43PM +0900, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > This reverts commit ecebca79f6976ddaddfd054d699272515869ea28. > > > > Do not enable fence callback on poll() when using fence_array

[PATCH v2] Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)"

2016-11-18 Thread Chris Wilson
On Fri, Nov 18, 2016 at 05:26:43PM +0900, Gustavo Padovan wrote: > From: Gustavo Padovan > > This reverts commit ecebca79f6976ddaddfd054d699272515869ea28. > > Do not enable fence callback on poll() when using fence_array causes the > fence_array to not signal. > > For now we will revert the