Searched refs:intel_phy_is_tc (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_ddi.c | 219 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 …]
|
D | intel_pmdemand.c | 123 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()
|
D | intel_tc.c | 107 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()
|
D | intel_display.h | 450 bool intel_phy_is_tc(struct drm_i915_private *dev_priv, enum phy phy);
|
D | intel_dp_aux.c | 220 bool is_tc_port = intel_phy_is_tc(i915, phy); in intel_dp_aux_xfer()
|
D | intel_display_power_well.c | 543 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()
|
D | intel_hdmi.c | 1861 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()
|
D | intel_dpll_mgr.c | 3345 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()
|
D | intel_bios.c | 2823 if (intel_phy_is_tc(i915, phy)) in init_vbt_missing_defaults()
|
D | intel_display.c | 1765 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()
|
D | intel_dp.c | 5679 drm_WARN_ON(dev, intel_phy_is_tc(dev_priv, phy)); in intel_dp_init_connector()
|