[PATCH] dma-buf/sync_file: fix build warning with context format type

2016-06-04 Thread Sumit Semwal
Hi Gustavo, On 03-Jun-2016 9:16 PM, "Gustavo Padovan" wrote: > > From: Gustavo Padovan > > Christian König changed fence context to a u64 type, so we need to > update all users accordingly. > > Signed-off-by: Gustavo Padovan Thanks for the patch, Acked-by: Sumit Semwal > --- > > Should we

[PATCH] dma-buf/sync_file: fix build warning with context format type

2016-06-03 Thread Daniel Vetter
On Fri, Jun 03, 2016 at 11:27:31PM +0530, Sumit Semwal wrote: > Hi Gustavo, > > On 03-Jun-2016 9:16 PM, "Gustavo Padovan" wrote: > > > > From: Gustavo Padovan > > > > Christian König changed fence context to a u64 type, so we need to > > update all users accordingly. > > > > Signed-off-by:

[PATCH] dma-buf/sync_file: fix build warning with context format type

2016-06-03 Thread Gustavo Padovan
From: Gustavo Padovan Christian König changed fence context to a u64 type, so we need to update all users accordingly. Signed-off-by: Gustavo Padovan --- Should we get this via drm-misc to silent the warning added by the change on the fence context?