summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06In pcitool try tocquire real-time performance for DMA and grabbing operationsSuren A. Chilingaryan
2015-05-06Support pcilib_log_once callsSuren A. Chilingaryan
2015-05-05Support gen3 DMA engine and provide work-arround for hardware mishandling ↵Suren A. Chilingaryan
last_descriptor_read register
2015-05-05Add doxygen configurationSuren A. Chilingaryan
2015-05-05Remove test application of Lorenzo to separate packageSuren A. Chilingaryan
2015-05-05Fix segmentation fault if requested register is not foundSuren A. Chilingaryan
2015-05-05Split bar manipulation and fifo operations in stand-alone source and publish ↵Suren A. Chilingaryan
kmem and bar headers
2015-05-03Add another ipecamera debugging mode in documentationSuren A. Chilingaryan
2015-05-03Fix typos in versioning codeSuren A. Chilingaryan
2015-05-03Prevent double-free of pcilib context when open failsSuren A. Chilingaryan
2015-05-02Dcoumentation updateSuren A. Chilingaryan
2015-05-02Include version information in all API descriptionsSuren A. Chilingaryan
2015-05-02Provide data debugging APISuren A. Chilingaryan
2015-04-30Add code to debug missing events while recordingSuren A. Chilingaryan
2015-04-30Provide an interface for logging debug messagesSuren A. Chilingaryan
2015-04-29Create dummy register contextSuren A. Chilingaryan
2015-04-29Set error in exit status if no data returned by DMA engineSuren A. Chilingaryan
2015-04-29New error reporting public interfaceSuren A. Chilingaryan
2015-04-28Fix counting lost framesSuren A. Chilingaryan
2015-04-28Better formatting of model outputSuren A. Chilingaryan
2015-04-28Check event interface version for pluginsSuren A. Chilingaryan
2015-04-28Report selected modelSuren A. Chilingaryan
2015-04-28Initial support for event enginesSuren 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-20Fix scriptsSuren 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
2015-01-25Add delays to workaround problems in IPEDMA. Also provide other ↵Suren A. Chilingaryan
modifications to reflect minor changes in hardware
2014-12-19Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changesSuren A. Chilingaryan
2014-12-12Do not set __GFP_DMA flag while allocating DMA pages (the flag is required ↵Suren A. Chilingaryan
for devices capable of addressing 24-bits only and may significantly degrade performance
2014-04-09Fix detection of gcc version on Ubuntu (by Uros)Suren A. Chilingaryan
2014-04-03Prevent some warning in sysfs management codeSuren A. Chilingaryan
2014-04-03Merge changes from xilinx_dma branch providing support of multipage kmem ↵Suren A. Chilingaryan
allocations and mapping memory regions reserved with memmap boot option
2014-04-02Add __GFP_DMA flag while allocating DMA buffersSuren A. Chilingaryan
2014-03-19Update .bzrignoreSuren A. Chilingaryan
2014-03-19Add HEB scripts and re-organize the structureSuren A. Chilingaryan
2014-03-19Report proper hardware address in sysfsSuren A. Chilingaryan