Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_ddi.c299 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 …]
Dintel_dp_aux.c195 bool is_tc_port = intel_phy_is_tc(i915, phy); in intel_dp_aux_xfer()
Dintel_display.h597 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.c1868 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()
Dintel_dpll_mgr.c3372 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()
Dintel_bios.c2893 if (intel_phy_is_tc(i915, phy)) in init_vbt_missing_defaults()
Dintel_display.c2107 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()
Dintel_dp.c5389 drm_WARN_ON(dev, intel_phy_is_tc(dev_priv, phy)); in intel_dp_init_connector()