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 DRM_UT_ debug messaging macros from drmP.h to drm_print.h.
Changes in v3:
- Move debug macros and print functions into drm_print.[hc] instead of
introducing drm_debug.[hc].
Haneen Mohammed (2): drm: Move debug macros out of drmP.h drm/print: Update old comment style
Applied to drm-misc-next.
Thanks!
Sean
drivers/gpu/drm/drm_drv.c | 47 ----------- drivers/gpu/drm/drm_print.c | 47 +++++++++++ include/drm/drmP.h | 193 +------------------------------------------- include/drm/drm_drv.h | 7 -- include/drm/drm_print.h | 192 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 240 insertions(+), 246 deletions(-)
-- 2.7.4