Re: [Intel-gfx] [PATCH 03/20] drm/i915/hdmi: Introduce intel_hdmi_tmds_clock()

2021-10-19 Thread Ville Syrjälä
On Tue, Oct 19, 2021 at 09:16:33PM +0300, Jani Nikula wrote: > On Fri, 15 Oct 2021, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Rename intel_hdmi_port_clock() into intel_hdmi_tmds_clock(), and > > move the 4:2:0 TMDS clock halving into intel_hdmi_tmds_clock() so > > the callers don't hav

Re: [Intel-gfx] [PATCH 03/20] drm/i915/hdmi: Introduce intel_hdmi_tmds_clock()

2021-10-19 Thread Jani Nikula
On Fri, 15 Oct 2021, Ville Syrjala wrote: > From: Ville Syrjälä > > Rename intel_hdmi_port_clock() into intel_hdmi_tmds_clock(), and > move the 4:2:0 TMDS clock halving into intel_hdmi_tmds_clock() so > the callers don't have to worry about such details. > > Signed-off-by: Ville Syrjälä > --- >

[Intel-gfx] [PATCH 03/20] drm/i915/hdmi: Introduce intel_hdmi_tmds_clock()

2021-10-15 Thread Ville Syrjala
From: Ville Syrjälä Rename intel_hdmi_port_clock() into intel_hdmi_tmds_clock(), and move the 4:2:0 TMDS clock halving into intel_hdmi_tmds_clock() so the callers don't have to worry about such details. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_hdmi.c | 25 +++