Searched refs:TRANS_DDI_FUNC_ENABLE (Results 1 – 6 of 6) sorted by relevance
65 if (!(vgpu_vreg(vgpu, _TRANS_DDI_FUNC_CTL_EDP) & TRANS_DDI_FUNC_ENABLE)) in edp_pipe_is_enabled()225 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()245 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()265 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()
751 tmp |= TRANS_DDI_FUNC_ENABLE; in gen11_dsi_configure_transcoder()1125 tmp &= ~TRANS_DDI_FUNC_ENABLE; in gen11_dsi_deconfigure_trancoder()
1775 temp = TRANS_DDI_FUNC_ENABLE; in intel_ddi_enable_transcoder_func()1860 val &= ~(TRANS_DDI_FUNC_ENABLE | TGL_TRANS_DDI_PORT_MASK | in intel_ddi_disable_transcoder_func()1863 val &= ~(TRANS_DDI_FUNC_ENABLE | TRANS_DDI_PORT_MASK | in intel_ddi_disable_transcoder_func()
84 TRANS_DDI_FUNC_ENABLE, in assert_hdmi_transcoder_func_disabled()
1128 cur_state = !!(val & TRANS_DDI_FUNC_ENABLE); in assert_fdi_tx()10238 if (!(tmp & TRANS_DDI_FUNC_ENABLE)) in hsw_get_transcoder_state()
9377 #define TRANS_DDI_FUNC_ENABLE (1 << 31) macro