All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm: debugfs: Remove all files automatically on cleanup part 2
@ 2017-03-07 20:49 Noralf Trønnes
  2017-03-07 20:49 ` [PATCH 1/3] drm/msm: Remove msm_debugfs_cleanup() Noralf Trønnes
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Noralf Trønnes @ 2017-03-07 20:49 UTC (permalink / raw)
  To: dri-devel

This is a follow up that removes the drm_driver.debugfs_cleanup callback.

Tegra is the only remaining user of drm_debugfs_remove_files().

Note:
Patches are only compile tested.

Noralf.


Noralf Trønnes (3):
  drm/msm: Remove msm_debugfs_cleanup()
  drm/debugfs: Remove the drm_driver.debugfs_cleanup callback
  drm/qxl: Remove qxl_debugfs_remove_files()

 drivers/gpu/drm/drm_debugfs.c     |  5 -----
 drivers/gpu/drm/msm/msm_debugfs.c | 15 ---------------
 drivers/gpu/drm/msm/msm_debugfs.h |  1 -
 drivers/gpu/drm/msm/msm_drv.c     |  4 +++-
 drivers/gpu/drm/msm/msm_drv.h     |  4 ++--
 drivers/gpu/drm/msm/msm_kms.h     |  1 -
 drivers/gpu/drm/msm/msm_perf.c    |  5 ++---
 drivers/gpu/drm/msm/msm_rd.c      |  5 ++---
 drivers/gpu/drm/qxl/qxl_debugfs.c | 13 -------------
 drivers/gpu/drm/qxl/qxl_drv.h     |  1 -
 drivers/gpu/drm/qxl/qxl_kms.c     |  1 -
 include/drm/drm_drv.h             |  1 -
 12 files changed, 9 insertions(+), 47 deletions(-)

--
2.10.2

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

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

end of thread, other threads:[~2017-03-08 15:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-07 20:49 [PATCH 0/3] drm: debugfs: Remove all files automatically on cleanup part 2 Noralf Trønnes
2017-03-07 20:49 ` [PATCH 1/3] drm/msm: Remove msm_debugfs_cleanup() Noralf Trønnes
2017-03-07 20:49 ` [PATCH 2/3] drm/debugfs: Remove the drm_driver.debugfs_cleanup callback Noralf Trønnes
2017-03-08 10:29   ` Daniel Vetter
2017-03-07 20:49 ` [PATCH 3/3] drm/qxl: Remove qxl_debugfs_remove_files() Noralf Trønnes
2017-03-08  7:45   ` Gerd Hoffmann
2017-03-08  9:52     ` Daniel Vetter
2017-03-08 11:33       ` Gerd Hoffmann
2017-03-08 15:07         ` 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.