Re: [PATCH] dmaengine: qcom: bam_dma: Fix completed descriptors count

2019-07-05 Thread Vinod Koul
On 28-06-19, 17:39, Sricharan R wrote: > One space is left unused in circular FIFO to differentiate > 'full' and 'empty' cases. So take that in to account while > counting for the descriptors completed. > > Fixes the issue reported here, > https://lkml.org/lkml/2019/6/18/669 Applied,

Re: [PATCH] dmaengine: qcom: bam_dma: Fix completed descriptors count

2019-06-28 Thread Srinivas Kandagatla
On 28/06/2019 13:09, Sricharan R wrote: One space is left unused in circular FIFO to differentiate 'full' and 'empty' cases. So take that in to account while counting for the descriptors completed. Fixes the issue reported here, https://lkml.org/lkml/2019/6/18/669 Cc:

[PATCH] dmaengine: qcom: bam_dma: Fix completed descriptors count

2019-06-28 Thread Sricharan R
One space is left unused in circular FIFO to differentiate 'full' and 'empty' cases. So take that in to account while counting for the descriptors completed. Fixes the issue reported here, https://lkml.org/lkml/2019/6/18/669 Cc: sta...@vger.kernel.org Reported-by: Srinivas Kandagatla