diff options
author | Sinan Kaya <okaya@codeaurora.org> | 2017-06-29 22:30:58 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-07-18 21:55:34 +0530 |
commit | 61b5f54d8c1fafb97dace958a54cdd72b37138c3 (patch) | |
tree | 144ad690456b4a2d367795cf540ac2aff566411e /drivers/dma/dmaengine.c | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) | |
download | blackbird-obmc-linux-61b5f54d8c1fafb97dace958a54cdd72b37138c3.tar.gz blackbird-obmc-linux-61b5f54d8c1fafb97dace958a54cdd72b37138c3.zip |
dmaengine: dmatest: add support for memset test
Introducing memset test into dmatest. This change allows us to test
memset capable HW using the dmatest test procedure. The new dmatest
value for memset is 2 and it is not the default value.
Memset support patch shares the same code path as the other dmatest
code to reuse as much as we can.
The first value inside the source buffer is used as a pattern
to fill in the destination buffer space.
Prior to running the test, source/destination buffers are initialized
in the current code.
"The remaining bits are the inverse of a counter which increments by
one for each byte address."
Memset test will fill in the upper bits of pattern with the inverse of
fixed counter value 1 as opposed to an incrementing value in a loop.
An example run is as follows:
echo dma0chan0 > /sys/module/dmatest/parameters/channel
echo 2 > /sys/module/dmatest/parameters/dmatest
echo 2000 > /sys/module/dmatest/parameters/timeout
echo 10 > /sys/module/dmatest/parameters/iterations
echo 1 > /sys/module/dmatest/parameters/run
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/dmaengine.c')
0 files changed, 0 insertions, 0 deletions