Searched refs:TRANS_DDI_FUNC_ENABLE (Results 1 – 7 of 7) sorted by relevance
77 if (!(vgpu_vreg(vgpu, _TRANS_DDI_FUNC_CTL_EDP) & TRANS_DDI_FUNC_ENABLE)) in edp_pipe_is_enabled()211 TRANS_DDI_PORT_MASK | TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()299 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()330 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()361 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()428 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()454 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()480 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()
832 tmp |= TRANS_DDI_FUNC_ENABLE; in gen11_dsi_configure_transcoder()1347 TRANS_DDI_FUNC_ENABLE, 0); in gen11_dsi_deconfigure_trancoder()
41 TRANS_DDI_FUNC_CTL(display, cpu_transcoder)) & TRANS_DDI_FUNC_ENABLE; in assert_fdi_tx()
518 temp = TRANS_DDI_FUNC_ENABLE; in intel_ddi_transcoder_func_reg_val_get()665 ctl &= ~TRANS_DDI_FUNC_ENABLE; in intel_ddi_config_transcoder_func()694 ctl &= ~TRANS_DDI_FUNC_ENABLE; in intel_ddi_disable_transcoder_func()
87 TRANS_DDI_FUNC_ENABLE, in assert_hdmi_transcoder_func_disabled()
3430 return tmp & TRANS_DDI_FUNC_ENABLE; in transcoder_ddi_func_is_enabled()3717 if (!(tmp & TRANS_DDI_FUNC_ENABLE)) in hsw_enabled_transcoders()
3480 #define TRANS_DDI_FUNC_ENABLE (1 << 31) macro