Searched refs:xf86_crtc_notify (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddristruct.h111 xf86_crtc_notify_proc_ptr xf86_crtc_notify; member in struct:_DRIScreenPrivRec
H A Ddri.c306 xf86_unwrap_crtc_notify(pScreen, pDRIPriv->xf86_crtc_notify);
307 xf86_crtc_notify(pScreen);
308 pDRIPriv->xf86_crtc_notify = xf86_wrap_crtc_notify(pScreen, dri_crtc_notify);
618 pDRIPriv->xf86_crtc_notify = xf86_wrap_crtc_notify(pScreen,
675 xf86_unwrap_crtc_notify(pScreen, pDRIPriv->xf86_crtc_notify);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddristruct.h107 xf86_crtc_notify_proc_ptr xf86_crtc_notify; member in struct:_DRIScreenPrivRec
H A Ddri.c287 xf86_unwrap_crtc_notify(pScreen, pDRIPriv->xf86_crtc_notify);
288 xf86_crtc_notify(pScreen);
289 pDRIPriv->xf86_crtc_notify =
648 pDRIPriv->xf86_crtc_notify = xf86_wrap_crtc_notify(pScreen,
698 xf86_unwrap_crtc_notify(pScreen, pDRIPriv->xf86_crtc_notify);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Crtc.h684 xf86_crtc_notify_proc_ptr xf86_crtc_notify; member in struct:_xf86CrtcConfig
963 xf86_crtc_notify(ScreenPtr pScreen);
H A Dxf86Crtc.c2896 xf86_crtc_notify(pScrn->pScreen);
3188 old = config->xf86_crtc_notify;
3189 config->xf86_crtc_notify = new;
3203 config->xf86_crtc_notify = old;
3208 xf86_crtc_notify(ScreenPtr screen) function in typeref:typename:void
3213 if (config->xf86_crtc_notify)
3214 config->xf86_crtc_notify(screen);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.h822 xf86_crtc_notify_proc_ptr xf86_crtc_notify; member in struct:_xf86CrtcConfig
1134 xf86_crtc_notify(ScreenPtr pScreen);
H A Dxf86Crtc.c3108 xf86_crtc_notify(pScrn->pScreen);
3475 old = config->xf86_crtc_notify;
3476 config->xf86_crtc_notify = new;
3489 config->xf86_crtc_notify = old;
3494 xf86_crtc_notify(ScreenPtr screen) function in typeref:typename:void
3499 if (config->xf86_crtc_notify)
3500 config->xf86_crtc_notify(screen);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c7696 xf86_config->xf86_crtc_notify = sna_crtc_config_notify;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display.c5865 xf86_config->xf86_crtc_notify = sna_crtc_config_notify;

Completed in 38 milliseconds