Lines Matching refs:pI810

200   I810Ptr pI810 = I810PTR(pScrn);
205 pI810->surfaceAllocation[i] = 0;
209 if (drmAddMap(pI810->drmSubFD, (drm_handle_t)pI810->CursorStart,
210 4096, DRM_AGP, 0, (drmAddress) &pI810->overlay_map) < 0) {
214 if (drmAddMap(pI810->drmSubFD, (drm_handle_t)pI810->MC.Start,
215 pI810->MC.Size, DRM_AGP, 0, (drmAddress) &pI810->mc_map) < 0) {
239 I810Ptr pI810 = I810PTR(pScrn);
240 DRIInfoPtr pDRIInfo = pI810->pDRIInfo;
244 if(!pI810->directRenderingEnabled) {
251 if(pI810->xvmcContext) {
266 if(drmCreateContext(pI810->drmSubFD, &(contextRec->drmcontext) ) < 0) {
273 drmAuthMagic(pI810->drmSubFD, pContext->flags);
275 pI810->xvmcContext = contextRec->drmcontext;
279 contextRec->OverlayOffset = pI810->CursorStart;
282 contextRec->SurfacesOffset = pI810->MC.Start;
283 contextRec->SurfacesSize = pI810->MC.Size;
293 I810Ptr pI810 = I810PTR(pScrn);
307 if(pI810->numSurfaces == 6) {
308 for(i=0; i<pI810->numSurfaces; i++) {
309 if(!pI810->surfaceAllocation[i]) {
310 pI810->surfaceAllocation[i] = pSurf->surface_id;
319 if(pI810->numSurfaces == 7) {
320 for(i=0; i<pI810->numSurfaces; i++) {
321 if(!pI810->surfaceAllocation[i]) {
322 pI810->surfaceAllocation[i] = pSurf->surface_id;
339 I810Ptr pI810 = I810PTR(pScrn);
352 if(pI810->numSurfaces == 6) {
354 if(!pI810->surfaceAllocation[i]) {
355 pI810->surfaceAllocation[i] = pSubp->subpicture_id;
362 if(pI810->numSurfaces == 7) {
364 if(!pI810->surfaceAllocation[i]) {
365 pI810->surfaceAllocation[i] = pSubp->subpicture_id;
379 I810Ptr pI810 = I810PTR(pScrn);
381 drmDestroyContext(pI810->drmSubFD,pI810->xvmcContext);
382 pI810->xvmcContext = 0;
387 I810Ptr pI810 = I810PTR(pScrn);
391 if(pI810->surfaceAllocation[i] == pSurf->surface_id) {
392 pI810->surfaceAllocation[i] = 0;
401 I810Ptr pI810 = I810PTR(pScrn);
404 for(i=pI810->numSurfaces; i<I810_MAX_SURFACES + I810_MAX_SUBPICTURES; i++) {
405 if(pI810->surfaceAllocation[i] == pSubp->subpicture_id) {
406 pI810->surfaceAllocation[i] = 0;