summaryrefslogtreecommitdiffstats
path: root/dma
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2012-07-05 01:54:46 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2012-07-05 01:54:46 +0200
commita046d414c946837880f087c5feed3e3c81340a68 (patch)
treeb280765b67481b6192aee8833bffdfc802a81812 /dma
parent59a6ce037b0806e26c5d6dada2e12ea4bbe1b588 (diff)
downloadpcitool-a046d414c946837880f087c5feed3e3c81340a68.tar.gz
pcitool-a046d414c946837880f087c5feed3e3c81340a68.tar.bz2
pcitool-a046d414c946837880f087c5feed3e3c81340a68.tar.xz
pcitool-a046d414c946837880f087c5feed3e3c81340a68.zip
Increase default size of DMA buffer to accept a full UFO5 frame
Diffstat (limited to 'dma')
-rw-r--r--dma/nwl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dma/nwl.h b/dma/nwl.h
index 0e4b5ae..0b262da 100644
--- a/dma/nwl.h
+++ b/dma/nwl.h
@@ -13,7 +13,7 @@ typedef struct pcilib_nwl_engine_description_s pcilib_nwl_engine_description_t;
#define PCILIB_NWL_ALIGNMENT 64 // in bytes
#define PCILIB_NWL_DMA_DESCRIPTOR_SIZE 64 // in bytes
-#define PCILIB_NWL_DMA_PAGES 1024 // 1024
+#define PCILIB_NWL_DMA_PAGES 2048 // 1024
//#define DEBUG_HARDWARE
//#define DEBUG_NWL