Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c452 (drmAddressPtr) (&pDRIPriv->pSAREA)) < 0) { in DRIScreenInit()
460 (void *) (uintptr_t) pDRIPriv->hSAREA, pDRIPriv->pSAREA); in DRIScreenInit()
461 memset(pDRIPriv->pSAREA, 0, pDRIPriv->pDriverInfo->SAREASize); in DRIScreenInit()
467 pDRIPriv->pSAREA = (XF86DRISAREAPtr) pDRIEntPriv->pLSAREA; in DRIScreenInit()
482 drmUnmap(pDRIPriv->pSAREA, pDRIPriv->pDriverInfo->SAREASize); in DRIScreenInit()
528 pDRIPriv->pSAREA->drawableTable[i].stamp = 0; in DRIScreenInit()
529 pDRIPriv->pSAREA->drawableTable[i].flags = 0; in DRIScreenInit()
761 … (int) pDRIInfo->SAREASize, (void *) (uintptr_t) pDRIPriv->hSAREA, pDRIPriv->pSAREA); in DRICloseScreen()
762 if (drmUnmap(pDRIPriv->pSAREA, pDRIInfo->SAREASize)) { in DRICloseScreen()
767 (void *) (uintptr_t) pDRIPriv->hSAREA, pDRIPriv->pSAREA); in DRICloseScreen()
[all …]
H A Ddristruct.h79 XF86DRISAREAPtr pSAREA; /* Mapped pointer to SAREA */ member