All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] drm: Move debug macros out of drmP.h
@ 2017-10-17  8:38 ` Haneen Mohammed
  0 siblings, 0 replies; 10+ messages in thread
From: Haneen Mohammed @ 2017-10-17  8:38 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 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          | 150 +-------------------------------------------
 include/drm/drm_drv.h       |   7 ---
 include/drm/drm_print.h     | 149 +++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 197 insertions(+), 203 deletions(-)

-- 
2.7.4



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

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

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

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.