Hi Jani.
> > + *
> > + * Each of the debug logging macros use a specific category, and the
> > logging
> > + * is filtered by the drm.debug module parameter. The &drm_debug_category
> > enum
> > + * specifies the values for the interface.
> > + *
> > + * Each drm_dbg_ macro logs to a DRM_UT_ cat
On Sat, 21 Dec 2019, Sam Ravnborg wrote:
> This is the documentation I have missed when I looked for help
> how to do proper logging. Hopefully it can help others.
>
> Signed-off-by: Sam Ravnborg
> Cc: Jani Nikula
> Cc: Sean Paul
> Cc: Daniel Vetter
> ---
> Documentation/gpu/drm-internals.rst
This is the documentation I have missed when I looked for help
how to do proper logging. Hopefully it can help others.
Signed-off-by: Sam Ravnborg
Cc: Jani Nikula
Cc: Sean Paul
Cc: Daniel Vetter
---
Documentation/gpu/drm-internals.rst | 6 ++
include/drm/drm_print.h | 91