Home
last modified time | relevance | path

Searched refs:is_tc_port (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_ddi.c3717 bool is_tc_port = intel_phy_is_tc(dev_priv, phy); in intel_ddi_pre_pll_enable() local
3719 if (is_tc_port) in intel_ddi_pre_pll_enable()
3722 if (intel_crtc_has_dp_encoder(crtc_state) || is_tc_port) in intel_ddi_pre_pll_enable()
3726 if (is_tc_port && dig_port->tc_mode != TC_PORT_TBT_ALT) in intel_ddi_pre_pll_enable()
3745 bool is_tc_port = intel_phy_is_tc(dev_priv, phy); in intel_ddi_post_pll_disable() local
3747 if (intel_crtc_has_dp_encoder(crtc_state) || is_tc_port) in intel_ddi_post_pll_disable()
3751 if (is_tc_port) in intel_ddi_post_pll_disable()
Dintel_dp.c1292 bool is_tc_port = intel_phy_is_tc(i915, phy); in intel_dp_aux_xfer() local
1308 if (is_tc_port) in intel_dp_aux_xfer()
1463 if (is_tc_port) in intel_dp_aux_xfer()