Searched refs:hSAREA (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dri/ |
| H A D | xf86dri.c | 146 drm_handle_t hSAREA; in ProcXF86DRIOpenConnection() local 158 &hSAREA, &busIdString)) { in ProcXF86DRIOpenConnection() 173 .hSAREALow = (CARD32) (hSAREA & 0xffffffff), in ProcXF86DRIOpenConnection() 175 .hSAREAHigh = (CARD32) (hSAREA >> 32), in ProcXF86DRIOpenConnection()
|
| H A D | dri.c | 437 DRM_SHM, 0, &pDRIPriv->hSAREA) < 0) { in DRIScreenInit() 446 (int) pDRIPriv->pDriverInfo->SAREASize, (void *) (uintptr_t) pDRIPriv->hSAREA); in DRIScreenInit() 450 pDRIPriv->hSAREA, in DRIScreenInit() 460 (void *) (uintptr_t) pDRIPriv->hSAREA, pDRIPriv->pSAREA); in DRIScreenInit() 466 pDRIPriv->hSAREA = pDRIEntPriv->hLSAREA; in DRIScreenInit() 758 if (closeMaster || pDRIPriv->hSAREA != pDRIEntPriv->hLSAREA) { in DRICloseScreen() 761 … (int) pDRIInfo->SAREASize, (void *) (uintptr_t) pDRIPriv->hSAREA, pDRIPriv->pSAREA); in DRICloseScreen() 767 (void *) (uintptr_t) pDRIPriv->hSAREA, pDRIPriv->pSAREA); in DRICloseScreen() 859 DRIOpenConnection(ScreenPtr pScreen, drm_handle_t * hSAREA, char **busIdString) in DRIOpenConnection() argument 863 *hSAREA = pDRIPriv->hSAREA; in DRIOpenConnection()
|
| H A D | dristruct.h | 78 drm_handle_t hSAREA; /* Handle to SAREA, for mapping */ member
|
| H A D | dri.h | 206 drm_handle_t * hSAREA,
|