summaryrefslogtreecommitdiff
path: root/dma
AgeCommit message (Expand)Author
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 betwe...Suren A. Chilingaryan
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
2015-05-05Support gen3 DMA engine and provide work-arround for hardware mishandling las...Suren A. Chilingaryan
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 h...Suren A. Chilingaryan
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 often...Suren A. Chilingaryan
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
2015-01-25Add delays to workaround problems in IPEDMA. Also provide other modifications...Suren A. Chilingaryan
2014-12-19Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changesSuren A. Chilingaryan
2012-10-29Do not return DMA buffer in streaming read if the callback returns errorSuren A. Chilingaryan
2012-10-22Fixes 2 bugs in NWL DMA initalization: DMA engine was not restarted in case o...Suren A. Chilingaryan
2012-10-20Decrease size of DMA buffer (bigger sizes limit DMA bandwidth)Suren A. Chilingaryan
2012-07-05Increase default size of DMA buffer to accept a full UFO5 frameSuren A. Chilingaryan
2012-07-04Fix pcitool.h includesSuren A. Chilingaryan
2011-12-12Reverts r99 and fixes inheritance of kernel buffers properlySuren A. Chilingaryan
2011-12-12multithread preprocessing of ipecamera frames and code reorganizationSuren A. Chilingaryan
2011-12-08new event architecture, first trialSuren A. Chilingaryan
2011-10-26Improvements of DMA engineSuren A. Chilingaryan
2011-10-24Fix DMA synchronization for writes as wellSuren A. Chilingaryan
2011-10-23Do not sync to device, looks like it is not requiredSuren A. Chilingaryan
2011-10-23Sync only required buffersSuren A. Chilingaryan
2011-10-23Properly perform synchronization of DMA buffersSuren A. Chilingaryan
2011-10-22Precisely estimate used buffers for C2S enginesSuren A. Chilingaryan