[PATCH v2 0/2] drm: document logging functions

Sam Ravnborg sam at ravnborg.org
Thu Jan 2 22:15:17 UTC 2020


Add kernel-doc for the drm_ and DRM_ logging
functions.
This is the documentation that I missed when I started to use
the logging functions.

Version 1 of this patchset included drm_ variants of the existing
logging functions - but they are left out for now.
The idea is that we should try to use drm_ logging in favour
of the the variants that take a device *.

This patchset document the existing logging functions with
no functional changes.
And the documentation is properly wired up in drm-internals.rst

	Sam

Sam Ravnborg (2):
      drm/print: document drm_ logging functions
      drm/print: document DRM_ logging functions

 Documentation/gpu/drm-internals.rst |   6 ++
 include/drm/drm_print.h             | 164 +++++++++++++++++++++++++++++++++---
 2 files changed, 159 insertions(+), 11 deletions(-)




More information about the dri-devel mailing list