Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: Documentation: ipu6: remove the dma_ops part from the doc

dma_ops override is not in code anymore, so remove it.

Signed-off-by: Bingbu Cao <bingbu.cao@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>

authored by

Bingbu Cao and committed by
Hans Verkuil
30dc7813 c8e9120c

-15
-15
Documentation/driver-api/media/drivers/ipu6.rst
··· 98 98 page table entries for each DMA operation and invalidate the MMU TLB after each 99 99 unmap and free. 100 100 101 - .. code-block:: none 102 - 103 - const struct dma_map_ops ipu6_dma_ops = { 104 - .alloc = ipu6_dma_alloc, 105 - .free = ipu6_dma_free, 106 - .mmap = ipu6_dma_mmap, 107 - .map_sg = ipu6_dma_map_sg, 108 - .unmap_sg = ipu6_dma_unmap_sg, 109 - ... 110 - }; 111 - 112 - .. Note:: IPU6 MMU works behind IOMMU so for each IPU6 DMA ops, driver will call 113 - generic PCI DMA ops to ask IOMMU to do the additional mapping if VT-d 114 - enabled. 115 - 116 101 Firmware file format 117 102 ==================== 118 103