Searched refs:myContext (Results 1 – 2 of 2) sorted by relevance
551 &pDRIPriv->myContext, in DRIScreenInit()559 "X context handle = %p\n", (void *) (uintptr_t) pDRIPriv->myContext); in DRIScreenInit()754 drmUnlock(pDRIPriv->drmFD, pDRIPriv->myContext); in DRICloseScreen()1776 (newContext->hwContext != pDRIPriv->myContext)) { in DRISwapContext()1830 (newContext->hwContext != pDRIPriv->myContext)) { in DRISwapContext()1846 (newContext->hwContext != pDRIPriv->myContext)) { in DRISwapContext()2182 DRM_LOCK(pDRIPriv->drmFD, pDRIPriv->pLSAREA, pDRIPriv->myContext, in DRILock()2184 *pDRIPriv->pLockingContext = pDRIPriv->myContext; in DRILock()2186 else if (*pDRIPriv->pLockingContext != pDRIPriv->myContext) { in DRILock()2191 pDRIPriv->pLockingContext, (void *) (uintptr_t) pDRIPriv->myContext); in DRILock()[all …]
80 drm_context_t myContext; /* DDX Driver's context */ member