pl330: change NR_DEFAULT_DESC from 16 to 32
authorhhb <hhb@rock-chips.com>
Tue, 11 Nov 2014 09:31:16 +0000 (17:31 +0800)
committerhhb <hhb@rock-chips.com>
Tue, 11 Nov 2014 09:31:47 +0000 (17:31 +0800)
drivers/dma/pl330.c

index 5a5614d83f34dbc65e27ab70cf2639394eb10a7e..819328b2e3ec6083d289476a8ee4ccd6250af4f8 100755 (executable)
@@ -288,7 +288,7 @@ static unsigned cmd_line;
 
 /* The number of default descriptors */
 
-#define NR_DEFAULT_DESC        16
+#define NR_DEFAULT_DESC        32
 
 /* Populated by the PL330 core driver for DMA API driver's info */
 struct pl330_config {