Lines Matching defs:pipe
70 enum pipe *pipe)
83 *pipe = PORT_TO_PIPE_CPT(tmp);
85 *pipe = PORT_TO_PIPE(tmp);
180 /* We need the pipe to run for anything but OFF. */
186 /* We call connector dpms manually below in case pipe dpms doesn't
189 /* From off to on, enable the pipe first. */
268 /* For CPT allow 3 pipe config, for others just use A or B */
273 adpa |= PORT_TRANS_SEL_CPT(intel_crtc->pipe);
274 else if (intel_crtc->pipe == 0)
280 I915_WRITE(BCLRPAT(intel_crtc->pipe), 0);
497 uint32_t pipe = to_intel_crtc(crt->base.base.crtc)->pipe;
515 bclrpat_reg = BCLRPAT(pipe);
516 vtotal_reg = VTOTAL(pipe);
517 vblank_reg = VBLANK(pipe);
518 vsync_reg = VSYNC(pipe);
519 pipeconf_reg = PIPECONF(pipe);
520 pipe_dsl_reg = PIPEDSL(pipe);
541 intel_wait_for_vblank(dev, pipe);