Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_hdmi.c643 hdmi_val |= SDVO_PIPE_SEL_CPT(intel_crtc->pipe); in intel_hdmi_mode_set()
H A Dintel_sdvo.c1250 sdvox |= SDVO_PIPE_SEL_CPT(intel_crtc->pipe); in intel_sdvo_mode_set()
H A Di915_reg.h2048 #define SDVO_PIPE_SEL_CPT(pipe) ((pipe) << 29) macro
H A Dintel_display.c1211 if ((val & SDVO_PIPE_SEL_MASK_CPT) != SDVO_PIPE_SEL_CPT(pipe)) in hdmi_pipe_enabled()