Re: [PATCH v2 1/2] drm/print: document drm_ logging functions

2020-01-07 Thread Daniel Vetter
On Thu, Jan 02, 2020 at 11:15:18PM +0100, 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. > > v2: > - Add parameters to the logging functions in the doc > - Drop notes on other types of logging > >

[PATCH v2 1/2] drm/print: document drm_ logging functions

2020-01-02 Thread Sam Ravnborg
This is the documentation I have missed when I looked for help how to do proper logging. Hopefully it can help others. v2: - Add parameters to the logging functions in the doc - Drop notes on other types of logging Signed-off-by: Sam Ravnborg Cc: Jani Nikula Cc: Sean Paul Cc: Daniel Vetter