Lines Matching defs:pScrni
53 ScrnInfoPtr pScrni = output->scrn;
54 GeodeRec *pGeode = GEODEPTR(pScrni);
66 xf86DrvMsg(pScrni->scrnIndex, X_ERROR,
76 xf86DrvMsg(pScrni->scrnIndex, X_ERROR,
85 ScrnInfoPtr pScrni = output->scrn;
86 GeodeRec *pGeode = GEODEPTR(pScrni);
113 xf86DrvMsg(pScrni->scrnIndex, X_ERROR,
158 ScrnInfoPtr pScrni = output->scrn;
159 GeodeRec *pGeode = GEODEPTR(pScrni);
173 pScrni->bitsPerPixel) != -1) {
180 pScrni->bitsPerPixel,
202 ScrnInfoPtr pScrni = output->scrn;
203 GeodeRec *pGeode = GEODEPTR(pScrni);
226 ScrnInfoPtr pScrni = output->scrn;
227 GeodeRec *pGeode = GEODEPTR(pScrni);
282 LXSetupOutput(ScrnInfoPtr pScrni)
286 GeodePtr pGeode = GEODEPTR(pScrni);
288 output = xf86OutputCreate(pScrni, &lx_output_funcs, "default");
303 GeodeI2CInit(pScrni, &lxpriv->pDDCBus, "CS5536 DDC");
305 if (pScrni->monitor->widthmm && pScrni->monitor->heightmm) {
307 output->mm_width = pScrni->monitor->widthmm;
308 output->mm_height = pScrni->monitor->heightmm;
312 output->mm_width = pScrni->monitor->widthmm = pGeode->mm_width;
313 output->mm_height = pScrni->monitor->heightmm = pGeode->mm_height;