Lines Matching defs:pI810

202   I810Ptr pI810 = I810PTR(pScrn);
207 pI810->surfaceAllocation[i] = 0;
211 if (drmAddMap(pI810->drmSubFD, (drm_handle_t)pI810->CursorStart,
212 4096, DRM_AGP, 0, (drmAddress) &pI810->overlay_map) < 0) {
216 if (drmAddMap(pI810->drmSubFD, (drm_handle_t)pI810->MC.Start,
217 pI810->MC.Size, DRM_AGP, 0, (drmAddress) &pI810->mc_map) < 0) {
241 I810Ptr pI810 = I810PTR(pScrn);
242 DRIInfoPtr pDRIInfo = pI810->pDRIInfo;
246 if(!pI810->directRenderingEnabled) {
253 if(pI810->xvmcContext) {
268 if(drmCreateContext(pI810->drmSubFD, &(contextRec->drmcontext) ) < 0) {
275 drmAuthMagic(pI810->drmSubFD, pContext->flags);
277 pI810->xvmcContext = contextRec->drmcontext;
281 contextRec->OverlayOffset = pI810->CursorStart;
284 contextRec->SurfacesOffset = pI810->MC.Start;
285 contextRec->SurfacesSize = pI810->MC.Size;
295 I810Ptr pI810 = I810PTR(pScrn);
309 if(pI810->numSurfaces == 6) {
310 for(i=0; i<pI810->numSurfaces; i++) {
311 if(!pI810->surfaceAllocation[i]) {
312 pI810->surfaceAllocation[i] = pSurf->surface_id;
321 if(pI810->numSurfaces == 7) {
322 for(i=0; i<pI810->numSurfaces; i++) {
323 if(!pI810->surfaceAllocation[i]) {
324 pI810->surfaceAllocation[i] = pSurf->surface_id;
341 I810Ptr pI810 = I810PTR(pScrn);
354 if(pI810->numSurfaces == 6) {
356 if(!pI810->surfaceAllocation[i]) {
357 pI810->surfaceAllocation[i] = pSubp->subpicture_id;
364 if(pI810->numSurfaces == 7) {
366 if(!pI810->surfaceAllocation[i]) {
367 pI810->surfaceAllocation[i] = pSubp->subpicture_id;
381 I810Ptr pI810 = I810PTR(pScrn);
383 drmDestroyContext(pI810->drmSubFD,pI810->xvmcContext);
384 pI810->xvmcContext = 0;
389 I810Ptr pI810 = I810PTR(pScrn);
393 if(pI810->surfaceAllocation[i] == pSurf->surface_id) {
394 pI810->surfaceAllocation[i] = 0;
403 I810Ptr pI810 = I810PTR(pScrn);
406 for(i=pI810->numSurfaces; i<I810_MAX_SURFACES + I810_MAX_SUBPICTURES; i++) {
407 if(pI810->surfaceAllocation[i] == pSubp->subpicture_id) {
408 pI810->surfaceAllocation[i] = 0;