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 <jani.nik...@intel.com>
<SNIP> > +enum drm_debug_category { > + /** > + * @DRM_UT_CORE: Used in the generic drm code: drm_ioctl.c, drm_mm.c, > + * drm_memory.c, ... > + */ > + DRM_UT_CORE = 0x01, While here, why not BIT() Reviewed-by: Joonas Lahtinen <joonas.lahti...@linux.intel.com> Regards, Joonas _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel