All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] drm: Move debug macros out of drmP.h
@ 2017-10-18  4:21 ` Haneen Mohammed
  0 siblings, 0 replies; 8+ messages in thread
From: Haneen Mohammed @ 2017-10-18  4:21 UTC (permalink / raw)
  To: dri-devel
  Cc: Daniel Vetter, Jani Nikula, Sean Paul, David Airlie,
	outreachy-kernel, gregkh

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-10-20 17:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-18  4:21 [PATCH v4 0/2] drm: Move debug macros out of drmP.h Haneen Mohammed
2017-10-18  4:21 ` Haneen Mohammed
2017-10-18  4:30 ` [PATCH v4 1/2] " Haneen Mohammed
2017-10-18  4:30   ` Haneen Mohammed
2017-10-18  4:31 ` [PATCH v4 2/2] drm/print: Update old comment style Haneen Mohammed
2017-10-18  4:31   ` Haneen Mohammed
2017-10-20 17:17 ` [PATCH v4 0/2] drm: Move debug macros out of drmP.h Sean Paul
2017-10-20 17:17   ` Sean Paul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.