dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] DRM Core Cleanups
@ 2016-09-01 12:48 David Herrmann
  2016-09-01 12:48 ` [PATCH 1/6] drm: remove redundant drm_file->uid David Herrmann
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: David Herrmann @ 2016-09-01 12:48 UTC (permalink / raw)
  To: dri-devel; +Cc: Daniel Vetter

Hey

The remaining cleanup patches pending on dri-devel in one batch. Random cleanups
all over the place. Should all be straightforward.

Thanks
David

David Herrmann (6):
  drm: remove redundant drm_file->uid
  drm: use drm_file to tag vm-bos
  drm: rename drm_file.filp to drm_file.legacy_filp
  drm: provide management functions for drm_file
  drm: drop obsolete drm_core.h
  drm: cleanup drm_core_{init,exit}()

 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c |   3 +-
 drivers/gpu/drm/ast/ast_ttm.c           |   3 +-
 drivers/gpu/drm/bochs/bochs_mm.c        |   3 +-
 drivers/gpu/drm/cirrus/cirrus_ttm.c     |   3 +-
 drivers/gpu/drm/drm_bufs.c              |   7 +-
 drivers/gpu/drm/drm_drv.c               | 191 ++++++++++++++++++++++++++------
 drivers/gpu/drm/drm_fops.c              | 133 ++--------------------
 drivers/gpu/drm/drm_gem.c               |   8 +-
 drivers/gpu/drm/drm_info.c              |   4 +-
 drivers/gpu/drm/drm_internal.h          |   7 ++
 drivers/gpu/drm/drm_ioc32.c             |   1 -
 drivers/gpu/drm/drm_ioctl.c             |   1 -
 drivers/gpu/drm/drm_sysfs.c             |   8 +-
 drivers/gpu/drm/drm_vma_manager.c       |  40 +++----
 drivers/gpu/drm/mgag200/mgag200_ttm.c   |   3 +-
 drivers/gpu/drm/nouveau/nouveau_bo.c    |   3 +-
 drivers/gpu/drm/qxl/qxl_ttm.c           |   3 +-
 drivers/gpu/drm/radeon/radeon_ttm.c     |   3 +-
 include/drm/drmP.h                      |   3 +-
 include/drm/drm_core.h                  |  34 ------
 include/drm/drm_vma_manager.h           |  20 ++--
 21 files changed, 235 insertions(+), 246 deletions(-)
 delete mode 100644 include/drm/drm_core.h

-- 
2.9.3

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

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

end of thread, other threads:[~2016-09-19 11:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-01 12:48 [PATCH 0/6] DRM Core Cleanups David Herrmann
2016-09-01 12:48 ` [PATCH 1/6] drm: remove redundant drm_file->uid David Herrmann
2016-09-01 12:48 ` [PATCH 2/6] drm: use drm_file to tag vm-bos David Herrmann
2016-09-01 12:48 ` [PATCH 3/6] drm: rename drm_file.filp to drm_file.legacy_filp David Herrmann
2016-09-01 12:48 ` [PATCH 4/6] drm: provide management functions for drm_file David Herrmann
2016-09-19 11:55   ` Daniel Vetter
2016-09-01 12:48 ` [PATCH 5/6] drm: drop obsolete drm_core.h David Herrmann
2016-09-01 12:48 ` [PATCH 6/6] drm: cleanup drm_core_{init,exit}() David Herrmann
2016-09-19 11:56 ` [PATCH 0/6] DRM Core Cleanups Daniel Vetter
2016-09-19 11:58   ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).