[PATCH v4 0/2] drm: Move debug macros out of drmP.h
Haneen Mohammed
hamohammed.sa at gmail.com
Wed Oct 18 04:21:19 UTC 2017
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
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
More information about the dri-devel
mailing list