The DPAA DMA driver is an implementation of the dmadev APIs, that provide means to initiate a DMA transaction from CPU. The initiated DMA is performed without CPU being involved in the actual DMA transaction. This is achieved via using the QDMA controller of DPAA SoC. Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
19 lines
310 B
ReStructuredText
19 lines
310 B
ReStructuredText
.. SPDX-License-Identifier: BSD-3-Clause
|
|
Copyright 2021 HiSilicon Limited
|
|
|
|
DMA Device Drivers
|
|
==================
|
|
|
|
The following are a list of DMA device drivers, which can be used from
|
|
an application through DMA API.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:numbered:
|
|
|
|
cnxk
|
|
dpaa
|
|
hisilicon
|
|
idxd
|
|
ioat
|