Re: [Intel-gfx] [PATCH RESEND 6/8] drm/print: convert debug category macros into an enum

2019-10-29 Thread Jani Nikula
On Tue, 29 Oct 2019, Joonas Lahtinen wrote: > Quoting Jani Nikula (2019-10-28 12:38:20) >> Mostly for improved documentation, convert the debug category macros >> into an enum. Drop unused DRM_UT_NONE. Document previously undocumented >> categories. >> >> Signed-off-by: Jani Nikula > > > >> +en

Re: [Intel-gfx] [PATCH RESEND 6/8] drm/print: convert debug category macros into an enum

2019-10-29 Thread Joonas Lahtinen
Quoting Jani Nikula (2019-10-28 12:38:20) > Mostly for improved documentation, convert the debug category macros > into an enum. Drop unused DRM_UT_NONE. Document previously undocumented > categories. > > Signed-off-by: Jani Nikula > +enum drm_debug_category { > + /** > +* @DRM_U

[PATCH RESEND 6/8] drm/print: convert debug category macros into an enum

2019-10-28 Thread Jani Nikula
Mostly for improved documentation, convert the debug category macros into an enum. Drop unused DRM_UT_NONE. Document previously undocumented categories. Signed-off-by: Jani Nikula --- drivers/gpu/drm/drm_print.c | 4 +- include/drm/drm_print.h | 101 ++-- 2