Searched refs:check_flip (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/present/ |
| H A D | present_vblank.c | 112 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 D | present.h | 76 /* 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 D | present_scmd.c | 132 } 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 D | present_priv.h | 174 present_priv_check_flip_ptr check_flip; member in struct:present_screen_priv
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_present.c | 392 .check_flip = intel_present_check_flip,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_present.c | 381 .check_flip = intel_present_check_flip,
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nouveau_present.c | 304 present->info.check_flip = nouveau_present_flip_check;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | present.c | 229 * 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 D | sna_present.c | 459 .check_flip = sna_present_check_flip,
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_present.c | 461 .check_flip = amdgpu_present_check_flip,
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_present.c | 456 .check_flip = radeon_present_check_flip,
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_present.c | 998 .check_flip = sna_present_check_flip,
|
Completed in 12 milliseconds