Home
last modified time | relevance | path

Searched refs:xf86_crtc_notify (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddristruct.h107 xf86_crtc_notify_proc_ptr xf86_crtc_notify; member
H A Ddri.c287 xf86_unwrap_crtc_notify(pScreen, pDRIPriv->xf86_crtc_notify); in dri_crtc_notify()
288 xf86_crtc_notify(pScreen); in dri_crtc_notify()
289 pDRIPriv->xf86_crtc_notify = in dri_crtc_notify()
648 pDRIPriv->xf86_crtc_notify = xf86_wrap_crtc_notify(pScreen, in DRIFinishScreenInit()
698 xf86_unwrap_crtc_notify(pScreen, pDRIPriv->xf86_crtc_notify); in DRICloseScreen()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.h822 xf86_crtc_notify_proc_ptr xf86_crtc_notify; member
1127 xf86_crtc_notify(ScreenPtr pScreen);
H A Dxf86Crtc.c3066 xf86_crtc_notify(pScrn->pScreen); in xf86DisableUnusedFunctions()
3433 old = config->xf86_crtc_notify; in xf86_wrap_crtc_notify()
3434 config->xf86_crtc_notify = new; in xf86_wrap_crtc_notify()
3447 config->xf86_crtc_notify = old; in xf86_unwrap_crtc_notify()
3452 xf86_crtc_notify(ScreenPtr screen) in xf86_crtc_notify() function
3457 if (config->xf86_crtc_notify) in xf86_crtc_notify()
3458 config->xf86_crtc_notify(screen); in xf86_crtc_notify()