Re: [Intel-gfx] [PATCH 2/3] drm/i915: Don't send idle pattern after DP2.0 link training

2023-03-02 Thread Imre Deak
On Tue, Feb 14, 2023 at 03:43:47PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Bspec calls us to select pattern 2 after link training for > DP 2.0. Let's do that... by doing nothing because we will > be transmitting pattern 2 at the end of the link training > already. > >

[Intel-gfx] [PATCH 2/3] drm/i915: Don't send idle pattern after DP2.0 link training

2023-02-14 Thread Ville Syrjala
From: Ville Syrjälä Bspec calls us to select pattern 2 after link training for DP 2.0. Let's do that... by doing nothing because we will be transmitting pattern 2 at the end of the link training already. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_dp_link_training.c |