Searched refs:trans_conf_value (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_dp.c | 5514 u32 trans_ddi_func_ctl_value, trans_conf_value, dp_tp_ctl_value; in intel_dp_autotest_phy_ddi_disable() local 5518 trans_conf_value = intel_de_read(dev_priv, PIPECONF(pipe)); in intel_dp_autotest_phy_ddi_disable() 5523 trans_conf_value &= ~PIPECONF_ENABLE; in intel_dp_autotest_phy_ddi_disable() 5526 intel_de_write(dev_priv, PIPECONF(pipe), trans_conf_value); in intel_dp_autotest_phy_ddi_disable() 5541 u32 trans_ddi_func_ctl_value, trans_conf_value, dp_tp_ctl_value; in intel_dp_autotest_phy_ddi_enable() local 5545 trans_conf_value = intel_de_read(dev_priv, PIPECONF(pipe)); in intel_dp_autotest_phy_ddi_enable() 5550 trans_conf_value |= PIPECONF_ENABLE; in intel_dp_autotest_phy_ddi_enable() 5553 intel_de_write(dev_priv, PIPECONF(pipe), trans_conf_value); in intel_dp_autotest_phy_ddi_enable()
|