Searched refs:TRANS_DDI_FUNC_ENABLE (Results 1 – 7 of 7) sorted by relevance
65 if (!(vgpu_vreg(vgpu, _TRANS_DDI_FUNC_CTL_EDP) & TRANS_DDI_FUNC_ENABLE)) in edp_pipe_is_enabled()255 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()281 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()307 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()
811 tmp |= TRANS_DDI_FUNC_ENABLE; in gen11_dsi_configure_transcoder()1281 tmp &= ~TRANS_DDI_FUNC_ENABLE; in gen11_dsi_deconfigure_trancoder()
1671 temp = TRANS_DDI_FUNC_ENABLE; in intel_ddi_transcoder_func_reg_val_get()1807 ctl &= ~TRANS_DDI_FUNC_ENABLE; in intel_ddi_config_transcoder_func()1826 ctl &= ~TRANS_DDI_FUNC_ENABLE; in intel_ddi_disable_transcoder_func()
85 TRANS_DDI_FUNC_ENABLE, in assert_hdmi_transcoder_func_disabled()
5507 trans_ddi_func_ctl_value &= ~(TRANS_DDI_FUNC_ENABLE | in intel_dp_autotest_phy_ddi_disable()5534 trans_ddi_func_ctl_value |= TRANS_DDI_FUNC_ENABLE | in intel_dp_autotest_phy_ddi_enable()
1151 cur_state = !!(val & TRANS_DDI_FUNC_ENABLE); in assert_fdi_tx()11010 if (!(tmp & TRANS_DDI_FUNC_ENABLE)) in hsw_get_transcoder_state()
9896 #define TRANS_DDI_FUNC_ENABLE (1 << 31) macro