linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/dp_mst: Add DP MST debugfs nodes for all drivers
@ 2018-08-28  0:36 Lyude Paul
  2018-08-28  0:36 ` [PATCH 1/4] drm/debugfs: Add support for dynamic debugfs initialization Lyude Paul
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Lyude Paul @ 2018-08-28  0:36 UTC (permalink / raw)
  To: dri-devel
  Cc: Maarten Lankhorst, Daniel Stone, David Airlie, Sean Paul,
	linux-kernel, Gustavo Padovan, Andrey Grodzovsky, Alex Deucher,
	Leo Li, nouveau, Christian König, Thierry Reding,
	Daniel Vetter, Rodrigo Vivi, Roman Li, Ben Skeggs, Jani Nikula,
	David (ChunMing) Zhou, intel-gfx, Shirish S, Tony Cheng,
	Jerry (Fangzhi) Zuo, Harry Wentland, Ville Syrjälä,
	Joonas Lahtinen, amd-gfx, Lyude Paul

This is the next version of my patch series for teaching DRM how to
automatically create debugfs nodes for drivers with MST topologies. This
was originally intended just for nouveau, but has since been expanded to
all DRM drivers.

Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Daniel Stone <daniel@fooishbar.org>

Lyude Paul (4):
  drm/debugfs: Add support for dynamic debugfs initialization
  drm/dp_mst: Pass entire connector to drm_dp_mst_topology_mgr_init()
  drm/dp_mst: Add dp_mst_status debugfs node for all drivers
  drm/i915: Remove i915_drm_dp_mst_status

 .../display/amdgpu_dm/amdgpu_dm_mst_types.c   |   2 +-
 drivers/gpu/drm/drm_debugfs.c                 | 173 +++++++++++++++++-
 drivers/gpu/drm/drm_dp_mst_topology.c         | 114 +++++++++++-
 drivers/gpu/drm/drm_drv.c                     |   3 +
 drivers/gpu/drm/drm_internal.h                |   5 +
 drivers/gpu/drm/i915/i915_debugfs.c           |  32 ----
 drivers/gpu/drm/i915/intel_dp.c               |   2 +-
 drivers/gpu/drm/i915/intel_dp_mst.c           |   6 +-
 drivers/gpu/drm/i915/intel_drv.h              |   3 +-
 drivers/gpu/drm/nouveau/dispnv50/disp.c       |   6 +-
 drivers/gpu/drm/radeon/radeon_dp_mst.c        |   2 +-
 include/drm/drm_debugfs.h                     |  27 +++
 include/drm/drm_dp_mst_helper.h               |  17 +-
 include/drm/drm_file.h                        |   4 +
 14 files changed, 342 insertions(+), 54 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2018-09-03  7:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-28  0:36 [PATCH 0/4] drm/dp_mst: Add DP MST debugfs nodes for all drivers Lyude Paul
2018-08-28  0:36 ` [PATCH 1/4] drm/debugfs: Add support for dynamic debugfs initialization Lyude Paul
2018-08-31  8:53   ` Daniel Vetter
2018-08-31 23:31     ` Lyude Paul
2018-09-03  7:38       ` Daniel Vetter
2018-08-28  0:36 ` [PATCH 2/4] drm/dp_mst: Pass entire connector to drm_dp_mst_topology_mgr_init() Lyude Paul
2018-08-28 13:14   ` [Intel-gfx] " kbuild test robot
2018-08-28  0:36 ` [PATCH 3/4] drm/dp_mst: Add dp_mst_status debugfs node for all drivers Lyude Paul
2018-08-28 19:48   ` kbuild test robot
2018-08-28  0:36 ` [PATCH 4/4] drm/i915: Remove i915_drm_dp_mst_status Lyude Paul

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).