> -----Original Message-----
> From: Intel-gfx <[email protected]> On Behalf Of Suraj
> Kandpal
> Sent: 17 June 2026 09:48
> To: [email protected]; [email protected]
> Cc: Nautiyal, Ankit K <[email protected]>; Kandpal, Suraj
> <[email protected]>
> Subject: [PATCH] drm/i915/cx0: Remove unnecessary hdmi link rate function
> declaration
> 
> intel_cx0_phy_check_hdmi_link_rate is not used by anyone but is still
> declared. Remove it.
> 
> 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);

Changes LGTM.
Reviewed-by: Mitul Golani <[email protected]>

> 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);
> --
> 2.34.1

Reply via email to