Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_ddi.c288 if (IS_ALDERLAKE_P(i915) && intel_phy_is_tc(i915, phy)) { in intel_ddi_init_dp_buf_reg()
864 if (!intel_phy_is_tc(dev_priv, phy) || in intel_ddi_get_power_domains()
876 intel_phy_is_tc(dev_priv, phy)) { in intel_ddi_get_power_domains()
2061 if (!intel_phy_is_tc(dev_priv, phy) || in icl_program_mg_dp_mode()
2356 if (!intel_phy_is_tc(dev_priv, phy) || in dg2_ddi_pre_enable_dp()
2479 if (!intel_phy_is_tc(dev_priv, phy) || in tgl_ddi_pre_enable_dp()
2604 if (!intel_phy_is_tc(dev_priv, phy) || in hsw_ddi_pre_enable_dp()
2818 if (!intel_phy_is_tc(dev_priv, phy) || in intel_ddi_post_disable_dp()
2860 bool is_tc_port = intel_phy_is_tc(dev_priv, phy); in intel_ddi_post_disable()
3284 bool is_tc_port = intel_phy_is_tc(dev_priv, phy); in intel_ddi_pre_pll_enable()
[all …]
Dintel_dp_aux.c173 if (intel_phy_is_tc(i915, phy) && in skl_get_aux_send_ctl()
191 bool is_tc_port = intel_phy_is_tc(i915, phy); in intel_dp_aux_xfer()
Dintel_display.h563 bool intel_phy_is_tc(struct drm_i915_private *dev_priv, enum phy phy);
Dintel_display_power.c669 if (intel_phy_is_tc(dev_priv, phy)) in icl_aux_power_well_enable()
684 if (intel_phy_is_tc(dev_priv, phy)) in icl_aux_power_well_disable()
Dintel_bios.c2194 if (intel_phy_is_tc(i915, phy)) in init_vbt_missing_defaults()
Dintel_hdmi.c2646 else if (intel_phy_is_tc(dev_priv, phy)) in icl_port_to_ddc_pin()
Dintel_dpll_mgr.c3304 else if (intel_phy_is_tc(dev_priv, phy)) in icl_get_dplls()
Dintel_display.c3775 bool intel_phy_is_tc(struct drm_i915_private *dev_priv, enum phy phy) in intel_phy_is_tc() function
3822 if (!intel_phy_is_tc(dev_priv, intel_port_to_phy(dev_priv, port))) in intel_port_to_tc()
3864 if (intel_phy_is_tc(dev_priv, phy) && in intel_aux_power_domain()
Dintel_dp.c5313 drm_WARN_ON(dev, intel_phy_is_tc(dev_priv, phy)); in intel_dp_init_connector()