Searched refs:intel_phy_is_tc (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/i915/display/ |
| D | intel_ddi.c | 288 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 …]
|
| D | intel_dp_aux.c | 173 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()
|
| D | intel_display.h | 563 bool intel_phy_is_tc(struct drm_i915_private *dev_priv, enum phy phy);
|
| D | intel_display_power.c | 669 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()
|
| D | intel_bios.c | 2194 if (intel_phy_is_tc(i915, phy)) in init_vbt_missing_defaults()
|
| D | intel_hdmi.c | 2646 else if (intel_phy_is_tc(dev_priv, phy)) in icl_port_to_ddc_pin()
|
| D | intel_dpll_mgr.c | 3304 else if (intel_phy_is_tc(dev_priv, phy)) in icl_get_dplls()
|
| D | intel_display.c | 3775 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()
|
| D | intel_dp.c | 5313 drm_WARN_ON(dev, intel_phy_is_tc(dev_priv, phy)); in intel_dp_init_connector()
|