All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] drm: Move debug macros out of drmP.h
@ 2017-10-12  2:25 ` Haneen Mohammed
  0 siblings, 0 replies; 18+ messages in thread
From: Haneen Mohammed @ 2017-10-12  2:25 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 into debug.h and move
printting related functions from drm_drv.[hc] to drm_debug.[hc].
In addition, it fixes old comment style and add kerneldoc comments
for exported functions to avoid kerneldoc warning.

Changes in v2:
- Place kerneldoc include directives in drm-internals.rst
- Fix kerneldoc comments in drm_debug.h
- include patch 3 to add kerneldoc comments to exported functions 

Haneen Mohammed (3):
  drm: Extract drm_debug.[hc]
  drm: Update old comment style
  drm/debug: Add missing kerneldoc comments to exported functions

 Documentation/gpu/drm-internals.rst |   8 ++
 drivers/gpu/drm/Makefile            |   2 +-
 drivers/gpu/drm/drm_debug.c         |  92 ++++++++++++++++++
 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, 287 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] 18+ messages in thread

end of thread, other threads:[~2017-10-16  9:03 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-12  2:25 [PATCH v2 0/3] drm: Move debug macros out of drmP.h Haneen Mohammed
2017-10-12  2:25 ` Haneen Mohammed
2017-10-12  2:32 ` [PATCH v2 1/3] drm: Extract drm_debug.[hc] Haneen Mohammed
2017-10-12  2:32   ` Haneen Mohammed
2017-10-12 10:35   ` Chris Wilson
2017-10-12 10:35     ` Chris Wilson
2017-10-13 21:21     ` Haneen Mohammed
2017-10-13 21:21       ` Haneen Mohammed
2017-10-16  9:01       ` [Outreachy kernel] " Daniel Vetter
2017-10-16  9:01         ` Daniel Vetter
2017-10-13  1:57   ` kbuild test robot
2017-10-13  1:57     ` kbuild test robot
2017-10-12  2:36 ` [PATCH v2 2/3] drm: Update old comment style Haneen Mohammed
2017-10-12  2:36   ` Haneen Mohammed
2017-10-12  2:39 ` [PATCH v2 3/3] drm/debug: Add missing kerneldoc comments to exported functions Haneen Mohammed
2017-10-12  2:39   ` Haneen Mohammed
2017-10-16  9:03   ` [Outreachy kernel] " Daniel Vetter
2017-10-16  9:03     ` Daniel Vetter

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.