HomeSort by: relevance | last modified time | path
    Searched refs:rrPrivKey (Results 1 - 21 of 21) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/randr/
randrstr.h 303 #define rrPrivKey (&rrPrivKeyRec)
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/
amdgpu_video.c 119 if (!dixPrivateKeyRegistered(rrPrivKey))
amdgpu_kms.c 391 if (dixPrivateKeyRegistered(rrPrivKey)) {
drmmode_display.c 3679 if (dixPrivateKeyRegistered(rrPrivKey))
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_video.c 97 if (dixPrivateKeyRegistered(rrPrivKey))
radeon_kms.c 342 if (dixPrivateKeyRegistered(rrPrivKey)) {
drmmode_display.c 3163 if (dixPrivateKeyRegistered(rrPrivKey))
  /xsrc/external/mit/xorg-server/dist/randr/
randrstr.h 419 #define rrPrivKey (&rrPrivKeyRec)
421 #define rrGetScrPriv(pScr) ((rrScrPrivPtr)dixLookupPrivate(&(pScr)->devPrivates, rrPrivKey))
423 #define SetRRScreen(s,p) dixSetPrivate(&(s)->devPrivates, rrPrivKey, p)
rrprovider.c 499 if (!dixPrivateKeyRegistered(rrPrivKey))
rrcrtc.c 974 if (!dixPrivateKeyRegistered(rrPrivKey))
2060 if (!dixPrivateKeyRegistered(rrPrivKey))
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_driver.c 791 return dixPrivateKeyRegistered(rrPrivKey);
793 return *rrPrivKey;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
vblank.c 132 if (!dixPrivateKeyRegistered(rrPrivKey))
driver.c 1647 if (dixPrivateKeyRegistered(rrPrivKey)) {
drmmode_display.c 3541 if (!dixPrivateKeyRegistered(rrPrivKey))
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_driver.c 847 return dixPrivateKeyRegistered(rrPrivKey);
849 return *rrPrivKey;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Init.c 274 if (!dixPrivateKeyRegistered(rrPrivKey) ||
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_driver.c 841 if (!dixPrivateKeyRegistered(rrPrivKey))
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
drmmode_display.c 1756 return dixPrivateKeyRegistered(rrPrivKey);
nouveau_xv.c 283 if (!dixPrivateKeyRegistered(rrPrivKey))
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86RandR12.c 1971 if (dixPrivateKeyRegistered(rrPrivKey)) {
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_video.c 183 if (dixPrivateKeyRegistered(rrPrivKey))

Completed in 80 milliseconds