drm/i915: Provide more clues as to why MST is/is not used
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 3 Oct 2018 18:42:10 +0000 (21:42 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 4 Oct 2018 17:21:40 +0000 (20:21 +0300)
commit9dbf5a4efd8afa2b831b0f76b4f9cab9480af817
treeb55ec1da021de117ffa5b06b01e8bea30daa9d9e
parent0fc645f338e3e1a4ee05e5529d86ac596c5921b6
drm/i915: Provide more clues as to why MST is/is not used

Always print out the information whether the port and sink can each
do MST. And let's include the modparam in the debug output as well.
Makes life a little less confusing when you don't have to wonder
why MST isn't kicking in.

This does cause a slight change in our behaviour towards the sink.
Previously we only read the MSTM_CAP register after passing all
the other checks. Now we will read that register regardless. Hopefully
some crazy sink doesn't get confused by a simple register read.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181003184210.1306-1-ville.syrjala@linux.intel.com
Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
drivers/gpu/drm/i915/intel_dp.c