Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.c124 DRI2AuthMagic2ProcPtr AuthMagic; member
1376 if ((*ds->AuthMagic)(primescreen, magic)) in DRI2Authenticate()
1553 ds->LegacyAuthMagic = info->AuthMagic; in DRI2ScreenInit()
1567 ds->AuthMagic = info->AuthMagic2; in DRI2ScreenInit()
1587 if (!ds->AuthMagic) { in DRI2ScreenInit()
1588 ds->AuthMagic = DRI2AuthMagic; in DRI2ScreenInit()
H A Ddri2.h235 DRI2AuthMagicProcPtr AuthMagic; member
/OK3568_Linux_fs/external/xserver/
H A DChangeLog73569 The legacy logic was embarassingly wrong; AuthMagic should return errno,
73570 so returning FALSE only when AuthMagic returns nonzero is exactly wrong.
73917 dri2: Pass a ScreenPtr through to the driver's AuthMagic function. (v3)
110016 DRI2: add AuthMagic hook for driver side support
110019 You might want to implement AuthMagic on driver side instead.