Searched refs:dp_tp_ctl_value (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/i915/display/ |
| D | intel_dp.c | 5500 u32 trans_ddi_func_ctl_value, trans_conf_value, dp_tp_ctl_value; in intel_dp_autotest_phy_ddi_disable() local 5505 dp_tp_ctl_value = intel_de_read(dev_priv, TGL_DP_TP_CTL(pipe)); in intel_dp_autotest_phy_ddi_disable() 5510 dp_tp_ctl_value &= ~DP_TP_CTL_ENABLE; in intel_dp_autotest_phy_ddi_disable() 5515 intel_de_write(dev_priv, TGL_DP_TP_CTL(pipe), dp_tp_ctl_value); in intel_dp_autotest_phy_ddi_disable() 5527 u32 trans_ddi_func_ctl_value, trans_conf_value, dp_tp_ctl_value; in intel_dp_autotest_phy_ddi_enable() local 5532 dp_tp_ctl_value = intel_de_read(dev_priv, TGL_DP_TP_CTL(pipe)); in intel_dp_autotest_phy_ddi_enable() 5537 dp_tp_ctl_value |= DP_TP_CTL_ENABLE; in intel_dp_autotest_phy_ddi_enable() 5540 intel_de_write(dev_priv, TGL_DP_TP_CTL(pipe), dp_tp_ctl_value); in intel_dp_autotest_phy_ddi_enable()
|