All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] DRM Cleanups
@ 2015-09-09 12:21 David Herrmann
  2015-09-09 12:21 ` [PATCH 1/5] drm: simplify drm_sysfs_destroy() via IS_ERR_OR_NULL() David Herrmann
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: David Herrmann @ 2015-09-09 12:21 UTC (permalink / raw)
  To: dri-devel

Hey

Just a set of 5 random cleanup patches for DRM-core: Simplifying
drm_core_init/exit(), dropping drm_core.h and fixing the mode-object ID
allocations.

Thanks
David

David Herrmann (5):
  drm: simplify drm_sysfs_destroy() via IS_ERR_OR_NULL()
  drm: move drm_class into drm_sysfs.c
  drm: cleanup drm_core_{init,exit}()
  drm: drop obsolete drm_core.h
  drm: allocate kernel mode-object IDs in cyclic fashion

 drivers/gpu/drm/drm_crtc.c     | 37 +++++++++++++++++++++++----
 drivers/gpu/drm/drm_drv.c      | 50 +++++++++++++++++-------------------
 drivers/gpu/drm/drm_internal.h |  5 +++-
 drivers/gpu/drm/drm_ioc32.c    |  1 -
 drivers/gpu/drm/drm_ioctl.c    |  1 -
 drivers/gpu/drm/drm_sysfs.c    | 57 +++++++++++++++++-------------------------
 include/drm/drm_core.h         | 34 -------------------------
 7 files changed, 82 insertions(+), 103 deletions(-)
 delete mode 100644 include/drm/drm_core.h

-- 
2.5.1

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

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

end of thread, other threads:[~2015-09-11 12:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09 12:21 [PATCH 0/5] DRM Cleanups David Herrmann
2015-09-09 12:21 ` [PATCH 1/5] drm: simplify drm_sysfs_destroy() via IS_ERR_OR_NULL() David Herrmann
2015-09-09 12:21 ` [PATCH 2/5] drm: move drm_class into drm_sysfs.c David Herrmann
2015-09-09 13:16   ` Daniel Vetter
2015-09-09 12:21 ` [PATCH 3/5] drm: cleanup drm_core_{init,exit}() David Herrmann
2015-09-09 13:11   ` Daniel Vetter
2015-09-09 13:19     ` David Herrmann
2015-09-09 12:21 ` [PATCH 4/5] drm: drop obsolete drm_core.h David Herrmann
2015-09-09 12:21 ` [PATCH 5/5] drm: allocate kernel mode-object IDs in cyclic fashion David Herrmann
2015-09-09 13:03   ` Daniel Vetter
2015-09-11  9:47     ` David Herrmann
2015-09-11 12:14       ` 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.