Re: [Intel-gfx] [PATCH 2/9] drm/i915: Generalize .set_signal_levels()

2021-09-30 Thread Ville Syrjälä
On Wed, Sep 29, 2021 at 10:17:52PM +0300, Imre Deak wrote: > On Mon, Sep 27, 2021 at 09:24:48PM +0300, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Currently .set_signal_levels() is only used by encoders in DP mode. > > For most modern platforms there is no essential difference between >

Re: [Intel-gfx] [PATCH 2/9] drm/i915: Generalize .set_signal_levels()

2021-09-29 Thread Imre Deak
On Mon, Sep 27, 2021 at 09:24:48PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Currently .set_signal_levels() is only used by encoders in DP mode. > For most modern platforms there is no essential difference between > DP and HDMI, and both codepaths just end up calling the same function

[Intel-gfx] [PATCH 2/9] drm/i915: Generalize .set_signal_levels()

2021-09-27 Thread Ville Syrjala
From: Ville Syrjälä Currently .set_signal_levels() is only used by encoders in DP mode. For most modern platforms there is no essential difference between DP and HDMI, and both codepaths just end up calling the same function under the hood. Let's get remove the need for that extra indirection by