Searched refs:TRANS_DDI_FUNC_ENABLE (Results 1 – 8 of 8) sorted by relevance
66 if (!(vgpu_vreg(vgpu, _TRANS_DDI_FUNC_CTL_EDP) & TRANS_DDI_FUNC_ENABLE)) in edp_pipe_is_enabled()198 TRANS_DDI_PORT_MASK | TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()285 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()315 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()345 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()412 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()438 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()464 TRANS_DDI_FUNC_ENABLE); in emulate_monitor_status_change()
866 tmp |= TRANS_DDI_FUNC_ENABLE; in gen11_dsi_configure_transcoder()1377 tmp &= ~TRANS_DDI_FUNC_ENABLE; in gen11_dsi_deconfigure_trancoder()
33 cur_state = intel_de_read(dev_priv, TRANS_DDI_FUNC_CTL(cpu_transcoder)) & TRANS_DDI_FUNC_ENABLE; in assert_fdi_tx()
438 temp = TRANS_DDI_FUNC_ENABLE; in intel_ddi_transcoder_func_reg_val_get()578 ctl &= ~TRANS_DDI_FUNC_ENABLE; in intel_ddi_config_transcoder_func()597 ctl &= ~TRANS_DDI_FUNC_ENABLE; in intel_ddi_disable_transcoder_func()
3694 trans_ddi_func_ctl_value &= ~(TRANS_DDI_FUNC_ENABLE | in intel_dp_autotest_phy_ddi_disable()3722 trans_ddi_func_ctl_value |= TRANS_DDI_FUNC_ENABLE | in intel_dp_autotest_phy_ddi_enable()
83 TRANS_DDI_FUNC_ENABLE, in assert_hdmi_transcoder_func_disabled()
3750 return tmp & TRANS_DDI_FUNC_ENABLE; in transcoder_ddi_func_is_enabled()3865 if (!(tmp & TRANS_DDI_FUNC_ENABLE)) in hsw_enabled_transcoders()
6832 #define TRANS_DDI_FUNC_ENABLE (1 << 31) macro