Lines Matching defs:pSmi
46 SMIPtr pSmi = SMIPTR(pScrn);
118 SMIPtr pSmi = SMIPTR(pScrn);
124 size = ((width * pSmi->Bpp + 15) & ~15) * height;
130 LEAVE(pSmi->FBBase + offset);
137 SMIPtr pSmi = SMIPTR(pScrn);
142 aligned_pitch = (width * pSmi->Bpp + 15) & ~15;
152 SMIPtr pSmi = SMIPTR(pScrn);
157 if (pSmi->useEXA && pPixmap)
184 SMIPtr pSmi = SMIPTR(pScrn);
192 if(!pSmi->NoAccel && pSmi->useEXA &&
193 ( !pSmi->fbArea || width != pScrn->virtualX || height != pScrn->virtualY )){
194 int aligned_pitch = (width*pSmi->Bpp + 15) & ~15;
203 if(pSmi->fbArea)
204 exaOffscreenFree(pScrn->pScreen, pSmi->fbArea);
206 pSmi->fbArea = fbArea;
207 pSmi->FBOffset = fbArea->offset;
208 pScrn->fbOffset = pSmi->FBOffset + pSmi->fbMapOffset;
211 -1,-1,-1,-1,-1, pSmi->FBBase + pSmi->FBOffset);
217 pScrn->pixmapPrivate.ptr = pSmi->FBBase + pSmi->FBOffset;
221 pScrn->displayWidth = aligned_pitch / pSmi->Bpp;
267 SMIPtr pSmi = SMIPTR(pScrn);
275 if(SMI_MSOC_SERIES(pSmi->Chipset)){