Lines Matching refs:pipe
63 int pipe = gma_crtc->pipe; in gma_pipe_set_base() local
64 const struct psb_offset *map = &dev_priv->regmap[pipe]; in gma_pipe_set_base()
144 const struct psb_offset *map = &dev_priv->regmap[gma_crtc->pipe]; in gma_crtc_load_lut()
166 dev_priv->regs.pipe[0].palette[i] = in gma_crtc_load_lut()
205 int pipe = gma_crtc->pipe; in gma_crtc_dpms() local
206 const struct psb_offset *map = &dev_priv->regmap[pipe]; in gma_crtc_dpms()
284 drm_vblank_off(dev, pipe); in gma_crtc_dpms()
338 int pipe = gma_crtc->pipe; in gma_crtc_cursor_set() local
339 uint32_t control = (pipe == 0) ? CURACNTR : CURBCNTR; in gma_crtc_cursor_set()
340 uint32_t base = (pipe == 0) ? CURABASE : CURBBASE; in gma_crtc_cursor_set()
431 temp |= (pipe << 28); in gma_crtc_cursor_set()
462 int pipe = gma_crtc->pipe; in gma_crtc_cursor_move() local
481 REG_WRITE((pipe == 0) ? CURAPOS : CURBPOS, temp); in gma_crtc_cursor_move()
482 REG_WRITE((pipe == 0) ? CURABASE : CURBBASE, addr); in gma_crtc_cursor_move()
561 const struct psb_offset *map = &dev_priv->regmap[gma_crtc->pipe]; in gma_crtc_save()
604 const struct psb_offset *map = &dev_priv->regmap[gma_crtc->pipe]; in gma_crtc_restore()