Searched refs:xf86_crtc_notify (Results 1 – 4 of 4) sorted by relevance
107 xf86_crtc_notify_proc_ptr xf86_crtc_notify; member
287 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()
822 xf86_crtc_notify_proc_ptr xf86_crtc_notify; member1127 xf86_crtc_notify(ScreenPtr pScreen);
3066 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() function3457 if (config->xf86_crtc_notify) in xf86_crtc_notify()3458 config->xf86_crtc_notify(screen); in xf86_crtc_notify()