Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c119 DRIOpenDRMCleanup(DRIEntPrivPtr pDRIEntPriv) in DRIOpenDRMCleanup() argument
121 if (pDRIEntPriv->pLSAREA != NULL) { in DRIOpenDRMCleanup()
122 drmUnmap(pDRIEntPriv->pLSAREA, pDRIEntPriv->sAreaSize); in DRIOpenDRMCleanup()
123 pDRIEntPriv->pLSAREA = NULL; in DRIOpenDRMCleanup()
125 if (pDRIEntPriv->hLSAREA != 0) { in DRIOpenDRMCleanup()
126 drmRmMap(pDRIEntPriv->drmFD, pDRIEntPriv->hLSAREA); in DRIOpenDRMCleanup()
128 if (pDRIEntPriv->drmFD >= 0) { in DRIOpenDRMCleanup()
129 drmClose(pDRIEntPriv->drmFD); in DRIOpenDRMCleanup()
130 pDRIEntPriv->drmFD = 0; in DRIOpenDRMCleanup()
159 DRIEntPrivPtr pDRIEntPriv; in DRIOpenDRMMaster() local
[all …]