From 36385f1e83c7f6dd45954033b91d1871e62005c4 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 12 Jun 2015 17:24:18 +0200 Subject: Support streaming mode in IPEDMA --- docs/IPEHARDWARE | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/IPEHARDWARE (limited to 'docs/IPEHARDWARE') diff --git a/docs/IPEHARDWARE b/docs/IPEHARDWARE new file mode 100644 index 0000000..a7bbf3a --- /dev/null +++ b/docs/IPEHARDWARE @@ -0,0 +1,8 @@ +IPEDMA +====== + - Normally, we are using register 0x5C to get number of buffers configured in the hardware + and check if it is consistent with number of allocated buffers. However, in streaming mode + this does not work at the moment. After writting the buffers, the hardware forgets them + and only stores the current queue of free buffers. Currently, the check is disabled in the + streaming mode. Can we handle it somehow? + \ No newline at end of file -- cgit v1.2.3