summaryrefslogtreecommitdiffstats
path: root/dma/ipe.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge r241 fixing reporting of IPEDMA statusSuren A. Chilingaryan2015-04-201-30/+43
|
* Merge: disable complaining on empty_detected unless in debuggingSuren A. Chilingaryan2015-04-201-3/+6
|\
| * Only complain on empty_detected flag if debugging is oneSuren A. Chilingaryan2015-02-101-2/+2
| |
| * Better handle empty_detected flagSuren A. Chilingaryan2015-02-101-1/+4
| |
* | Big redign of model structuresSuren A. Chilingaryan2015-04-201-34/+49
|/
* Don't complain on empty_detected if flag was not set at all because no data ↵Suren A. Chilingaryan2015-02-061-1/+1
| | | | have arrived
* Use empty_detected flag to reduce timeoutSuren A. Chilingaryan2015-02-061-10/+22
|
* Increase DMA timeout to 100ms for ipedmaSuren A. Chilingaryan2015-02-061-1/+1
|
* Try to detect IPEDMA packets, but this probably will not work anyway as ↵Suren A. Chilingaryan2015-02-031-5/+23
| | | | often data is just streamed and pci is not make for infinite packets
* Support 64 bit mode, but disable due to problems in hardwareSuren A. Chilingaryan2015-02-031-2/+9
|
* Several fixes in IPEDMA driver and its benchmarking codeSuren A. Chilingaryan2015-02-031-6/+71
|
* Add delays to workaround problems in IPEDMA. Also provide other ↵Suren A. Chilingaryan2015-01-251-8/+21
| | | | modifications to reflect minor changes in hardware
* Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changesSuren A. Chilingaryan2014-12-191-0/+412