[Intel-gfx] [PATCH 10/10] i915: mst topology dumper in debugfs

2014-05-13 Thread Thierry Reding
On Tue, May 13, 2014 at 12:18:35PM +0200, Daniel Vetter wrote: > On Tue, May 13, 2014 at 10:33:27AM +0200, Thierry Reding wrote: > > On Mon, May 12, 2014 at 04:46:47PM +1000, Dave Airlie wrote: > > [...] > > > @@ -3813,6 +3838,7 @@ static const struct drm_info_list > > > i915_debugfs_list[] = { >

[Intel-gfx] [PATCH 10/10] i915: mst topology dumper in debugfs

2014-05-13 Thread Daniel Vetter
On Tue, May 13, 2014 at 10:33:27AM +0200, Thierry Reding wrote: > On Mon, May 12, 2014 at 04:46:47PM +1000, Dave Airlie wrote: > [...] > > @@ -3813,6 +3838,7 @@ static const struct drm_info_list i915_debugfs_list[] > > = { > > {"i915_pc8_status", i915_pc8_status, 0}, > > {"i915_power_domai

[PATCH 10/10] i915: mst topology dumper in debugfs

2014-05-13 Thread Thierry Reding
On Mon, May 12, 2014 at 04:46:47PM +1000, Dave Airlie wrote: [...] > @@ -3813,6 +3838,7 @@ static const struct drm_info_list i915_debugfs_list[] = > { > {"i915_pc8_status", i915_pc8_status, 0}, > {"i915_power_domain_info", i915_power_domain_info, 0}, > {"i915_display_info", i915_

[PATCH 10/10] i915: mst topology dumper in debugfs

2014-05-12 Thread Dave Airlie
From: Dave Airlie use the mst helper code to dump the topology in debugfs. Signed-off-by: Dave Airlie --- drivers/gpu/drm/i915/i915_debugfs.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs