Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dvblank.c196 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()
H A Ddriver.c1535 if (dixPrivateKeyRegistered(rrPrivKey)) { in CreateScreenResources()
H A Ddrmmode_display.c3761 if (!dixPrivateKeyRegistered(rrPrivKey)) in drmmode_validate_leases()
/OK3568_Linux_fs/external/xserver/randr/
H A Drandrstr.h415 #define rrPrivKey (&rrPrivKeyRec) macro
417 #define rrGetScrPriv(pScr) ((rrScrPrivPtr)dixLookupPrivate(&(pScr)->devPrivates, rrPrivKey))
419 #define SetRRScreen(s,p) dixSetPrivate(&(s)->devPrivates, rrPrivKey, p)
H A Drrcrtc.c2019 if (!dixPrivateKeyRegistered(rrPrivKey)) in RRHasScanoutPixmap()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Init.c310 if (!dixPrivateKeyRegistered(rrPrivKey) || in xf86EnsureRANDR()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1967 if (dixPrivateKeyRegistered(rrPrivKey)) { in xf86RandR12LoadPalette()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog1369 randr: Check rrPrivKey in RRHasScanoutPixmap()
1383 dixPrivateKeyRegistered(rrPrivKey) before calling rrGetScrPriv.
2256 Fix the problem by checking dixPrivateKeyRegistered(rrPrivKey) before