diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2018-07-31 09:35:34 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-08-02 11:18:30 +0300 |
commit | ee7aba5aba70dd98fc05697723167ebb858e7aba (patch) | |
tree | dc0ef153c71bfdfbfe2694d4d68ae09fc3b84026 /drivers/misc/sram.c | |
parent | 98e70866aacb1fcaa7b710fc6bca9862bf47421a (diff) | |
download | linux-ee7aba5aba70dd98fc05697723167ebb858e7aba.tar.xz |
mei: hbm: define dma ring setup protocol
The protocol defines how to setup an I/O ring on top of host
memory to utilize the device DMA engine for faster transport.
Three memory buffers are allocated.
A Host circular buffer for from the Host to Device communication.
A Device circular buffer for from Device to the Host communication.
And finally a Control block where the pointers for the both
circular buffers are managed.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/sram.c')
0 files changed, 0 insertions, 0 deletions