[PATCH 0/5] bunch of drm kernel-doc patches

Daniel Vetter daniel.vetter at ffwll.ch
Thu Dec 14 20:30:49 UTC 2017


Hi all,

Originally I wanted to include the atomic helper split-up here, but once
more I failed to get that done. So just a few patches to clean up
accumlated kernel-doc warnings, plus some real docs for the new best
practices for handling driver private objects. That was motivated by a
recent discussion.

Cheers, Daniel

Daniel Vetter (5):
  drm/edid: kerneldoc for is_hdmi2_sink
  drm/print: Unconfuse kerneldoc
  drm/syncobj: some kerneldoc polish
  drm/atomic: document how to handle driver private objects
  drm/doc: Move legacy kms helpers to the very end

 Documentation/gpu/drm-kms-helpers.rst | 36 ++++++++++++++--------------
 Documentation/gpu/drm-kms.rst         | 14 +++++++----
 drivers/gpu/drm/drm_atomic.c          | 45 ++++++++++++++++++++++++++++++++---
 drivers/gpu/drm/drm_edid.c            |  5 ++++
 drivers/gpu/drm/drm_syncobj.c         | 45 +++++++++++++++++++++++++++++++----
 include/drm/drm_atomic.h              | 32 +++++++++++++++++++++++++
 include/drm/drm_mode_config.h         |  9 +++++++
 include/drm/drm_print.h               |  2 +-
 include/drm/drm_syncobj.h             | 32 +++++++++++++++----------
 9 files changed, 177 insertions(+), 43 deletions(-)

-- 
2.15.1



More information about the dri-devel mailing list