Skip to content

Commit 491e9d4

Browse files
Radhey Shyam Pandeyvinodkoul
authored andcommitted
dmaengine: xilinx_dma: Increase AXI DMA transaction segment count
Increase AXI DMA transaction segments count to ensure that even in high load we always get a free segment in prepare descriptor for a DMA_SLAVE transaction. Signed-off-by: Radhey Shyam Pandey <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent d8a3f65 commit 491e9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/xilinx/xilinx_dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
#define XILINX_DMA_BD_SOP BIT(27)
179179
#define XILINX_DMA_BD_EOP BIT(26)
180180
#define XILINX_DMA_COALESCE_MAX 255
181-
#define XILINX_DMA_NUM_DESCS 255
181+
#define XILINX_DMA_NUM_DESCS 512
182182
#define XILINX_DMA_NUM_APP_WORDS 5
183183

184184
/* AXI CDMA Specific Registers/Offsets */

0 commit comments

Comments
 (0)