Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Do event counting when rawcallback is used to stream the data | Suren A. Chilingaryan | 2011-12-13 | 4 | -78/+115 | |
| | ||||||
* | Print more statistics | Suren A. Chilingaryan | 2011-12-13 | 2 | -50/+170 | |
| | ||||||
* | Do not call the normall callback in the raw-data-only mode | Suren A. Chilingaryan | 2011-12-13 | 2 | -18/+29 | |
| | ||||||
* | Send padding data to rawdata_callback | Suren A. Chilingaryan | 2011-12-13 | 1 | -0/+18 | |
| | ||||||
* | fixes in pcitool | Suren A. Chilingaryan | 2011-12-13 | 1 | -3/+4 | |
| | ||||||
* | Initial support of fastwritter library | Suren A. Chilingaryan | 2011-12-13 | 1 | -42/+59 | |
| | ||||||
* | Add install targets to cmake | Suren A. Chilingaryan | 2011-12-13 | 3 | -1/+23 | |
| | ||||||
* | Fix errors preventing time-limited grabbing | Suren A. Chilingaryan | 2011-12-12 | 2 | -1/+5 | |
| | ||||||
* | Handle SIGINT signal in pcitool | Suren A. Chilingaryan | 2011-12-12 | 2 | -0/+17 | |
| | ||||||
* | Stop reader thread on pcilib_stop | Suren A. Chilingaryan | 2011-12-12 | 1 | -1/+1 | |
| | ||||||
* | Verbose grabbing mode | Suren A. Chilingaryan | 2011-12-12 | 2 | -13/+82 | |
| | ||||||
* | Allow to configure the number of preprocessing threads | Suren A. Chilingaryan | 2011-12-12 | 5 | -4/+57 | |
| | ||||||
* | Handle properly more of trigger-and-grab options in pcitool | Suren A. Chilingaryan | 2011-12-12 | 3 | -47/+51 | |
| | ||||||
* | In preprocessing mode, announce the events only after reconstruction is done | Suren A. Chilingaryan | 2011-12-12 | 2 | -3/+19 | |
| | ||||||
* | Minor fixes and improvements | Suren A. Chilingaryan | 2011-12-12 | 7 | -14/+29 | |
| | ||||||
* | Increase event timeout for large trigger times | Suren A. Chilingaryan | 2011-12-12 | 1 | -0/+6 | |
| | ||||||
* | Declare volatile differently | Suren A. Chilingaryan | 2011-12-12 | 2 | -12/+11 | |
| | ||||||
* | Add volatile keyword to prevent problematic optimizations | Suren A. Chilingaryan | 2011-12-12 | 1 | -8/+10 | |
| | ||||||
* | Fix handling of return values from frame decoder and event callback | Suren A. Chilingaryan | 2011-12-12 | 2 | -6/+7 | |
| | ||||||
* | Reverts r99 and fixes inheritance of kernel buffers properly | Suren A. Chilingaryan | 2011-12-12 | 2 | -12/+16 | |
| | ||||||
* | multithread preprocessing of ipecamera frames and code reorganization | Suren A. Chilingaryan | 2011-12-12 | 43 | -1266/+1699 | |
| | ||||||
* | Send proper event id to get_data function | Suren A. Chilingaryan | 2011-12-09 | 1 | -2/+2 | |
| | ||||||
* | Image frames decoding | Suren A. Chilingaryan | 2011-12-09 | 5 | -48/+121 | |
| | ||||||
* | Parse required event & data_type | Suren A. Chilingaryan | 2011-12-09 | 5 | -11/+57 | |
| | ||||||
* | Gathering a bit of statistics | Suren A. Chilingaryan | 2011-12-09 | 3 | -12/+62 | |
| | ||||||
* | Few fixes | Suren A. Chilingaryan | 2011-12-09 | 1 | -3/+7 | |
| | ||||||
* | Print proper addresses for register range read/writes | Suren A. Chilingaryan | 2011-12-09 | 1 | -6/+8 | |
| | ||||||
* | Initial support of event streaming in cli | Suren A. Chilingaryan | 2011-12-09 | 9 | -84/+327 | |
| | ||||||
* | Support multiple frames sharing a single DMA packet | Suren A. Chilingaryan | 2011-12-08 | 1 | -9/+44 | |
| | ||||||
* | new event architecture, first trial | Suren A. Chilingaryan | 2011-12-08 | 20 | -518/+1215 | |
| | ||||||
* | Fix multiword register reads in a proper way | Suren A. Chilingaryan | 2011-12-06 | 2 | -7/+11 | |
| | ||||||
* | Add another debug register to the ipecamera model | Suren A. Chilingaryan | 2011-12-05 | 1 | -0/+1 | |
| | ||||||
* | Fix addressing for multiword register space reads | Suren A. Chilingaryan | 2011-12-05 | 1 | -2/+2 | |
| | ||||||
* | Fix double reference counting on the kernel module causing GPF | Suren A. Chilingaryan | 2011-11-28 | 1 | -2/+0 | |
| | ||||||
* | Fix allocation of big memory buffers for DMA readout in pcitool | Suren A. Chilingaryan | 2011-11-28 | 1 | -2/+3 | |
| | ||||||
* | Update scripts | Suren A. Chilingaryan | 2011-10-31 | 9 | -76/+129 | |
| | ||||||
* | Commit camera support to the latest stage before rewrite | Suren A. Chilingaryan | 2011-10-31 | 2 | -32/+63 | |
| | ||||||
* | Improvements of DMA engine | Suren A. Chilingaryan | 2011-10-26 | 15 | -182/+298 | |
| | ||||||
* | 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 | 4 | -23/+24 | |
| | ||||||
* | Properly perform synchronization of DMA buffers | Suren A. Chilingaryan | 2011-10-23 | 7 | -43/+72 | |
| | ||||||
* | Precisely estimate used buffers for C2S engines | Suren A. Chilingaryan | 2011-10-22 | 2 | -6/+59 | |
| | ||||||
* | Provide information about active DMA engines & buffers | Suren A. Chilingaryan | 2011-10-22 | 5 | -8/+328 | |
| | ||||||
* | Accept short addresses for IPECamera FPGA registers | Suren A. Chilingaryan | 2011-10-21 | 4 | -6/+22 | |
| | ||||||
* | Remove short option for benchmark in cli | root | 2011-10-21 | 1 | -3/+3 | |
| | ||||||
* | Support exporting data from kernel buffers | root | 2011-10-21 | 7 | -26/+106 | |
| | ||||||
* | Fix bug causing failures of NWL engine to inherit kernel buffers | root | 2011-10-19 | 1 | -1/+5 | |
| | ||||||
* | Fix crash on the driver unload | root | 2011-10-18 | 1 | -2/+3 | |
| | ||||||
* | Disable debugging | root | 2011-07-27 | 3 | -3/+12 | |
| |