Searched refs:check_flip (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_vblank.c112 screen_priv->check_flip) {
114 screen_priv->check_flip (target_crtc, window, pixmap, TRUE, valid, x_off, y_off, &reason))
119 screen_priv->check_flip (target_crtc, window, pixmap, FALSE, valid, x_off, y_off, &reason))
H A Dpresent.h76 /* Same as 'check_flip' but it can return a 'reason' why the flip would fail.
135 present_check_flip_ptr check_flip; member in struct:present_screen_info
H A Dpresent_scmd.c132 } else if (screen_priv->info->check_flip) {
133 if (!(*screen_priv->info->check_flip) (crtc, window, pixmap, sync_flip)) {
838 screen_priv->check_flip = &present_check_flip;
H A Dpresent_priv.h174 present_priv_check_flip_ptr check_flip; member in struct:present_screen_priv
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_present.c392 .check_flip = intel_present_check_flip,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_present.c381 .check_flip = intel_present_check_flip,
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_present.c304 present->info.check_flip = nouveau_present_flip_check;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Dpresent.c229 * switched to sw-cursor mode and check_flip just failed because of that.
453 .check_flip = NULL,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_present.c459 .check_flip = sna_present_check_flip,
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_present.c461 .check_flip = amdgpu_present_check_flip,
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_present.c456 .check_flip = radeon_present_check_flip,
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_present.c998 .check_flip = sna_present_check_flip,

Completed in 12 milliseconds