Searched refs:SDVO_ENABLE (Results 1 – 6 of 6) sorted by relevance
53 enabled_bits = HAS_DDI(dev) ? DDI_BUF_CTL_ENABLE : SDVO_ENABLE; in assert_hdmi_port_disabled()891 if (!(tmp & SDVO_ENABLE)) in intel_hdmi_get_hw_state()974 temp |= SDVO_ENABLE; in g4x_enable_hdmi()995 temp |= SDVO_ENABLE; in ibx_enable_hdmi()1017 I915_WRITE(intel_hdmi->hdmi_reg, temp & ~SDVO_ENABLE); in ibx_enable_hdmi()1045 temp |= SDVO_ENABLE; in cpt_enable_hdmi()1101 temp &= ~(SDVO_ENABLE | SDVO_AUDIO_ENABLE); in intel_disable_hdmi()1112 temp |= SDVO_ENABLE; in intel_disable_hdmi()1122 temp &= ~SDVO_ENABLE; in intel_disable_hdmi()
1346 if (!(tmp & SDVO_ENABLE) && (active_outputs == 0)) in intel_sdvo_get_hw_state()1458 temp &= ~SDVO_ENABLE; in intel_disable_sdvo()1468 temp |= SDVO_ENABLE; in intel_disable_sdvo()1471 temp &= ~SDVO_ENABLE; in intel_disable_sdvo()1497 temp |= SDVO_ENABLE; in intel_enable_sdvo()
3342 #define SDVO_ENABLE (1 << 31) macro
1501 if ((val & SDVO_ENABLE) == 0) in hdmi_pipe_enabled()1569 I915_STATE_WARN(HAS_PCH_IBX(dev_priv->dev) && (val & SDVO_ENABLE) == 0 in assert_pch_hdmi_disabled()
1125 if ((temp & SDVO_ENABLE) != 0) { in psb_intel_sdvo_dpms()1126 psb_intel_sdvo_write_sdvox(psb_intel_sdvo, temp & ~SDVO_ENABLE); in psb_intel_sdvo_dpms()1138 if ((temp & SDVO_ENABLE) == 0) in psb_intel_sdvo_dpms()1139 psb_intel_sdvo_write_sdvox(psb_intel_sdvo, temp | SDVO_ENABLE); in psb_intel_sdvo_dpms()
415 #define SDVO_ENABLE (1 << 31) macro