Lines Matching defs:pipe
24 * Returns whether any output on the specified pipe is of the specified type
58 int pipe = gma_crtc->pipe;
59 const struct psb_offset *map = &dev_priv->regmap[pipe];
141 const struct psb_offset *map = &dev_priv->regmap[gma_crtc->pipe];
164 /* FIXME: Why pipe[0] and not pipe[..._crtc->pipe]? */
165 dev_priv->regs.pipe[0].palette[i] =
184 * Sets the power management mode of the pipe and plane.
187 * on appropriately at the same time as we're turning the pipe off/on.
194 int pipe = gma_crtc->pipe;
195 const struct psb_offset *map = &dev_priv->regmap[pipe];
242 /* Enable the pipe */
256 * if it's on this pipe */
268 * if it's on this pipe */
290 /* Disable pipe */
329 int pipe = gma_crtc->pipe;
330 uint32_t control = (pipe == 0) ? CURACNTR : CURBCNTR;
331 uint32_t base = (pipe == 0) ? CURABASE : CURBBASE;
416 /* set the pipe for the cursor */
417 temp |= (pipe << 28);
446 int pipe = gma_crtc->pipe;
465 REG_WRITE((pipe == 0) ? CURAPOS : CURBPOS, temp);
466 REG_WRITE((pipe == 0) ? CURABASE : CURBBASE, addr);
581 const struct psb_offset *map = &dev_priv->regmap[gma_crtc->pipe];
624 const struct psb_offset *map = &dev_priv->regmap[gma_crtc->pipe];