summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Only complain on empty_detected flag if debugging is oneSuren A. Chilingaryan2015-02-101-2/+2
|
* Better handle empty_detected flagSuren A. Chilingaryan2015-02-101-1/+4
|
* Don't complain on empty_detected if flag was not set at all because no data ↵Suren A. Chilingaryan2015-02-061-1/+1
| | | | have arrived
* Use empty_detected flag to reduce timeoutSuren A. Chilingaryan2015-02-062-10/+23
|
* Increase DMA timeout to 100ms for ipedmaSuren A. Chilingaryan2015-02-062-2/+2
|
* Try to detect IPEDMA packets, but this probably will not work anyway as ↵Suren A. Chilingaryan2015-02-032-5/+24
| | | | often data is just streamed and pci is not make for infinite packets
* Support 64 bit mode, but disable due to problems in hardwareSuren A. Chilingaryan2015-02-031-2/+9
|
* Properly return error code in NWLDMA benchmarking codeSuren A. Chilingaryan2015-02-031-1/+1
|
* Several fixes in IPEDMA driver and its benchmarking codeSuren A. Chilingaryan2015-02-032-6/+72
|
* Add delays to workaround problems in IPEDMA. Also provide other ↵Suren A. Chilingaryan2015-01-253-9/+31
| | | | modifications to reflect minor changes in hardware
* Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changesSuren A. Chilingaryan2014-12-1937-125/+1694
|
* Do not set __GFP_DMA flag while allocating DMA pages (the flag is required ↵Suren A. Chilingaryan2014-12-121-3/+0
| | | | for devices capable of addressing 24-bits only and may significantly degrade performance
* Fix detection of gcc version on Ubuntu (by Uros)Suren A. Chilingaryan2014-04-091-1/+1
|
* Prevent some warning in sysfs management codeSuren A. Chilingaryan2014-04-031-2/+2
|
* Merge changes from xilinx_dma branch providing support of multipage kmem ↵Suren A. Chilingaryan2014-04-039-36/+254
|\ | | | | | | allocations and mapping memory regions reserved with memmap boot option
| * Read out performance counters for Xilinx DMA with big buffersSuren A. Chilingaryan2013-07-261-0/+117
| |
| * Support offseted BARs in the xilinx2 test appSuren A. Chilingaryan2013-07-261-3/+7
| |
| * Add missing semicolon in the driverSuren A. Chilingaryan2013-07-261-3/+3
| |
| * Allow setting of TLP sizeSuren A. Chilingaryan2013-07-261-3/+5
| |
| * Support pre-allocated memory with memmap in KMemSuren A. Chilingaryan2013-07-144-9/+82
| |
| * Multipage DMA tests for XilinxSuren A. Chilingaryan2013-06-207-9/+202
| |
* | Add __GFP_DMA flag while allocating DMA buffersSuren A. Chilingaryan2014-04-021-1/+7
| |
* | Update .bzrignoreSuren A. Chilingaryan2014-03-191-0/+1
| |
* | Add HEB scripts and re-organize the structureSuren A. Chilingaryan2014-03-1933-40/+471
| |
* | Report proper hardware address in sysfsSuren A. Chilingaryan2014-03-191-2/+2
| |
* | Use seqnum from the frame headerSuren A. Chilingaryan2014-02-221-5/+1
| |
* | Provide offset header in the cameraSuren A. Chilingaryan2014-02-221-2/+5
| |
* | Add frame-reject registers to IPECamera modelSuren A. Chilingaryan2014-02-222-92/+101
| |
* | Properly support triggering with new revision of UFO cameraSuren A. Chilingaryan2014-01-281-3/+4
| |
* | Support new revision of UFO cameras...Suren A. Chilingaryan2014-01-284-5/+12
| |
* | Reset script for 4Mp modeSuren A. Chilingaryan2013-11-261-0/+325
| |
* | Adjustments to test scriptsSuren A. Chilingaryan2013-11-266-19/+98
| |
* | compare_to_value: fail out on incorrect sizeSuren A. Chilingaryan2013-11-261-0/+1
| |
* | Some tests are addedSuren A. Chilingaryan2013-11-256-0/+319
| |
* | __devinit/__devexit are removed in 3.8Suren A. Chilingaryan2013-11-221-0/+6
| |
* | I have no clue how to properly write switch statements.... Fixed.Suren A. Chilingaryan2013-09-051-1/+1
| |
* | Change default BUGs configuration of the IPE CameraSuren A. Chilingaryan2013-07-261-2/+2
| |
* | Support 4MPix sensor in IPECameraSuren A. Chilingaryan2013-07-162-2/+3
| |
* | Handle 3.7+ kernels which are missing VM_RESERVED flagSuren A. Chilingaryan2013-07-151-0/+5
| |
* | Merge important fixes for operation under LibUCA controlSuren A. Chilingaryan2013-04-173-4/+28
|\ \
| * | Fix lock-up under the frame-flood, when the frame rate is significantly ↵Suren A. Chilingaryan2013-03-262-3/+23
| | | | | | | | | | | | faster than processing
| * | In ipecamera_stop wait until streaming user-thread is terminatedSuren A. Chilingaryan2013-03-181-1/+5
| | |
* | | Provide kmem addresses in sysfsroot2013-02-033-6/+9
| |/ |/|
* | Some tests with Xilinx DMA benchmarkSuren A. Chilingaryan2012-11-152-9/+77
| |
* | Xilinx benchmarkSuren A. Chilingaryan2012-11-146-4/+133
| |
* | fix gcc version detectionSuren A. Chilingaryan2012-11-141-2/+2
| |
* | Script for testing Xilinx DMASuren A. Chilingaryan2012-11-142-0/+118
| |
* | Automatically select PCI Bar if only one presentSuren A. Chilingaryan2012-11-141-7/+17
| |
* | Assume user kmem useSuren A. Chilingaryan2012-11-141-56/+53
| |
* | Provide access to PCI configuration space in cliSuren A. Chilingaryan2012-11-141-12/+64
| |