Home | History | Annotate | Download | only in src

Lines Matching defs:contextRec

243   I810XvMCCreateContextRec *contextRec;
260 contextRec = (I810XvMCCreateContextRec *)*priv;
268 if(drmCreateContext(pI810->drmSubFD, &(contextRec->drmcontext) ) < 0) {
277 pI810->xvmcContext = contextRec->drmcontext;
278 contextRec->fbBase = pScrn->memPhysBase;
281 contextRec->OverlayOffset = pI810->CursorStart;
282 contextRec->OverlaySize = 4096;
284 contextRec->SurfacesOffset = pI810->MC.Start;
285 contextRec->SurfacesSize = pI810->MC.Size;
286 strncpy (contextRec->busIdString, pDRIInfo->busIdString, 9);