Home
last modified time | relevance | path

Searched refs:intel_phy_is_tc (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_ddi.c296 if (IS_ALDERLAKE_P(i915) && intel_phy_is_tc(i915, phy)) { in intel_ddi_init_dp_buf_reg()
907 intel_phy_is_tc(dev_priv, phy)) { in intel_ddi_get_power_domains()
2030 if (!intel_phy_is_tc(dev_priv, phy) || in icl_program_mg_dp_mode()
2707 bool is_tc_port = intel_phy_is_tc(dev_priv, phy); in intel_ddi_post_disable()
3071 bool is_tc_port = intel_phy_is_tc(dev_priv, phy); in intel_ddi_pre_pll_enable()
3614 if (intel_phy_is_tc(i915, phy)) in intel_ddi_sync_state()
3802 if (intel_phy_is_tc(i915, phy)) in intel_ddi_encoder_destroy()
3973 bool is_tc = intel_phy_is_tc(i915, phy); in intel_ddi_hotplug()
4225 if (!intel_phy_is_tc(i915, phy)) in intel_ddi_encoder_suspend()
4241 if (!intel_phy_is_tc(i915, phy)) in intel_ddi_encoder_shutdown()
[all …]
Dintel_dp_aux.c187 bool is_tc_port = intel_phy_is_tc(i915, phy); in intel_dp_aux_xfer()
Dintel_display.h587 bool intel_phy_is_tc(struct drm_i915_private *dev_priv, enum phy phy);
Dintel_display_power_well.c547 if (intel_phy_is_tc(dev_priv, phy)) in icl_aux_power_well_enable()
562 if (intel_phy_is_tc(dev_priv, phy)) in icl_aux_power_well_disable()
Dintel_tc.c36 return intel_phy_is_tc(i915, phy) && dig_port->tc_mode == mode; in intel_tc_port_in_mode()
Dintel_hdmi.c1867 if (intel_phy_is_tc(dev_priv, phy) && clock > 500000 && clock < 532800) in hdmi_port_clock_valid()
2723 else if (intel_phy_is_tc(dev_priv, phy)) in icl_port_to_ddc_pin()
Dintel_bios.c2696 if (intel_phy_is_tc(i915, phy)) in init_vbt_missing_defaults()
Dintel_dpll_mgr.c3275 else if (intel_phy_is_tc(dev_priv, phy)) in icl_get_dplls()
Dintel_dp.c5322 drm_WARN_ON(dev, intel_phy_is_tc(dev_priv, phy)); in intel_dp_init_connector()
Dintel_display.c2105 bool intel_phy_is_tc(struct drm_i915_private *dev_priv, enum phy phy) in intel_phy_is_tc() function
2152 if (!intel_phy_is_tc(dev_priv, intel_port_to_phy(dev_priv, port))) in intel_port_to_tc()