Re: [PATCH v2 2/6] drm/i915/mst: improve debug logging of DP MST mode detect

2024-02-15 Thread Ville Syrjälä
On Thu, Feb 15, 2024 at 01:46:48PM +0200, Jani Nikula wrote: > On Wed, 14 Feb 2024, Ville Syrjälä wrote: > > On Tue, Feb 13, 2024 at 01:30:57PM +0200, Jani Nikula wrote: > >> Rename intel_dp_can_mst() to intel_dp_mst_detect(), and move all DP MST > >> detect debug logging there. Debug log the sink

Re: [PATCH v2 2/6] drm/i915/mst: improve debug logging of DP MST mode detect

2024-02-15 Thread Jani Nikula
On Wed, 14 Feb 2024, Ville Syrjälä wrote: > On Tue, Feb 13, 2024 at 01:30:57PM +0200, Jani Nikula wrote: >> Rename intel_dp_can_mst() to intel_dp_mst_detect(), and move all DP MST >> detect debug logging there. Debug log the sink's MST capability, >> including single-stream sideband messaging supp

Re: [PATCH v2 2/6] drm/i915/mst: improve debug logging of DP MST mode detect

2024-02-14 Thread Ville Syrjälä
On Tue, Feb 13, 2024 at 01:30:57PM +0200, Jani Nikula wrote: > Rename intel_dp_can_mst() to intel_dp_mst_detect(), and move all DP MST > detect debug logging there. Debug log the sink's MST capability, > including single-stream sideband messaging support, and the decision > whether to enable MST mo

[PATCH v2 2/6] drm/i915/mst: improve debug logging of DP MST mode detect

2024-02-13 Thread Jani Nikula
Rename intel_dp_can_mst() to intel_dp_mst_detect(), and move all DP MST detect debug logging there. Debug log the sink's MST capability, including single-stream sideband messaging support, and the decision whether to enable MST mode or not. Do this regardless of whether we're actually enabling MST