Home
last modified time | relevance | path

Searched refs:SDVO_PIPE_SEL (Results 1 – 4 of 4) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_hdmi.c645 hdmi_val |= SDVO_PIPE_SEL(intel_crtc->pipe); in intel_hdmi_mode_set()
713 enable_bits |= SDVO_PIPE_SEL(intel_crtc->pipe); in intel_enable_hdmi()
H A Dintel_sdvo.c1252 sdvox |= SDVO_PIPE_SEL(intel_crtc->pipe); in intel_sdvo_mode_set()
1437 temp |= SDVO_PIPE_SEL(intel_crtc->pipe); in intel_enable_sdvo()
H A Di915_reg.h2007 #define SDVO_PIPE_SEL(pipe) ((pipe) << 30) macro
H A Dintel_display.c1214 if ((val & SDVO_PIPE_SEL_MASK) != SDVO_PIPE_SEL(pipe)) in hdmi_pipe_enabled()