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

This patchset move debug macros from drmP.h into drm_debug.h and move
printting related functions from drm_drv.[hc] to drm_debug.[hc].
In addition, it fixes old comment style.

Haneen Mohammed (2):
  drm: Extract drm_debug.[hc]
  drm: Update old comment style

 Documentation/gpu/drm-uapi.rst |   9 ++
 drivers/gpu/drm/Makefile       |   2 +-
 drivers/gpu/drm/drm_debug.c    |  75 +++++++++++++++++
 drivers/gpu/drm/drm_drv.c      |  47 -----------
 include/drm/drmP.h             | 149 +--------------------------------
 include/drm/drm_debug.h        | 185 +++++++++++++++++++++++++++++++++++++++++
 include/drm/drm_drv.h          |   7 --
 7 files changed, 271 insertions(+), 203 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_debug.c
 create mode 100644 include/drm/drm_debug.h

-- 
2.7.4



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

* [PATCH 0/2] drm: Move debug macros out of drmP.h
@ 2017-10-11  4:08 ` Haneen Mohammed
  0 siblings, 0 replies; 2+ messages in thread
From: Haneen Mohammed @ 2017-10-11  4:08 UTC (permalink / raw)
  To: dri-devel; +Cc: outreachy-kernel, gregkh, Daniel Vetter

This patchset move debug macros from drmP.h into drm_debug.h and move
printting related functions from drm_drv.[hc] to drm_debug.[hc].
In addition, it fixes old comment style.

Haneen Mohammed (2):
  drm: Extract drm_debug.[hc]
  drm: Update old comment style

 Documentation/gpu/drm-uapi.rst |   9 ++
 drivers/gpu/drm/Makefile       |   2 +-
 drivers/gpu/drm/drm_debug.c    |  75 +++++++++++++++++
 drivers/gpu/drm/drm_drv.c      |  47 -----------
 include/drm/drmP.h             | 149 +--------------------------------
 include/drm/drm_debug.h        | 185 +++++++++++++++++++++++++++++++++++++++++
 include/drm/drm_drv.h          |   7 --
 7 files changed, 271 insertions(+), 203 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_debug.c
 create mode 100644 include/drm/drm_debug.h

-- 
2.7.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2017-10-11  4:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-11  4:08 [PATCH 0/2] drm: Move debug macros out of drmP.h Haneen Mohammed
2017-10-11  4:08 ` 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.