Re: [Intel-gfx] [PATCH 3/9] drm/i915: Nuke usless .set_signal_levels() wrappers

2021-09-29 Thread Imre Deak
On Mon, Sep 27, 2021 at 09:24:49PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Now that .set_signal_levels() is used for HDMI as well, we can > remove the extra level of indirection and just plug the correct > stuff straight into .set_signal_levels(). > > Signed-off-by: Ville Syrjälä

[Intel-gfx] [PATCH 3/9] drm/i915: Nuke usless .set_signal_levels() wrappers

2021-09-27 Thread Ville Syrjala
From: Ville Syrjälä Now that .set_signal_levels() is used for HDMI as well, we can remove the extra level of indirection and just plug the correct stuff straight into .set_signal_levels(). Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_ddi.c | 119 +-