Searched refs:intel_phy_is_tc (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_ddi.c | 299 if (IS_ALDERLAKE_P(i915) && intel_phy_is_tc(i915, phy)) { in intel_ddi_init_dp_buf_reg() 895 intel_phy_is_tc(dev_priv, phy)) { in intel_ddi_get_power_domains() 2015 if (!intel_phy_is_tc(dev_priv, phy) || in icl_program_mg_dp_mode() 2688 bool is_tc_port = intel_phy_is_tc(dev_priv, phy); in intel_ddi_post_disable() 2898 if (IS_ALDERLAKE_P(dev_priv) && intel_phy_is_tc(dev_priv, phy)) { in intel_enable_ddi_hdmi() 3058 bool is_tc_port = intel_phy_is_tc(dev_priv, phy); in intel_ddi_pre_pll_enable() 3581 if (intel_phy_is_tc(i915, phy)) in intel_ddi_sync_state() 3595 if (intel_phy_is_tc(i915, phy)) { in intel_ddi_initial_fastset_check() 3781 if (intel_phy_is_tc(i915, phy)) in intel_ddi_encoder_destroy() 3952 bool is_tc = intel_phy_is_tc(i915, phy); in intel_ddi_hotplug() [all …]
|
D | intel_dp_aux.c | 195 bool is_tc_port = intel_phy_is_tc(i915, phy); in intel_dp_aux_xfer()
|
D | intel_display.h | 597 bool intel_phy_is_tc(struct drm_i915_private *dev_priv, enum phy phy);
|
D | intel_display_power_well.c | 547 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()
|
D | intel_tc.c | 36 return intel_phy_is_tc(i915, phy) && dig_port->tc_mode == mode; in intel_tc_port_in_mode()
|
D | intel_hdmi.c | 1868 if (intel_phy_is_tc(dev_priv, phy) && clock > 500000 && clock < 532800) in hdmi_port_clock_valid() 2733 else if (intel_phy_is_tc(dev_priv, phy)) in icl_port_to_ddc_pin()
|
D | intel_dpll_mgr.c | 3372 else if (intel_phy_is_tc(dev_priv, phy)) in icl_compute_dplls() 3389 else if (intel_phy_is_tc(dev_priv, phy)) in icl_get_dplls()
|
D | intel_bios.c | 2893 if (intel_phy_is_tc(i915, phy)) in init_vbt_missing_defaults()
|
D | intel_display.c | 2107 bool intel_phy_is_tc(struct drm_i915_private *dev_priv, enum phy phy) in intel_phy_is_tc() function 2154 if (!intel_phy_is_tc(dev_priv, intel_port_to_phy(dev_priv, port))) in intel_port_to_tc()
|
D | intel_dp.c | 5389 drm_WARN_ON(dev, intel_phy_is_tc(dev_priv, phy)); in intel_dp_init_connector()
|