diff options
| author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2018-07-04 05:29:09 -0400 |
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2018-07-04 06:18:37 -0400 |
| commit | 4dd3cdb281f7a3200234ed2bcaae79af15f120d2 (patch) | |
| tree | 9454084982dcb79c589c498309c07e1c8dca5f0a /Documentation/driver-api | |
| parent | de10eba0f68a161f3176b710b6e27d291d48aac2 (diff) | |
dma-fence: Polish kernel-doc for dma-fence.c
- Intro section that links to how this is exposed to userspace.
- Lots more hyperlinks.
- Minor clarifications and style polish
v2: Add misplaced hunk of kerneldoc from a different patch.
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Gustavo Padovan <gustavo@padovan.org>
Cc: linux-media@vger.kernel.org
Cc: linaro-mm-sig@lists.linaro.org
Link: https://patchwork.freedesktop.org/patch/msgid/20180704092909.6599-6-daniel.vetter@ffwll.ch
Diffstat (limited to 'Documentation/driver-api')
| -rw-r--r-- | Documentation/driver-api/dma-buf.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst index dc384f2f7f34..b541e97c7ab1 100644 --- a/Documentation/driver-api/dma-buf.rst +++ b/Documentation/driver-api/dma-buf.rst | |||
| @@ -131,6 +131,12 @@ DMA Fences | |||
| 131 | ---------- | 131 | ---------- |
| 132 | 132 | ||
| 133 | .. kernel-doc:: drivers/dma-buf/dma-fence.c | 133 | .. kernel-doc:: drivers/dma-buf/dma-fence.c |
| 134 | :doc: DMA fences overview | ||
| 135 | |||
| 136 | DMA Fences Functions Reference | ||
| 137 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 138 | |||
| 139 | .. kernel-doc:: drivers/dma-buf/dma-fence.c | ||
| 134 | :export: | 140 | :export: |
| 135 | 141 | ||
| 136 | .. kernel-doc:: include/linux/dma-fence.h | 142 | .. kernel-doc:: include/linux/dma-fence.h |
