[PATCH 0/5] sphinxification for dma-buf docs

Daniel Vetter daniel.vetter at ffwll.ch
Fri Dec 9 18:53:04 UTC 2016


Hi all,

Not yet everything in this area, I still want to sprinkle nice docs around all
the fence code. Especially some text to explain implicit vs. explicit fencing
and how it's all supposed to work.

But just cleanup in the dma-buf part was quite a bit of work, and I'd like to
get feedback on that before moving on.

Cheers, Daniel

Daniel Vetter (5):
  dma-buf: Extract dma-buf.rst
  dma-buf: Update kerneldoc for sync_file_create
  dma-buf: Reorganize device dma access docs
  dma-buf: Update cpu access documentation
  dma-buf: Final bits of doc polish

 Documentation/dma-buf-sharing.txt           | 482 ----------------------------
 Documentation/driver-api/dma-buf.rst        | 165 ++++++++++
 Documentation/driver-api/index.rst          |   1 +
 Documentation/driver-api/infrastructure.rst |  70 ----
 drivers/dma-buf/dma-buf.c                   | 207 +++++++++++-
 drivers/dma-buf/sync_file.c                 |  15 +-
 include/linux/dma-buf.h                     | 224 +++++++++++--
 include/linux/dma-fence.h                   |   1 -
 8 files changed, 565 insertions(+), 600 deletions(-)
 delete mode 100644 Documentation/dma-buf-sharing.txt
 create mode 100644 Documentation/driver-api/dma-buf.rst

-- 
2.10.2



More information about the dri-devel mailing list