summaryrefslogtreecommitdiff
path: root/dma
AgeCommit message (Collapse)Author
2016-03-22Crticial fix in IPEDMA resulting in spurious data generated, due to not ↵Suren A. Chilingaryan
finished migration to new versioning scheme in hardware
2016-03-07New IPEDMA versioningSuren A. Chilingaryan
2016-03-04RPM generationSuren A. Chilingaryan
2016-03-02Distinguish between hardware and bus addresses in pcilibSuren A. Chilingaryan
2016-03-01Disable empty_detected support for IPEDMA v.2Suren A. Chilingaryan
2016-02-03Keep printf's happySuren A. Chilingaryan
2015-11-20Support static DMA regions in IPEDMASuren A. Chilingaryan
2015-11-20Configure number of DMA buffers in IPEDMA and improve checking and reporting ↵Suren A. Chilingaryan
inconsistent kmem buffers while re-using
2015-11-20Support large DMA pages in IPEDMASuren A. Chilingaryan
2015-11-19Correct empty_detected location for gen3 IPEDMASuren A. Chilingaryan
2015-11-18Enforce 64-bit dma mask from IPEDMA if supportedSuren A. Chilingaryan
2015-11-18Support 64-bit addressing mode in IPEDMASuren A. Chilingaryan
2015-11-18Adjust IPEDMA register model to address new revisionSuren A. Chilingaryan
2015-11-17Support for 64-bit registesSuren A. Chilingaryan
2015-11-17IPEDMA UpdateSuren A. Chilingaryan
2015-10-22Documentation updateSuren A. Chilingaryan
2015-10-08Base functions for viewsSuren A. Chilingaryan
2015-09-24Fix IPEDMA benchmark in non-streaming modeSuren A. Chilingaryan
2015-09-10Initial integration of XML supportSuren A. Chilingaryan
2015-09-01Fixes out-of-source builds and minor build issuesSuren A. Chilingaryan
2015-08-06Disable STREAMING_CHECKS for better performanceSuren A. Chilingaryan
2015-08-06In IPEDMA streaming mode put aside a single empty buffer to distinguish ↵Suren A. Chilingaryan
between completely empty and full states of kernel ring buffer
2015-08-06Detect if IPEDMA operates in streaming modeSuren A. Chilingaryan
2015-07-24Use 64-bit addressing in IPEDMA only for gen3 boards or if enforcedSuren A. Chilingaryan
2015-06-19Integration of software registersSuren A. Chilingaryan
2015-06-18new version of software_registerszilio nicolas
2015-06-12some modificationszilio nicolas
2015-06-12Support streaming mode in IPEDMASuren A. Chilingaryan
2015-05-08Small clean up in IPEDMA driverSuren A. Chilingaryan
2015-05-07In IPEDMA use negotiated payload instead of maximum supported by deviceSuren A. Chilingaryan
2015-05-07Dynamicly set TLP(Payload) size in IPEDMASuren A. Chilingaryan
2015-05-06Add forgotten ipe_benchmark.cSuren A. Chilingaryan
2015-05-06Add fields reporting consumed buffers and space to the dma_engine_status and ↵Suren A. Chilingaryan
provide better ipedma benchmarking
2015-05-05Support gen3 DMA engine and provide work-arround for hardware mishandling ↵Suren A. Chilingaryan
last_descriptor_read register
2015-05-02Include version information in all API descriptionsSuren A. Chilingaryan
2015-04-30Provide an interface for logging debug messagesSuren A. Chilingaryan
2015-04-27Further adjustments to get ready for independent event pluginsSuren A. Chilingaryan
2015-04-24More structural changes to get ready for stand-alone event enginesSuren A. Chilingaryan
2015-04-20Merge r241 fixing reporting of IPEDMA statusSuren A. Chilingaryan
2015-04-20Merge: disable complaining on empty_detected unless in debuggingSuren A. Chilingaryan
2015-04-20Big redign of model structuresSuren A. Chilingaryan
2015-02-10Only complain on empty_detected flag if debugging is oneSuren A. Chilingaryan
2015-02-10Better handle empty_detected flagSuren A. Chilingaryan
2015-02-06Don't complain on empty_detected if flag was not set at all because no data ↵Suren A. Chilingaryan
have arrived
2015-02-06Use empty_detected flag to reduce timeoutSuren A. Chilingaryan
2015-02-06Increase DMA timeout to 100ms for ipedmaSuren A. Chilingaryan
2015-02-03Try to detect IPEDMA packets, but this probably will not work anyway as ↵Suren A. Chilingaryan
often data is just streamed and pci is not make for infinite packets
2015-02-03Support 64 bit mode, but disable due to problems in hardwareSuren A. Chilingaryan
2015-02-03Properly return error code in NWLDMA benchmarking codeSuren A. Chilingaryan
2015-02-03Several fixes in IPEDMA driver and its benchmarking codeSuren A. Chilingaryan