summaryrefslogtreecommitdiffstats
path: root/dma/ipe.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2017-08-16 22:38:14 +0200
committerSuren A. Chilingaryan <csa@suren.me>2017-08-16 22:38:14 +0200
commit991f507418cb21da6ced14984b19567ade27933a (patch)
treedb29cd66dcfaed89f1853684fcf37be5c641c4f0 /dma/ipe.h
parentde3112ba6a92fc56c8861f7deabb7db1c487e775 (diff)
parent39c23788696c7f1ff76687bfeac376a919138844 (diff)
downloadpcitool-991f507418cb21da6ced14984b19567ade27933a.tar.gz
pcitool-991f507418cb21da6ced14984b19567ade27933a.tar.bz2
pcitool-991f507418cb21da6ced14984b19567ade27933a.tar.xz
pcitool-991f507418cb21da6ced14984b19567ade27933a.zip
Merge minor fixes from camera/pcitool
Diffstat (limited to 'dma/ipe.h')
-rw-r--r--dma/ipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dma/ipe.h b/dma/ipe.h
index 2cd045d..849aa9d 100644
--- a/dma/ipe.h
+++ b/dma/ipe.h
@@ -6,7 +6,7 @@
#include "version.h"
#define IPEDMA_PAGE_SIZE 4096l /**< page size */
-#define IPEDMA_DMA_PAGES 1024l /**< number of DMA pages in the ring buffer to allocate */
+#define IPEDMA_DMA_PAGES 512l /**< number of DMA pages in the ring buffer to allocate */
#define IPEDMA_DMA_TIMEOUT 100000l /**< us, overrides PCILIB_DMA_TIMEOUT (actual hardware timeout is 50ms according to Lorenzo) */