Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Execute all operations on kernel_memory using plain pci model to avoid extra ↵ | Suren A. Chilingaryan | 2015-06-19 | 2 | -1/+5 |
| | | | | references | ||||
* | Integration of software registers | Suren A. Chilingaryan | 2015-06-19 | 10 | -6/+198 |
|\ | |||||
| * | new version of software_registers | zilio nicolas | 2015-06-18 | 4 | -20/+47 |
| | | |||||
| * | ready to run tests | zilio nicolas | 2015-06-15 | 1 | -0/+1 |
| | | |||||
| * | some modifications | zilio nicolas | 2015-06-12 | 5 | -8/+17 |
| | | |||||
| * | added soft_reg | zilio nicolas | 2015-06-12 | 3 | -2/+150 |
| | | |||||
* | | Support streaming mode in IPEDMA | Suren A. Chilingaryan | 2015-06-12 | 3 | -2/+28 |
|/ | |||||
* | Add BIOS and kernel optimization instructions | Suren A. Chilingaryan | 2015-05-13 | 1 | -0/+88 |
| | |||||
* | Small clean up in IPEDMA driver | Suren A. Chilingaryan | 2015-05-08 | 4 | -42/+11 |
| | |||||
* | Prevent excessive calling of getenv by debugging code for better performance | Suren A. Chilingaryan | 2015-05-08 | 5 | -9/+40 |
| | |||||
* | Predict next accessed DMA block in the driver (to speed-up buffer syncing) | Suren A. Chilingaryan | 2015-05-08 | 2 | -4/+35 |
| | |||||
* | In IPEDMA use negotiated payload instead of maximum supported by device | Suren A. Chilingaryan | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | Dynamicly set TLP(Payload) size in IPEDMA | Suren A. Chilingaryan | 2015-05-07 | 2 | -11/+28 |
| | |||||
* | Provide PCIe link information in pcilib | Suren A. Chilingaryan | 2015-05-07 | 3 | -5/+132 |
| | |||||
* | Add forgotten ipe_benchmark.c | Suren A. Chilingaryan | 2015-05-06 | 4 | -6/+298 |
| | |||||
* | Add fields reporting consumed buffers and space to the dma_engine_status and ↵ | Suren A. Chilingaryan | 2015-05-06 | 7 | -97/+75 |
| | | | | provide better ipedma benchmarking | ||||
* | In pcitool try tocquire real-time performance for DMA and grabbing operations | Suren A. Chilingaryan | 2015-05-06 | 1 | -1/+19 |
| | |||||
* | Support pcilib_log_once calls | Suren A. Chilingaryan | 2015-05-06 | 4 | -9/+52 |
| | |||||
* | Support gen3 DMA engine and provide work-arround for hardware mishandling ↵ | Suren A. Chilingaryan | 2015-05-05 | 4 | -21/+65 |
| | | | | last_descriptor_read register | ||||
* | Add doxygen configuration | Suren A. Chilingaryan | 2015-05-05 | 8 | -2/+215 |
| | |||||
* | Remove test application of Lorenzo to separate package | Suren A. Chilingaryan | 2015-05-05 | 2 | -662/+0 |
| | |||||
* | Fix segmentation fault if requested register is not found | Suren A. Chilingaryan | 2015-05-05 | 1 | -2/+2 |
| | |||||
* | Split bar manipulation and fifo operations in stand-alone source and publish ↵ | Suren A. Chilingaryan | 2015-05-05 | 9 | -386/+354 |
| | | | | kmem and bar headers | ||||
* | Add another ipecamera debugging mode in documentation | Suren A. Chilingaryan | 2015-05-03 | 1 | -1/+3 |
| | |||||
* | Fix typos in versioning code | Suren A. Chilingaryan | 2015-05-03 | 3 | -5/+13 |
| | |||||
* | Prevent double-free of pcilib context when open fails | Suren A. Chilingaryan | 2015-05-03 | 1 | -4/+0 |
| | |||||
* | Dcoumentation update | Suren A. Chilingaryan | 2015-05-02 | 4 | -22/+15 |
| | |||||
* | Include version information in all API descriptions | Suren A. Chilingaryan | 2015-05-02 | 15 | -8/+65 |
| | |||||
* | Provide data debugging API | Suren A. Chilingaryan | 2015-05-02 | 4 | -9/+97 |
| | |||||
* | Add code to debug missing events while recording | Suren A. Chilingaryan | 2015-04-30 | 2 | -4/+26 |
| | |||||
* | Provide an interface for logging debug messages | Suren A. Chilingaryan | 2015-04-30 | 11 | -26/+63 |
| | |||||
* | Create dummy register context | Suren A. Chilingaryan | 2015-04-29 | 5 | -11/+24 |
| | |||||
* | Set error in exit status if no data returned by DMA engine | Suren A. Chilingaryan | 2015-04-29 | 1 | -4/+7 |
| | |||||
* | New error reporting public interface | Suren A. Chilingaryan | 2015-04-29 | 7 | -35/+78 |
| | |||||
* | Fix counting lost frames | Suren A. Chilingaryan | 2015-04-28 | 1 | -3/+6 |
| | |||||
* | Better formatting of model output | Suren A. Chilingaryan | 2015-04-28 | 1 | -8/+7 |
| | |||||
* | Check event interface version for plugins | Suren A. Chilingaryan | 2015-04-28 | 3 | -2/+17 |
| | |||||
* | Report selected model | Suren A. Chilingaryan | 2015-04-28 | 2 | -2/+5 |
| | |||||
* | Initial support for event engines | Suren A. Chilingaryan | 2015-04-28 | 12 | -37/+259 |
| | |||||
* | Further adjustments to get ready for independent event plugins | Suren A. Chilingaryan | 2015-04-27 | 17 | -24/+87 |
| | |||||
* | More structural changes to get ready for stand-alone event engines | Suren A. Chilingaryan | 2015-04-24 | 47 | -358/+352 |
| | |||||
* | Fix scripts | Suren A. Chilingaryan | 2015-04-20 | 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 | 107 | -5614/+1895 |
|/ | |||||
* | Don't complain on empty_detected if flag was not set at all because no data ↵ | Suren A. Chilingaryan | 2015-02-06 | 1 | -1/+1 |
| | | | | have arrived | ||||
* | 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 |
| |