Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_ddi.c219 if (intel_phy_is_tc(dev_priv, phy)) in intel_wait_ddi_buf_active()
344 if (IS_ALDERLAKE_P(i915) && intel_phy_is_tc(i915, phy)) { in intel_ddi_init_dp_buf_reg()
913 intel_phy_is_tc(i915, phy))) in intel_ddi_main_link_aux_domain()
2090 if (!intel_phy_is_tc(dev_priv, phy) || in icl_program_mg_dp_mode()
3049 bool is_tc_port = intel_phy_is_tc(i915, phy); in intel_ddi_post_pll_disable()
3228 } else if (IS_ALDERLAKE_P(dev_priv) && intel_phy_is_tc(dev_priv, phy)) { in intel_enable_ddi_hdmi()
3361 if (DISPLAY_VER(i915) >= 14 || !intel_phy_is_tc(i915, phy)) in intel_ddi_update_active_dpll()
3379 bool is_tc_port = intel_phy_is_tc(dev_priv, phy); in intel_ddi_pre_pll_enable()
4005 if (intel_phy_is_tc(i915, phy)) in intel_ddi_sync_state()
4020 if (intel_phy_is_tc(i915, phy)) { in intel_ddi_initial_fastset_check()
[all …]
Dintel_pmdemand.c123 if (intel_phy_is_tc(i915, phy)) in intel_pmdemand_update_phys_mask()
232 return intel_phy_is_tc(i915, phy); in intel_pmdemand_encoder_has_tc_phy()
Dintel_tc.c107 return intel_phy_is_tc(i915, phy) && tc->mode == mode; in intel_tc_port_in_mode()
322 if (!intel_phy_is_tc(i915, phy) || tc->mode != TC_PORT_DP_ALT) in intel_tc_port_fia_max_lane_count()
1600 if (!intel_phy_is_tc(i915, phy)) in intel_tc_port_link_needs_reset()
1706 if (!intel_phy_is_tc(i915, phy)) in intel_tc_port_link_cancel_reset_work()
Dintel_display.h450 bool intel_phy_is_tc(struct drm_i915_private *dev_priv, enum phy phy);
Dintel_dp_aux.c220 bool is_tc_port = intel_phy_is_tc(i915, phy); in intel_dp_aux_xfer()
Dintel_display_power_well.c543 if (intel_phy_is_tc(dev_priv, phy)) in icl_aux_power_well_enable()
558 if (intel_phy_is_tc(dev_priv, phy)) in icl_aux_power_well_disable()
Dintel_hdmi.c1861 if (intel_phy_is_tc(dev_priv, phy) && clock > 500000 && clock < 532800) in hdmi_port_clock_valid()
2777 else if (intel_phy_is_tc(dev_priv, phy)) in icl_port_to_ddc_pin()
Dintel_dpll_mgr.c3345 else if (intel_phy_is_tc(dev_priv, phy)) in icl_compute_dplls()
3362 else if (intel_phy_is_tc(dev_priv, phy)) in icl_get_dplls()
Dintel_bios.c2823 if (intel_phy_is_tc(i915, phy)) in init_vbt_missing_defaults()
Dintel_display.c1765 bool intel_phy_is_tc(struct drm_i915_private *dev_priv, enum phy phy) in intel_phy_is_tc() function
1813 if (!intel_phy_is_tc(dev_priv, intel_port_to_phy(dev_priv, port))) in intel_port_to_tc()
Dintel_dp.c5679 drm_WARN_ON(dev, intel_phy_is_tc(dev_priv, phy)); in intel_dp_init_connector()