Searched hist:"133 d624b1cee16906134e92d5befb843b58bcf31" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/dma/ |
H A D | mapping.c | diff 133d624b1cee16906134e92d5befb843b58bcf31 Thu Feb 07 05:59:15 CST 2019 Joerg Roedel <jroedel@suse.de> dma: Introduce dma_max_mapping_size()
The function returns the maximum size that can be mapped using DMA-API functions. The patch also adds the implementation for direct DMA and a new dma_map_ops pointer so that other implementations can expose their limit.
Cc: stable@vger.kernel.org Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Joerg Roedel <jroedel@suse.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
H A D | direct.c | diff 133d624b1cee16906134e92d5befb843b58bcf31 Thu Feb 07 05:59:15 CST 2019 Joerg Roedel <jroedel@suse.de> dma: Introduce dma_max_mapping_size()
The function returns the maximum size that can be mapped using DMA-API functions. The patch also adds the implementation for direct DMA and a new dma_map_ops pointer so that other implementations can expose their limit.
Cc: stable@vger.kernel.org Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Joerg Roedel <jroedel@suse.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/linux/include/linux/ |
H A D | dma-mapping.h | diff 133d624b1cee16906134e92d5befb843b58bcf31 Thu Feb 07 05:59:15 CST 2019 Joerg Roedel <jroedel@suse.de> dma: Introduce dma_max_mapping_size()
The function returns the maximum size that can be mapped using DMA-API functions. The patch also adds the implementation for direct DMA and a new dma_map_ops pointer so that other implementations can expose their limit.
Cc: stable@vger.kernel.org Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Joerg Roedel <jroedel@suse.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|