diff mbox series

drm/i915: Remove prototype for intel_cx0_phy_ddi_vswing_sequence()

Message ID 20230613214658.1099759-1-gustavo.sousa@intel.com (mailing list archive)
State New, archived
Headers show
Series drm/i915: Remove prototype for intel_cx0_phy_ddi_vswing_sequence() | expand

Commit Message

Gustavo Sousa June 13, 2023, 9:46 p.m. UTC
That function is not defined anywhere.

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/i915/display/intel_cx0_phy.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Ravi Kumar Vodapalli June 21, 2023, 3:24 p.m. UTC | #1
Hi Gustavo,

Looks good,

On 6/14/2023 3:16 AM, Gustavo Sousa wrote:
> That function is not defined anywhere.
>
> Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
> ---
>   drivers/gpu/drm/i915/display/intel_cx0_phy.h | 3 ---
>   1 file changed, 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.h b/drivers/gpu/drm/i915/display/intel_cx0_phy.h
> index f99809af257d..4c4db5cdcbd0 100644
> --- a/drivers/gpu/drm/i915/display/intel_cx0_phy.h
> +++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.h
> @@ -43,8 +43,5 @@ int intel_c20pll_calc_port_clock(struct intel_encoder *encoder,
>   void intel_cx0_phy_set_signal_levels(struct intel_encoder *encoder,
>   				     const struct intel_crtc_state *crtc_state);
>   int intel_cx0_phy_check_hdmi_link_rate(struct intel_hdmi *hdmi, int clock);
> -void intel_cx0_phy_ddi_vswing_sequence(struct intel_encoder *encoder,
> -				       const struct intel_crtc_state *crtc_state,
> -				       u32 level);
>   int intel_mtl_tbt_calc_port_clock(struct intel_encoder *encoder);
>   #endif /* __INTEL_CX0_PHY_H__ */
Reviewed-by: Ravi Kumar Vodapalli <ravi.kumar.vodapalli@intel.com>
diff mbox series

Patch

diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.h b/drivers/gpu/drm/i915/display/intel_cx0_phy.h
index f99809af257d..4c4db5cdcbd0 100644
--- a/drivers/gpu/drm/i915/display/intel_cx0_phy.h
+++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.h
@@ -43,8 +43,5 @@  int intel_c20pll_calc_port_clock(struct intel_encoder *encoder,
 void intel_cx0_phy_set_signal_levels(struct intel_encoder *encoder,
 				     const struct intel_crtc_state *crtc_state);
 int intel_cx0_phy_check_hdmi_link_rate(struct intel_hdmi *hdmi, int clock);
-void intel_cx0_phy_ddi_vswing_sequence(struct intel_encoder *encoder,
-				       const struct intel_crtc_state *crtc_state,
-				       u32 level);
 int intel_mtl_tbt_calc_port_clock(struct intel_encoder *encoder);
 #endif /* __INTEL_CX0_PHY_H__ */