Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86RandR.c49 static DevPrivateKey xf86RandRKey; variable
51 #define XF86RANDRINFO(p) ((XF86RandRInfoPtr)dixLookupPrivate(&(p)->devPrivates, xf86RandRKey))
351 dixSetPrivate(&pScreen->devPrivates, xf86RandRKey, NULL); in xf86RandRCloseScreen()
358 if (xf86RandRKey == NULL) in xf86GetRotation()
372 if (xf86RandRKey == NULL) in xf86RandRSetNewVirtualAndDimensions()
415 xf86RandRKey = &xf86RandRKeyRec; in xf86RandRInit()
442 dixSetPrivate(&pScreen->devPrivates, xf86RandRKey, randrp); in xf86RandRInit()