Home
last modified time | relevance | path

Searched refs:DP_TP_CTL_ENABLE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_ddi.c1428 DP_TP_CTL_ENABLE); in hsw_fdi_link_train()
1487 temp &= ~(DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_MASK); in hsw_fdi_link_train()
1507 DP_TP_CTL_ENABLE); in hsw_fdi_link_train()
3618 val &= ~(DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_MASK); in intel_disable_ddi_buf()
4122 if (dp_tp_ctl & DP_TP_CTL_ENABLE) { in intel_ddi_prepare_link_retrain()
4130 dp_tp_ctl &= ~(DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_MASK); in intel_ddi_prepare_link_retrain()
4139 dp_tp_ctl = DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_PAT1; in intel_ddi_prepare_link_retrain()
Dintel_dp.c5510 dp_tp_ctl_value &= ~DP_TP_CTL_ENABLE; in intel_dp_autotest_phy_ddi_disable()
5537 dp_tp_ctl_value |= DP_TP_CTL_ENABLE; in intel_dp_autotest_phy_ddi_enable()
/Linux-v5.10/drivers/gpu/drm/i915/gvt/
Dhandlers.c577 (tx_ctl & DP_TP_CTL_ENABLE) && in fdi_auto_training_started()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_reg.h9959 #define DP_TP_CTL_ENABLE (1 << 31) macro