Home
last modified time | relevance | path

Searched refs:SDVO_ENABLE (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
A Dg4x_hdmi.c170 temp |= SDVO_ENABLE; in g4x_enable_hdmi()
193 temp |= SDVO_ENABLE; in ibx_enable_hdmi()
216 temp & ~SDVO_ENABLE); in ibx_enable_hdmi()
247 temp |= SDVO_ENABLE; in cpt_enable_hdmi()
309 temp &= ~(SDVO_ENABLE | HDMI_AUDIO_ENABLE); in intel_disable_hdmi()
327 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_hdmi()
337 temp &= ~SDVO_ENABLE; in intel_disable_hdmi()
A Dintel_sdvo.c1615 return val & SDVO_ENABLE; in intel_sdvo_port_enabled()
1782 temp &= ~SDVO_ENABLE; in intel_disable_sdvo()
1799 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_sdvo()
1802 temp &= ~SDVO_ENABLE; in intel_disable_sdvo()
1841 temp |= SDVO_ENABLE; in intel_enable_sdvo()
A Dintel_hdmi.c67 enabled_bits = HAS_DDI(dev_priv) ? DDI_BUF_CTL_ENABLE : SDVO_ENABLE; in assert_hdmi_port_disabled()
A Dintel_display.c11786 if (val & SDVO_ENABLE || in ibx_sanitize_pch_hdmi_port()
/linux/drivers/gpu/drm/gma500/
A Dpsb_intel_sdvo.c1103 if ((temp & SDVO_ENABLE) != 0) { in psb_intel_sdvo_dpms()
1104 psb_intel_sdvo_write_sdvox(psb_intel_sdvo, temp & ~SDVO_ENABLE); in psb_intel_sdvo_dpms()
1116 if ((temp & SDVO_ENABLE) == 0) in psb_intel_sdvo_dpms()
1117 psb_intel_sdvo_write_sdvox(psb_intel_sdvo, temp | SDVO_ENABLE); in psb_intel_sdvo_dpms()
A Dpsb_intel_reg.h403 #define SDVO_ENABLE (1 << 31) macro
/linux/drivers/gpu/drm/i915/
A Di915_reg.h5007 #define SDVO_ENABLE (1 << 31) macro

Completed in 114 milliseconds