Searched refs:dcacheHandle (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_dri.c165 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 Di810.h221 unsigned long dcacheHandle; member in struct:_I810Rec
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_dri.c165 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 Di810.h222 unsigned long dcacheHandle; member in struct:_I810Rec
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.c283 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 Di810.h241 unsigned long dcacheHandle; member in struct:_I810Rec

Completed in 7 milliseconds