summaryrefslogtreecommitdiffstats
path: root/dma
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Suren A. Chilingaryan2015-08-061-3/+14
| | | | between completely empty and full states of kernel ring buffer
* 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
| | | | provide better ipedma benchmarking
* Support gen3 DMA engine and provide work-arround for hardware mishandling ↵Suren A. Chilingaryan2015-05-052-17/+60
| | | | last_descriptor_read register
* 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 ↵Suren A. Chilingaryan2015-02-061-1/+1
| | | | have arrived
* 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 ↵Suren A. Chilingaryan2015-02-032-5/+24
| | | | 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
|
* Properly return error code in NWLDMA benchmarking codeSuren A. Chilingaryan2015-02-031-1/+1
|
* Several fixes in IPEDMA driver and its benchmarking codeSuren A. Chilingaryan2015-02-032-6/+72
|
* Add delays to workaround problems in IPEDMA. Also provide other ↵Suren A. Chilingaryan2015-01-252-9/+22
| | | | modifications to reflect minor changes in hardware
* Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changesSuren A. Chilingaryan2014-12-1914-110/+665
|
* Do not return DMA buffer in streaming read if the callback returns errorSuren A. Chilingaryan2012-10-291-1/+1
|
* Fixes 2 bugs in NWL DMA initalization: DMA engine was not restarted in case ↵Suren A. Chilingaryan2012-10-221-3/+8
| | | | of incosistency leading to possibility of data loss on DMA; Persistent mode was not respected after re-initalization (stop/start dma)
* Decrease size of DMA buffer (bigger sizes limit DMA bandwidth)Suren A. Chilingaryan2012-10-201-1/+1
|
* Increase default size of DMA buffer to accept a full UFO5 frameSuren A. Chilingaryan2012-07-051-1/+1
|
* Fix pcitool.h includesSuren A. Chilingaryan2012-07-041-1/+1
|
* Reverts r99 and fixes inheritance of kernel buffers properlySuren A. Chilingaryan2011-12-121-2/+2
|
* multithread preprocessing of ipecamera frames and code reorganizationSuren A. Chilingaryan2011-12-128-26/+29
|
* new event architecture, first trialSuren A. Chilingaryan2011-12-081-11/+13
|
* Improvements of DMA engineSuren A. Chilingaryan2011-10-2610-153/+139
|
* Fix DMA synchronization for writes as wellSuren A. Chilingaryan2011-10-241-0/+3
|
* Do not sync to device, looks like it is not requiredSuren A. Chilingaryan2011-10-231-1/+2
|