Re: [PATCH v4 0/2] drm: Move debug macros out of drmP.h

2017-10-20 Thread Sean Paul
On Tue, Oct 17, 2017 at 10:21:19PM -0600, Haneen Mohammed wrote: > This patchset move debug macros from drmP.h to drm_print.h and move > printing related functions used by the debug macros from drm_drv.[hc] > to drm_print.[hc]. > In addition, it fixes old comment style. > > Changes in v4: > - Move

[PATCH v4 0/2] drm: Move debug macros out of drmP.h

2017-10-18 Thread Haneen Mohammed
This patchset move debug macros from drmP.h to drm_print.h and move printing related functions used by the debug macros from drm_drv.[hc] to drm_print.[hc]. In addition, it fixes old comment style. Changes in v4: - Move DRM_UT_ debug messaging macros from drmP.h to drm_print.h. Changes in v3: - M