Searched refs:dcacheHandle (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_dri.c | 165 drm_handle_t dcacheHandle; local in function:I810DRIScreenInit 398 pI810->dcacheHandle = DRM_AGP_NO_HANDLE; 426 (drmAddress) &dcacheHandle); 427 pI810->dcacheHandle = dcacheHandle; 429 xf86DrvMsg(pScreen->myNum, X_INFO, "[agp] dcacheHandle : 0x%x\n", 430 (int)dcacheHandle); 433 if (dcacheHandle != DRM_AGP_NO_HANDLE) { 438 drmAgpFree(pI810->drmSubFD, dcacheHandle); 439 pI810->dcacheHandle [all...] |
| H A D | i810.h | 221 unsigned long dcacheHandle; member in struct:_I810Rec
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| H A D | i810_dri.c | 165 drm_handle_t dcacheHandle; local in function:I810DRIScreenInit 398 pI810->dcacheHandle = DRM_AGP_NO_HANDLE; 426 (drmAddress) &dcacheHandle); 427 pI810->dcacheHandle = dcacheHandle; 429 xf86DrvMsg(pScreen->myNum, X_INFO, "[agp] dcacheHandle : 0x%x\n", 430 (int)dcacheHandle); 433 if (dcacheHandle != DRM_AGP_NO_HANDLE) { 438 drmAgpFree(pI810->drmSubFD, dcacheHandle); 439 pI810->dcacheHandle [all...] |
| H A D | i810.h | 222 unsigned long dcacheHandle; member in struct:_I810Rec
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i810_dri.c | 283 drm_handle_t dcacheHandle; local in function:I810DRIScreenInit 490 pI810->dcacheHandle = DRM_AGP_NO_HANDLE; 518 (drmAddress) &dcacheHandle); 519 pI810->dcacheHandle = dcacheHandle; 521 xf86DrvMsg(pScreen->myNum, X_INFO, "[agp] dcacheHandle : 0x%x\n", 522 (int)dcacheHandle); 544 if (dcacheHandle != DRM_AGP_NO_HANDLE) { 549 drmAgpFree(pI810->drmSubFD, dcacheHandle); 550 pI810->dcacheHandle [all...] |
| H A D | i810.h | 241 unsigned long dcacheHandle; member in struct:_I810Rec
|
Completed in 7 milliseconds