| Commit message (Expand) | Author | Age | Files | Lines |
* | Add forgotten ipe_benchmark.c | Suren A. Chilingaryan | 2015-05-06 | 1 | -0/+192 |
* | Add fields reporting consumed buffers and space to the dma_engine_status and ... | Suren A. Chilingaryan | 2015-05-06 | 5 | -97/+71 |
* | Support gen3 DMA engine and provide work-arround for hardware mishandling las... | Suren A. Chilingaryan | 2015-05-05 | 2 | -17/+60 |
* | Include version information in all API descriptions | Suren A. Chilingaryan | 2015-05-02 | 2 | -0/+4 |
* | Provide an interface for logging debug messages | Suren A. Chilingaryan | 2015-04-30 | 5 | -19/+9 |
* | Further adjustments to get ready for independent event plugins | Suren A. Chilingaryan | 2015-04-27 | 4 | -7/+9 |
* | More structural changes to get ready for stand-alone event engines | Suren A. Chilingaryan | 2015-04-24 | 3 | -5/+5 |
* | Merge r241 fixing reporting of IPEDMA status | Suren A. Chilingaryan | 2015-04-20 | 1 | -30/+43 |
* | Merge: disable complaining on empty_detected unless in debugging | Suren A. Chilingaryan | 2015-04-20 | 1 | -3/+6 |
|\ |
|
| * | Only complain on empty_detected flag if debugging is one | Suren A. Chilingaryan | 2015-02-10 | 1 | -2/+2 |
| * | Better handle empty_detected flag | Suren A. Chilingaryan | 2015-02-10 | 1 | -1/+4 |
* | | Big redign of model structures | Suren A. Chilingaryan | 2015-04-20 | 17 | -532/+498 |
|/ |
|
* | Don't complain on empty_detected if flag was not set at all because no data h... | Suren A. Chilingaryan | 2015-02-06 | 1 | -1/+1 |
* | Use empty_detected flag to reduce timeout | Suren A. Chilingaryan | 2015-02-06 | 2 | -10/+23 |
* | Increase DMA timeout to 100ms for ipedma | Suren A. Chilingaryan | 2015-02-06 | 2 | -2/+2 |
* | Try to detect IPEDMA packets, but this probably will not work anyway as often... | Suren A. Chilingaryan | 2015-02-03 | 2 | -5/+24 |
* | Support 64 bit mode, but disable due to problems in hardware | Suren A. Chilingaryan | 2015-02-03 | 1 | -2/+9 |
* | 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 modifications... | Suren A. Chilingaryan | 2015-01-25 | 2 | -9/+22 |
* | 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 o... | Suren A. Chilingaryan | 2012-10-22 | 1 | -3/+8 |
* | 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 |