Re: [Intel-gfx] [PATCH] drm/i915: Make DP-MST connector info work

2017-06-26 Thread Pandiyan, Dhinakaran
Patch looks correct, Reviewed-by: Dhinakaran Pandiyan On Mon, 2017-06-26 at 10:33 +0200, Maarten Lankhorst wrote: > Commit 9a148a96fc3a ("drm/i915/debugfs: add dp mst info") adds support > for DP-MST to intel_connector_info, but forgot to remove the early > return for DP-MST. > > Remove it, an

[Intel-gfx] [PATCH] drm/i915: Make DP-MST connector info work

2017-06-26 Thread Maarten Lankhorst
Commit 9a148a96fc3a ("drm/i915/debugfs: add dp mst info") adds support for DP-MST to intel_connector_info, but forgot to remove the early return for DP-MST. Remove it, and print out MST connectors directly. Fixes: 9a148a96fc3a ("drm/i915/debugfs: add dp mst info") Cc: # v4.11+ Cc: Dhinakaran Pan