| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Properly return error code in NWLDMA benchmarking code | Suren A. Chilingaryan | 2015-02-03 | 1 | -1/+1 | |
| | | ||||||
| * | Several fixes in IPEDMA driver and its benchmarking code | Suren A. Chilingaryan | 2015-02-03 | 2 | -6/+72 | |
| | | ||||||
| * | Add delays to workaround problems in IPEDMA. Also provide other ↵ | Suren A. Chilingaryan | 2015-01-25 | 2 | -9/+22 | |
| | | | | | modifications to reflect minor changes in hardware | |||||
| * | Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changes | Suren A. Chilingaryan | 2014-12-19 | 14 | -110/+665 | |
| | | ||||||
| * | Do not return DMA buffer in streaming read if the callback returns error | Suren A. Chilingaryan | 2012-10-29 | 1 | -1/+1 | |
| | | ||||||
| * | Fixes 2 bugs in NWL DMA initalization: DMA engine was not restarted in case ↵ | Suren A. Chilingaryan | 2012-10-22 | 1 | -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. Chilingaryan | 2012-10-20 | 1 | -1/+1 | |
| | | ||||||
| * | Increase default size of DMA buffer to accept a full UFO5 frame | Suren A. Chilingaryan | 2012-07-05 | 1 | -1/+1 | |
| | | ||||||
| * | Fix pcitool.h includes | Suren A. Chilingaryan | 2012-07-04 | 1 | -1/+1 | |
| | | ||||||
| * | Reverts r99 and fixes inheritance of kernel buffers properly | Suren A. Chilingaryan | 2011-12-12 | 1 | -2/+2 | |
| | | ||||||
| * | multithread preprocessing of ipecamera frames and code reorganization | Suren A. Chilingaryan | 2011-12-12 | 8 | -26/+29 | |
| | | ||||||
| * | new event architecture, first trial | Suren A. Chilingaryan | 2011-12-08 | 1 | -11/+13 | |
| | | ||||||
| * | Improvements of DMA engine | Suren A. Chilingaryan | 2011-10-26 | 10 | -153/+139 | |
| | | ||||||
| * | Fix DMA synchronization for writes as well | Suren A. Chilingaryan | 2011-10-24 | 1 | -0/+3 | |
| | | ||||||
| * | Do not sync to device, looks like it is not required | Suren A. Chilingaryan | 2011-10-23 | 1 | -1/+2 | |
| | | ||||||
| * | Sync only required buffers | Suren A. Chilingaryan | 2011-10-23 | 2 | -16/+2 | |
| | | ||||||
| * | Properly perform synchronization of DMA buffers | Suren A. Chilingaryan | 2011-10-23 | 2 | -4/+8 | |
| | | ||||||
| * | Precisely estimate used buffers for C2S engines | Suren A. Chilingaryan | 2011-10-22 | 1 | -5/+58 | |
| | | ||||||
| * | Provide information about active DMA engines & buffers | Suren A. Chilingaryan | 2011-10-22 | 2 | -0/+37 | |
| | | ||||||
| * | Fix bug causing failures of NWL engine to inherit kernel buffers | root | 2011-10-19 | 1 | -1/+5 | |
| | | ||||||
| * | Disable debugging | root | 2011-07-27 | 1 | -1/+1 | |
| | | ||||||
| * | Few fixes in IPE Camera code | root | 2011-07-27 | 1 | -2/+2 | |
| | | ||||||
| * | Few fixes for IPE Camera modification | Suren A. Chilingaryan | 2011-07-19 | 1 | -31/+34 | |
| | | ||||||
| * | IRQ acknowledgement support in the engine API | Suren A. Chilingaryan | 2011-07-18 | 3 | -18/+21 | |
| | | ||||||
| * | Correctly check if DMA is already enabled | Suren A. Chilingaryan | 2011-07-17 | 1 | -1/+1 | |
| | | ||||||
| * | Do not try to verify write-only registers | Suren A. Chilingaryan | 2011-07-17 | 1 | -1/+1 | |
| | | ||||||
| * | Few more fixes | Suren A. Chilingaryan | 2011-07-17 | 3 | -8/+21 | |
| | | ||||||
| * | Correctly detect the tail pointer of C2S ring | Suren A. Chilingaryan | 2011-07-17 | 4 | -34/+19 | |
| | | ||||||
| * | Stop only started engines | Suren A. Chilingaryan | 2011-07-17 | 1 | -3/+18 | |
| | | ||||||
| * | Handle correctly reference counting in the driver | Suren A. Chilingaryan | 2011-07-17 | 2 | -11/+13 | |
| | | ||||||
| * | Few fixes | Suren A. Chilingaryan | 2011-07-17 | 2 | -6/+15 | |
| | | ||||||
| * | Implement DMA access synchronization for NWL implementation | Suren A. Chilingaryan | 2011-07-17 | 5 | -87/+204 | |
| | | ||||||
| * | Implement DMA access synchronization in the driver | Suren A. Chilingaryan | 2011-07-16 | 2 | -3/+6 | |
| | | ||||||
| * | First iteration of work to preserve DMA state between executions | Suren A. Chilingaryan | 2011-07-14 | 6 | -201/+228 | |
| | | ||||||
| * | Support modifications of DMA engine and allow DMA customizations by Event engine | Suren A. Chilingaryan | 2011-07-14 | 5 | -89/+89 | |
| | | ||||||
| * | Few fixes | Suren A. Chilingaryan | 2011-07-12 | 2 | -7/+18 | |
| | | ||||||
| * | Separate NWL loopback code, provide DMA start/stop interfaces | Suren A. Chilingaryan | 2011-07-12 | 8 | -77/+136 | |
| | | ||||||
| * | Another reorganization of NWL sources | Suren A. Chilingaryan | 2011-07-12 | 6 | -285/+301 | |
| | | ||||||
| * | Provide IRQ enable/disable call | Suren A. Chilingaryan | 2011-07-12 | 5 | -18/+121 | |
| | | ||||||
| * | Suppport DMA modes in console application (not functional yet) | Suren A. Chilingaryan | 2011-07-12 | 4 | -12/+17 | |
| | | ||||||
| * | Few fixes | Suren A. Chilingaryan | 2011-07-12 | 1 | -5/+21 | |
| | | ||||||
| * | Fix compilation issues | Suren A. Chilingaryan | 2011-07-11 | 1 | -5/+5 | |
| | | ||||||
| * | Reorganization of NWL engine, step 1 | Suren A. Chilingaryan | 2011-07-11 | 4 | -128/+171 | |
| | | ||||||
| * | Wait for the completion of DMA operations during writes | Suren A. Chilingaryan | 2011-07-11 | 3 | -321/+335 | |
| | | ||||||
| * | IRQ support in NWL DMA engine | Suren A. Chilingaryan | 2011-07-11 | 7 | -129/+244 | |
| | | ||||||
| * | Support dynamic registers, support register offsets and multiregisters ↵ | Suren A. Chilingaryan | 2011-07-09 | 2 | -8/+161 | |
| | | | | | (bitmasks), list NWL DMA registers | |||||
| * | Add some check to verify if NWL DMA engine have been successfully initialized | Suren A. Chilingaryan | 2011-07-08 | 1 | -5/+3 | |
| | | ||||||
| * | Support alignments in kmem allocation | Suren A. Chilingaryan | 2011-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | A bit of renaming | Suren A. Chilingaryan | 2011-07-06 | 2 | -12/+12 | |
| | | ||||||
| * | Define addresses of NWL engines | root | 2011-07-04 | 1 | -1/+3 | |
| | | ||||||
