Lines Matching refs:pI830Priv
2802 I830PortPrivPtr pI830Priv = GET_PORT_PRIVATE(pScrn);
2819 if (!i830_clip_video_helper (pScrn, pI830Priv, &crtc, &dstBox,
2825 pI830Priv->YBuf0offset = surface->offsets[0];
2826 pI830Priv->YBuf1offset = pI830Priv->YBuf0offset;
2829 if (!pI830Priv->textured && pI830->overlayOn && pI830Priv->doubleBuffer)
2830 pI830Priv->currentBuf = !((INREG(DOVSTA) & OC_BUF) >> 20);
2836 xf86XVFillKeyHelper(pScrn->pScreen, pI830Priv->colorKey, clipBoxes);
2840 if (pI830Priv->videoStatus & CLIENT_VIDEO_ON) {
2841 REGION_EMPTY(pScrn->pScreen, &pI830Priv->clip);
2843 pI830Priv->videoStatus = FREE_TIMER;
2844 pI830Priv->freeTime = currentTime.milliseconds + FREE_DELAY;