Searched refs:rrPrivKey (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drandrstr.h303 #define rrPrivKey (&rrPrivKeyRec) macro
305 #define rrGetScrPriv(pScr) ((rrScrPrivPtr)dixLookupPrivate(&(pScr)->devPrivates, rrPrivKey))
307 #define SetRRScreen(s,p) dixSetPrivate(&(s)->devPrivates, rrPrivKey, p)
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_video.c119 if (!dixPrivateKeyRegistered(rrPrivKey))
H A Damdgpu_kms.c391 if (dixPrivateKeyRegistered(rrPrivKey)) {
H A Ddrmmode_display.c3679 if (dixPrivateKeyRegistered(rrPrivKey))
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_video.c97 if (dixPrivateKeyRegistered(rrPrivKey))
H A Dradeon_kms.c342 if (dixPrivateKeyRegistered(rrPrivKey)) {
H A Ddrmmode_display.c3163 if (dixPrivateKeyRegistered(rrPrivKey))
/xsrc/external/mit/xorg-server/dist/randr/
H A Drandrstr.h419 #define rrPrivKey (&rrPrivKeyRec) macro
421 #define rrGetScrPriv(pScr) ((rrScrPrivPtr)dixLookupPrivate(&(pScr)->devPrivates, rrPrivKey))
423 #define SetRRScreen(s,p) dixSetPrivate(&(s)->devPrivates, rrPrivKey, p)
H A Drrprovider.c499 if (!dixPrivateKeyRegistered(rrPrivKey))
H A Drrcrtc.c974 if (!dixPrivateKeyRegistered(rrPrivKey))
2060 if (!dixPrivateKeyRegistered(rrPrivKey))
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_driver.c791 return dixPrivateKeyRegistered(rrPrivKey);
793 return *rrPrivKey;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Dvblank.c132 if (!dixPrivateKeyRegistered(rrPrivKey))
H A Ddriver.c1647 if (dixPrivateKeyRegistered(rrPrivKey)) {
H A Ddrmmode_display.c3541 if (!dixPrivateKeyRegistered(rrPrivKey))
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_driver.c847 return dixPrivateKeyRegistered(rrPrivKey);
849 return *rrPrivKey;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Init.c274 if (!dixPrivateKeyRegistered(rrPrivKey) ||
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_driver.c841 if (!dixPrivateKeyRegistered(rrPrivKey))
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Ddrmmode_display.c1756 return dixPrivateKeyRegistered(rrPrivKey);
H A Dnouveau_xv.c283 if (!dixPrivateKeyRegistered(rrPrivKey))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86RandR12.c1971 if (dixPrivateKeyRegistered(rrPrivKey)) {
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_video.c183 if (dixPrivateKeyRegistered(rrPrivKey))

Completed in 49 milliseconds