Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
A Dg4x_hdmi.c229 temp |= SDVO_ENABLE; in g4x_hdmi_enable_port()
288 temp |= SDVO_ENABLE; in ibx_enable_hdmi()
309 temp & ~SDVO_ENABLE); in ibx_enable_hdmi()
336 temp |= SDVO_ENABLE; in cpt_enable_hdmi()
392 temp &= ~SDVO_ENABLE; in intel_disable_hdmi()
410 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_hdmi()
420 temp &= ~SDVO_ENABLE; in intel_disable_hdmi()
A Dintel_sdvo.c1682 return val & SDVO_ENABLE; in intel_sdvo_port_enabled()
1851 temp &= ~SDVO_ENABLE; in intel_disable_sdvo()
1868 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_sdvo()
1871 temp &= ~SDVO_ENABLE; in intel_disable_sdvo()
1911 temp |= SDVO_ENABLE; in intel_enable_sdvo()
A Dintel_pch_display.c123 if (val & SDVO_ENABLE || in ibx_sanitize_pch_hdmi_port()
A Dintel_display_regs.h524 #define SDVO_ENABLE (1 << 31) macro
A Dintel_hdmi.c75 enabled_bits = HAS_DDI(display) ? DDI_BUF_CTL_ENABLE : SDVO_ENABLE; in assert_hdmi_port_disabled()
/drivers/gpu/drm/gma500/
A Dpsb_intel_sdvo.c1125 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()
A Dpsb_intel_reg.h403 #define SDVO_ENABLE (1 << 31) macro

Completed in 54 milliseconds