Searched refs:TRANS_DDI_FUNC_ENABLE (Results 1 – 6 of 6) sorted by relevance
70 if (!(vgpu_vreg(vgpu, _TRANS_DDI_FUNC_CTL_EDP) & TRANS_DDI_FUNC_ENABLE)) in edp_pipe_is_enabled()230 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()250 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()270 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()
779 tmp |= TRANS_DDI_FUNC_ENABLE; in gen11_dsi_configure_transcoder()1170 tmp &= ~TRANS_DDI_FUNC_ENABLE; in gen11_dsi_deconfigure_trancoder()
1839 temp = TRANS_DDI_FUNC_ENABLE; in intel_ddi_transcoder_func_reg_val_get()1949 temp &= ~TRANS_DDI_FUNC_ENABLE; in intel_ddi_config_transcoder_func()1961 val &= ~TRANS_DDI_FUNC_ENABLE; in intel_ddi_disable_transcoder_func()
89 TRANS_DDI_FUNC_ENABLE, in assert_hdmi_transcoder_func_disabled()
1152 cur_state = !!(val & TRANS_DDI_FUNC_ENABLE); in assert_fdi_tx()10738 if (!(tmp & TRANS_DDI_FUNC_ENABLE)) in hsw_get_transcoder_state()
9670 #define TRANS_DDI_FUNC_ENABLE (1 << 31) macro