Re: [PATCH v2 19/21] drm/i915/dp: Add debugfs entry to force link training failure

2024-05-23 Thread Imre Deak
On Thu, May 23, 2024 at 06:29:34PM +0300, Ville Syrjälä wrote: > On Mon, May 20, 2024 at 09:58:17PM +0300, Imre Deak wrote: > > Add a connector debugfs entry to force a failure during the following > > 1-2 link training. The entry will auto-reset after the specified link > > training events are com

Re: [PATCH v2 19/21] drm/i915/dp: Add debugfs entry to force link training failure

2024-05-23 Thread Ville Syrjälä
On Mon, May 20, 2024 at 09:58:17PM +0300, Imre Deak wrote: > Add a connector debugfs entry to force a failure during the following > 1-2 link training. The entry will auto-reset after the specified link > training events are complete. > > v2: Add the entry from intel_dp_link_training.c (Jani) > >

[PATCH v2 19/21] drm/i915/dp: Add debugfs entry to force link training failure

2024-05-20 Thread Imre Deak
Add a connector debugfs entry to force a failure during the following 1-2 link training. The entry will auto-reset after the specified link training events are complete. v2: Add the entry from intel_dp_link_training.c (Jani) Cc: Jani Nikula Signed-off-by: Imre Deak --- .../drm/i915/display/int