summaryrefslogtreecommitdiffstats
path: root/dma
Commit message (Expand)AuthorAgeFilesLines
* Read DMA version for HighFlex based ipecamera (may break older cameras)Suren A. Chilingaryan2017-08-161-1/+5
* Reduce number of DMA pages used by IPEDMA engine to address current hardware ...Suren A. Chilingaryan2016-11-241-1/+1
* Crticial fix in IPEDMA resulting in spurious data generated, due to not finis...Suren A. Chilingaryan2016-03-221-1/+1
* New IPEDMA versioningSuren A. Chilingaryan2016-03-073-74/+75
* RPM generationSuren A. Chilingaryan2016-03-043-7/+7
* Distinguish between hardware and bus addresses in pcilibSuren A. Chilingaryan2016-03-022-5/+5
* Disable empty_detected support for IPEDMA v.2Suren A. Chilingaryan2016-03-011-6/+7
* Keep printf's happySuren A. Chilingaryan2016-02-031-3/+3
* Support static DMA regions in IPEDMASuren A. Chilingaryan2015-11-202-7/+24
* Configure number of DMA buffers in IPEDMA and improve checking and reporting ...Suren A. Chilingaryan2015-11-201-56/+70
* Support large DMA pages in IPEDMASuren A. Chilingaryan2015-11-203-23/+35
* Correct empty_detected location for gen3 IPEDMASuren A. Chilingaryan2015-11-191-2/+3
* Enforce 64-bit dma mask from IPEDMA if supportedSuren A. Chilingaryan2015-11-182-1/+14
* Support 64-bit addressing mode in IPEDMASuren A. Chilingaryan2015-11-182-39/+89
* Adjust IPEDMA register model to address new revisionSuren A. Chilingaryan2015-11-184-39/+110
* Support for 64-bit registesSuren A. Chilingaryan2015-11-171-0/+2
* IPEDMA UpdateSuren A. Chilingaryan2015-11-174-36/+107
* Documentation updateSuren A. Chilingaryan2015-10-223-1/+3
* Base functions for viewsSuren A. Chilingaryan2015-10-081-0/+2
* Fix IPEDMA benchmark in non-streaming modeSuren A. Chilingaryan2015-09-241-4/+4
* Initial integration of XML supportSuren A. Chilingaryan2015-09-102-2/+3
* Fixes out-of-source builds and minor build issuesSuren A. Chilingaryan2015-09-016-0/+7
* Disable STREAMING_CHECKS for better performanceSuren A. Chilingaryan2015-08-062-2/+2
* In IPEDMA streaming mode put aside a single empty buffer to distinguish betwe...Suren A. Chilingaryan2015-08-061-3/+14
* Detect if IPEDMA operates in streaming modeSuren A. Chilingaryan2015-08-063-52/+32
* Use 64-bit addressing in IPEDMA only for gen3 boards or if enforcedSuren A. Chilingaryan2015-07-243-10/+16
* Integration of software registersSuren A. Chilingaryan2015-06-191-0/+2
|\
| * new version of software_registerszilio nicolas2015-06-181-4/+4
| * some modificationszilio nicolas2015-06-121-0/+4
* | Support streaming mode in IPEDMASuren A. Chilingaryan2015-06-122-2/+20
|/
* Small clean up in IPEDMA driverSuren A. Chilingaryan2015-05-083-41/+7
* In IPEDMA use negotiated payload instead of maximum supported by deviceSuren A. Chilingaryan2015-05-071-1/+1
* Dynamicly set TLP(Payload) size in IPEDMASuren A. Chilingaryan2015-05-072-11/+28
* Add forgotten ipe_benchmark.cSuren A. Chilingaryan2015-05-061-0/+192
* Add fields reporting consumed buffers and space to the dma_engine_status and ...Suren A. Chilingaryan2015-05-065-97/+71
* Support gen3 DMA engine and provide work-arround for hardware mishandling las...Suren A. Chilingaryan2015-05-052-17/+60
* Include version information in all API descriptionsSuren A. Chilingaryan2015-05-022-0/+4
* Provide an interface for logging debug messagesSuren A. Chilingaryan2015-04-305-19/+9
* Further adjustments to get ready for independent event pluginsSuren A. Chilingaryan2015-04-274-7/+9
* More structural changes to get ready for stand-alone event enginesSuren A. Chilingaryan2015-04-243-5/+5
* 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-2017-532/+498
|/
* Don't complain on empty_detected if flag was not set at all because no data h...Suren A. Chilingaryan2015-02-061-1/+1
* Use empty_detected flag to reduce timeoutSuren A. Chilingaryan2015-02-062-10/+23
* Increase DMA timeout to 100ms for ipedmaSuren A. Chilingaryan2015-02-062-2/+2
* Try to detect IPEDMA packets, but this probably will not work anyway as often...Suren A. Chilingaryan2015-02-032-5/+24
* Support 64 bit mode, but disable due to problems in hardwareSuren A. Chilingaryan2015-02-031-2/+9