Home | History | Annotate | Download | only in i810

Lines Matching defs:contextRec

241   I810XvMCCreateContextRec *contextRec;
258 contextRec = (I810XvMCCreateContextRec *)*priv;
266 if(drmCreateContext(pI810->drmSubFD, &(contextRec->drmcontext) ) < 0) {
275 pI810->xvmcContext = contextRec->drmcontext;
276 contextRec->fbBase = pScrn->memPhysBase;
279 contextRec->OverlayOffset = pI810->CursorStart;
280 contextRec->OverlaySize = 4096;
282 contextRec->SurfacesOffset = pI810->MC.Start;
283 contextRec->SurfacesSize = pI810->MC.Size;
284 strncpy (contextRec->busIdString, pDRIInfo->busIdString, 9);