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()197 TRANS_DDI_PORT_MASK | TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()284 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()314 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()344 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()411 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()437 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()463 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()
876 tmp |= TRANS_DDI_FUNC_ENABLE; in gen11_dsi_configure_transcoder()1367 tmp &= ~TRANS_DDI_FUNC_ENABLE; in gen11_dsi_deconfigure_trancoder()
428 temp = TRANS_DDI_FUNC_ENABLE; in intel_ddi_transcoder_func_reg_val_get()564 ctl &= ~TRANS_DDI_FUNC_ENABLE; in intel_ddi_config_transcoder_func()583 ctl &= ~TRANS_DDI_FUNC_ENABLE; in intel_ddi_disable_transcoder_func()
3276 trans_ddi_func_ctl_value &= ~(TRANS_DDI_FUNC_ENABLE | in intel_dp_autotest_phy_ddi_disable()3304 trans_ddi_func_ctl_value |= TRANS_DDI_FUNC_ENABLE | in intel_dp_autotest_phy_ddi_enable()
81 TRANS_DDI_FUNC_ENABLE, in assert_hdmi_transcoder_func_disabled()
512 cur_state = !!(val & TRANS_DDI_FUNC_ENABLE); in assert_fdi_tx()6246 if (!(tmp & TRANS_DDI_FUNC_ENABLE)) in hsw_get_transcoder_state()6362 if (!(tmp & TRANS_DDI_FUNC_ENABLE)) in hsw_get_ddi_port_state()
10148 #define TRANS_DDI_FUNC_ENABLE (1 << 31) macro