Searched refs:rrPrivKey (Results 1 – 8 of 8) sorted by relevance
196 if (dixPrivateKeyRegistered(rrPrivKey)) in ms_covering_xf86_crtc()233 if (!dixPrivateKeyRegistered(rrPrivKey)) in ms_covering_randr_crtc()268 if (dixPrivateKeyRegistered(rrPrivKey)) in ms_covering_randr_crtc()
1535 if (dixPrivateKeyRegistered(rrPrivKey)) { in CreateScreenResources()
3761 if (!dixPrivateKeyRegistered(rrPrivKey)) in drmmode_validate_leases()
415 #define rrPrivKey (&rrPrivKeyRec) macro417 #define rrGetScrPriv(pScr) ((rrScrPrivPtr)dixLookupPrivate(&(pScr)->devPrivates, rrPrivKey))419 #define SetRRScreen(s,p) dixSetPrivate(&(s)->devPrivates, rrPrivKey, p)
2019 if (!dixPrivateKeyRegistered(rrPrivKey)) in RRHasScanoutPixmap()
310 if (!dixPrivateKeyRegistered(rrPrivKey) || in xf86EnsureRANDR()
1967 if (dixPrivateKeyRegistered(rrPrivKey)) { in xf86RandR12LoadPalette()
1369 randr: Check rrPrivKey in RRHasScanoutPixmap()1383 dixPrivateKeyRegistered(rrPrivKey) before calling rrGetScrPriv.2256 Fix the problem by checking dixPrivateKeyRegistered(rrPrivKey) before