Lines Matching refs:contextRec
239 SAVAGEXvMCCreateContextRec *contextRec;
257 contextRec = (SAVAGEXvMCCreateContextRec *)*priv;
266 if(drmCreateContext(pSAVAGE->drmFD, &(contextRec->drmcontext) ) < 0) {
275 pSAVAGE->xvmcContext = contextRec->drmcontext;
276 contextRec->fbBase = pScrn->memPhysBase;
278 contextRec->MMIOHandle = pSAVAGEDRIServer->registers.handle;
279 contextRec->MMIOSize = pSAVAGEDRIServer->registers.size;
281 contextRec->DCTBlockHandle = pSAVAGEDRIServer->agpTextures.handle;
282 contextRec->DCTBlockOffset = pSAVAGEDRIServer->agpTextures.offset;
283 contextRec->DCTBlockSize = pSAVAGEDRIServer->agpTextures.size;
285 contextRec->SurfaceHandle = pSAVAGEDriPriv->xvmcSurfHandle;
286 contextRec->SurfaceOffset = pSAVAGE->hwmcOffset;
287 contextRec->SurfaceSize = pSAVAGE->hwmcSize;
289 contextRec->ApertureHandle = pSAVAGEDriPriv->apertureHandle;
290 contextRec->ApertureSize = pSAVAGEDriPriv->apertureSize;
292 contextRec->bitsPerPixel = pScrn->bitsPerPixel;
293 contextRec->frameX0 = pScrn->frameX0;
294 contextRec->frameY0 = pScrn->frameY0;
295 contextRec->IOBase = hwp->IOBase;
296 contextRec->displayWidth = pScrn->displayWidth;
299 strncpy (contextRec->busIdString, pDRIInfo->busIdString, 9);