blob: a7bbf3acad281556da422b3d52a76ac74cd75cbb (
plain)
1
2
3
4
5
6
7
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?
|