drm: Move debug macros out of drmP.h
authorHaneen Mohammed <hamohammed.sa@gmail.com>
Wed, 18 Oct 2017 04:30:07 +0000 (22:30 -0600)
committerSean Paul <seanpaul@chromium.org>
Fri, 20 Oct 2017 17:14:48 +0000 (13:14 -0400)
commit02c9656b2f0d6997939933d8573c2ffb587427e6
tree976435da6aeeac33a69dd4ad582aeb91c2cb3227
parent102712a32ff5107cdf9c029c75c805cc8f5aada5
drm: Move debug macros out of drmP.h

This patch extract DRM_* debug macros from drmP.h to drm_print.h and
move printing related functions used by these macros from drm_drv.[hc]
to drm_print.[hc].

Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/4020bc7c5ffad2af516919f78bb837c7f366b82b.1508297716.git.hamohammed.sa@gmail.com
drivers/gpu/drm/drm_drv.c
drivers/gpu/drm/drm_print.c
include/drm/drmP.h
include/drm/drm_drv.h
include/drm/drm_print.h