Lines Matching refs:pLSAREA
121 if (pDRIEntPriv->pLSAREA != NULL) { in DRIOpenDRMCleanup()
122 drmUnmap(pDRIEntPriv->pLSAREA, pDRIEntPriv->sAreaSize); in DRIOpenDRMCleanup()
123 pDRIEntPriv->pLSAREA = NULL; in DRIOpenDRMCleanup()
143 return DRI_ENT_PRIV(pScrn)->pLSAREA; in DRIMasterSareaPointer()
243 (drmAddressPtr) (&tmp.pLSAREA)) < 0) { in DRIOpenDRMMaster()
245 tmp.pLSAREA = NULL; in DRIOpenDRMMaster()
249 memset(tmp.pLSAREA, 0, sAreaSize); in DRIOpenDRMMaster()
467 pDRIPriv->pSAREA = (XF86DRISAREAPtr) pDRIEntPriv->pLSAREA; in DRIScreenInit()
472 pDRIPriv->pLSAREA = pDRIEntPriv->pLSAREA; in DRIScreenInit()
2182 DRM_LOCK(pDRIPriv->drmFD, pDRIPriv->pLSAREA, pDRIPriv->myContext, in DRILock()
2219 DRM_UNLOCK(pDRIPriv->drmFD, pDRIPriv->pLSAREA, pDRIPriv->myContext); in DRIUnlock()