linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Convert drivers to the new debugfs device-centered functions
@ 2022-12-26 15:50 Maíra Canal
  2022-12-26 15:50 ` [PATCH 1/9] drm/etnaviv: use " Maíra Canal
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Maíra Canal @ 2022-12-26 15:50 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, dri-devel, linux-kernel
  Cc: Melissa Wen, André Almeida, Lucas Stach, Russell King,
	Christian Gmeiner, etnaviv, noralf, Liviu Dudau, Brian Starkey,
	Emma Anholt, Alexey Brodkin, David Airlie, Gerd Hoffmann,
	Gurchetan Singh, Chia-I Wu, Tomi Valkeinen, Maíra Canal

The commit 1c9cacbea880 ("drm/debugfs: create device-centered debugfs functions")
introduced new device-centered debugfs functions, which center the debugfs files
management on the drm_device instead of drm_minor. Therefore, this patchset
converts 8 drivers to this new debugfs device-centered structure as it was already
performed on the vc4 (f2ede40e46e8), v3d (c0dda238e264), and vkms (03d2673bb757)
drivers.

Best Regards,
- Maíra Canal

Maíra Canal (9):
  drm/etnaviv: use new debugfs device-centered functions
  drm/gud: use new debugfs device-centered functions
  drm/arm/hdlcd: use new debugfs device-centered functions
  drm/pl111: use new debugfs device-centered functions
  drm/arc: use new debugfs device-centered functions
  drm/virtio: use new debugfs device-centered functions
  drm/omap: use new debugfs device-centered functions
  drm/qxl: remove unused debugfs structure
  drm/qxl: use new debugfs device-centered functions

 drivers/gpu/drm/arm/hdlcd_drv.c          | 24 +++++-------
 drivers/gpu/drm/etnaviv/etnaviv_drv.c    | 29 ++++++---------
 drivers/gpu/drm/gud/gud_drv.c            | 17 ++-------
 drivers/gpu/drm/omapdrm/omap_debugfs.c   | 29 +++++----------
 drivers/gpu/drm/omapdrm/omap_drv.c       |  7 ++--
 drivers/gpu/drm/omapdrm/omap_drv.h       |  2 +-
 drivers/gpu/drm/pl111/pl111_debugfs.c    | 15 ++------
 drivers/gpu/drm/pl111/pl111_drm.h        |  2 +-
 drivers/gpu/drm/pl111/pl111_drv.c        |  6 +--
 drivers/gpu/drm/qxl/qxl_debugfs.c        | 47 ++++--------------------
 drivers/gpu/drm/qxl/qxl_drv.c            |  5 +--
 drivers/gpu/drm/qxl/qxl_drv.h            | 22 +----------
 drivers/gpu/drm/tiny/arcpgu.c            | 22 +++--------
 drivers/gpu/drm/virtio/virtgpu_debugfs.c | 17 ++++-----
 drivers/gpu/drm/virtio/virtgpu_drv.c     |  5 +--
 drivers/gpu/drm/virtio/virtgpu_drv.h     |  2 +-
 16 files changed, 74 insertions(+), 177 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2023-01-06 20:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-26 15:50 [PATCH 0/9] Convert drivers to the new debugfs device-centered functions Maíra Canal
2022-12-26 15:50 ` [PATCH 1/9] drm/etnaviv: use " Maíra Canal
2022-12-26 15:50 ` [PATCH 2/9] drm/gud: " Maíra Canal
2023-01-04 13:32   ` Noralf Trønnes
2023-01-06 19:48   ` Maíra Canal
2022-12-26 15:50 ` [PATCH 3/9] drm/arm/hdlcd: " Maíra Canal
2023-01-03 13:48   ` Liviu Dudau
2023-01-06 19:49   ` Maíra Canal
2022-12-26 15:50 ` [PATCH 4/9] drm/pl111: " Maíra Canal
2023-01-05 13:54   ` kernel test robot
2022-12-26 15:50 ` [PATCH 5/9] drm/arc: " Maíra Canal
2023-01-06 19:54   ` Daniel Vetter
2022-12-26 15:50 ` [PATCH 6/9] drm/virtio: " Maíra Canal
2022-12-26 15:50 ` [PATCH 7/9] drm/omap: " Maíra Canal
2022-12-26 15:50 ` [PATCH 8/9] drm/qxl: remove unused debugfs structure Maíra Canal
2022-12-26 15:50 ` [PATCH 9/9] drm/qxl: use new debugfs device-centered functions Maíra Canal
2023-01-06 20:00   ` 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).