Lines Matching defs:pScrni
180 LXInitOffscreen(ScrnInfoPtr pScrni)
182 GeodeRec *pGeode = GEODEPTR(pScrni);
189 pGeode->displaySize = MAX(pScrni->virtualX, pScrni->virtualY)
197 int size = pScrni->virtualY * LX_CB_PITCH;
210 xf86DrvMsg(pScrni->scrnIndex, X_ERROR,
226 xf86DrvMsg(pScrni->scrnIndex, X_ERROR,
279 xf86DrvMsg(pScrni->scrnIndex, X_INFO, "LX video memory:\n");
280 xf86DrvMsg(pScrni->scrnIndex, X_INFO, " Display: 0x%x bytes\n",
284 xf86DrvMsg(pScrni->scrnIndex, X_INFO, " Compression: 0x%x bytes\n",
285 pScrni->virtualY * LX_CB_PITCH);
288 xf86DrvMsg(pScrni->scrnIndex, X_INFO, " Cursor: 0x%x bytes\n",
292 xf86DrvMsg(pScrni->scrnIndex, X_INFO, " ExaBfrSz: 0x%x bytes\n",
296 xf86DrvMsg(pScrni->scrnIndex, X_INFO, " EXA: 0x%x bytes\n",
300 xf86DrvMsg(pScrni->scrnIndex, X_INFO, " FREE: 0x%x bytes\n",
307 GeodeCloseOffscreen(ScrnInfoPtr pScrni)
309 GeodeRec *pGeode = GEODEPTR(pScrni);