Skip to content

Commit 37e962c

Browse files
committed
fixup! dmaengine: dw-axi-dmac: Fixes for RP1
1 parent 121c2c3 commit 37e962c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c

+3
Original file line numberDiff line numberDiff line change
@@ -1255,6 +1255,9 @@ static void axi_chan_block_xfer_complete(struct axi_dma_chan *chan)
12551255
/* Remove the completed descriptor from issued list before completing */
12561256
list_del(&vd->node);
12571257
vchan_cookie_complete(vd);
1258+
1259+
/* Submit queued descriptors after processing the completed ones */
1260+
axi_chan_start_first_queued(chan);
12581261
}
12591262

12601263
out:

0 commit comments

Comments
 (0)