On Wed, 17 Jun 2026, Suraj Kandpal <[email protected]> wrote: > intel_cx0_phy_check_hdmi_link_rate is not used by anyone but is still > declared. Remove it.
More specifically, the function does not exist. Reviewed-by: Jani Nikula <[email protected]> > > Signed-off-by: Suraj Kandpal <[email protected]> > --- > drivers/gpu/drm/i915/display/intel_cx0_phy.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.h > b/drivers/gpu/drm/i915/display/intel_cx0_phy.h > index 1428e7a5a318..95c20eb4b4b7 100644 > --- a/drivers/gpu/drm/i915/display/intel_cx0_phy.h > +++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.h > @@ -60,7 +60,6 @@ void intel_cx0_phy_set_signal_levels(struct intel_encoder > *encoder, > const struct intel_crtc_state *crtc_state); > void intel_cx0_powerdown_change_sequence(struct intel_encoder *encoder, > u8 lane_mask, u8 state); > -int intel_cx0_phy_check_hdmi_link_rate(struct intel_hdmi *hdmi, int clock); > void intel_cx0_setup_powerdown(struct intel_encoder *encoder); > bool intel_cx0_is_hdmi_frl(u32 clock); > u8 intel_cx0_read(struct intel_encoder *encoder, u8 lane_mask, u16 addr); -- Jani Nikula, Intel
