Re: [PATCH] dma-buf: explicitely note that dma-fence-chains use 64bit seqno

2019-04-15 Thread Lionel Landwerlin
On 15/04/2019 13:56, Christian König wrote: Instead of checking the upper values of the sequence number use an explicit field in the dma_fence_ops structure to note if a sequence should be 32bit or 64bit. Signed-off-by: Christian König That works for me :) Reviewed-by: Lionel Landwerlin

[PATCH] dma-buf: explicitely note that dma-fence-chains use 64bit seqno

2019-04-15 Thread Christian König
Instead of checking the upper values of the sequence number use an explicit field in the dma_fence_ops structure to note if a sequence should be 32bit or 64bit. Signed-off-by: Christian König --- drivers/dma-buf/dma-fence-chain.c | 3 ++- drivers/dma-buf/sw_sync.c | 2 +- drivers/dma-b