Searched refs:pDRIEntPriv (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddri.c119 DRIOpenDRMCleanup(DRIEntPrivPtr pDRIEntPriv) argument
121 if (pDRIEntPriv->pLSAREA != NULL) {
122 drmUnmap(pDRIEntPriv->pLSAREA, pDRIEntPriv->sAreaSize);
123 pDRIEntPriv->pLSAREA = NULL;
125 if (pDRIEntPriv->hLSAREA != 0) {
126 drmRmMap(pDRIEntPriv->drmFD, pDRIEntPriv->hLSAREA);
128 if (pDRIEntPriv->drmFD >= 0) {
129 drmClose(pDRIEntPriv
159 DRIEntPrivPtr pDRIEntPriv; local in function:DRIOpenDRMMaster
362 DRIEntPrivPtr pDRIEntPriv; local in function:DRIScreenInit
680 DRIEntPrivPtr pDRIEntPriv = DRI_ENT_PRIV(pScrn); local in function:DRICloseScreen
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddri.c113 DRIOpenDRMCleanup(DRIEntPrivPtr pDRIEntPriv) argument
115 if (pDRIEntPriv->pLSAREA != NULL) {
116 drmUnmap(pDRIEntPriv->pLSAREA, pDRIEntPriv->sAreaSize);
117 pDRIEntPriv->pLSAREA = NULL;
119 if (pDRIEntPriv->hLSAREA != 0) {
120 drmRmMap(pDRIEntPriv->drmFD, pDRIEntPriv->hLSAREA);
122 if (pDRIEntPriv->drmFD >= 0) {
123 drmClose(pDRIEntPriv
155 DRIEntPrivPtr pDRIEntPriv; local in function:DRIOpenDRMMaster
318 DRIEntPrivPtr pDRIEntPriv; local in function:DRIScreenInit
649 DRIEntPrivPtr pDRIEntPriv = DRI_ENT_PRIV(pScrn); local in function:DRICloseScreen
[all...]

Completed in 4 milliseconds