Searched refs:intel_phy_is_tc (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_ddi.c | 1573 if (intel_phy_is_tc(dev_priv, phy) && in intel_ddi_clock_get() 2107 if (!intel_phy_is_tc(dev_priv, phy) || in intel_ddi_get_power_domains() 2117 intel_phy_is_tc(dev_priv, phy)) in intel_ddi_get_power_domains() 2896 } else if (intel_phy_is_tc(dev_priv, phy)) { in icl_dpclka_cfgcr0_clk_off() 3324 if (!intel_phy_is_tc(dev_priv, phy) || in tgl_ddi_pre_enable_dp() 3444 if (!intel_phy_is_tc(dev_priv, phy) || in hsw_ddi_pre_enable_dp() 3683 if (!intel_phy_is_tc(dev_priv, phy) || in intel_ddi_post_disable_dp() 3723 bool is_tc_port = intel_phy_is_tc(dev_priv, phy); in intel_ddi_post_disable() 4092 bool is_tc_port = intel_phy_is_tc(dev_priv, phy); in intel_ddi_pre_pll_enable() 4811 bool is_tc = intel_phy_is_tc(i915, phy); in intel_ddi_hotplug() [all …]
|
D | intel_display.h | 534 bool intel_phy_is_tc(struct drm_i915_private *dev_priv, enum phy phy);
|
D | intel_dp.c | 1361 if (intel_phy_is_tc(i915, phy) && in skl_get_aux_send_ctl() 1379 bool is_tc_port = intel_phy_is_tc(i915, phy); in intel_dp_aux_xfer() 7780 drm_WARN_ON(dev, intel_phy_is_tc(dev_priv, phy)); in intel_dp_init_connector()
|
D | intel_display_power.c | 663 if (is_tbt || intel_phy_is_tc(dev_priv, phy)) in icl_aux_power_well_enable() 680 if (is_tbt || intel_phy_is_tc(dev_priv, phy)) in icl_aux_power_well_disable()
|
D | intel_bios.c | 1997 if (intel_phy_is_tc(dev_priv, phy)) in init_vbt_missing_defaults()
|
D | intel_hdmi.c | 3094 else if (intel_phy_is_tc(dev_priv, phy)) in icl_port_to_ddc_pin()
|
D | intel_display.c | 7286 bool intel_phy_is_tc(struct drm_i915_private *dev_priv, enum phy phy) in intel_phy_is_tc() function 7310 if (!intel_phy_is_tc(dev_priv, intel_port_to_phy(dev_priv, port))) in intel_port_to_tc() 7352 if (intel_phy_is_tc(dev_priv, phy) && in intel_aux_power_domain() 10877 } else if (intel_phy_is_tc(dev_priv, phy)) { in icl_get_ddi_pll() 18777 intel_phy_is_tc(dev_priv, phy)) in intel_modeset_setup_hw_state()
|
D | intel_dpll_mgr.c | 3632 else if (intel_phy_is_tc(dev_priv, phy)) in icl_get_dplls()
|