Searched refs:unflip (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | present.c | 56 Bool unflip; member in struct:ms_present_vblank_event 205 if (event->unflip) 361 event->unflip = FALSE; 405 event->unflip = TRUE; 409 "Present-unflip")) { 456 .unflip = ms_present_unflip,
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_present.c | 741 if (info->sna->present.unflip) { 742 DBG(("%s: executing queued unflip (event=%lld)\n", __FUNCTION__, (long long)info->sna->present.unflip)); 744 info->sna->present.unflip); 745 info->sna->present.unflip = 0; 881 assert(sna->present.unflip == 0); 937 DBG(("%s: %d outstanding flips, queueing unflip\n", __FUNCTION__, sna->mode.flip_active)); 938 assert(sna->present.unflip == 0); 939 sna->present.unflip = event_id; 977 if (sna->present.unflip) { [all...] |
| H A D | sna.h | 391 uint64_t unflip; member in struct:sna::sna_present
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_present.c | 55 Bool unflip; member in struct:amdgpu_present_vblank_event 328 if (event->unflip) 423 event->unflip = TRUE; 463 .unflip = amdgpu_present_unflip,
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_present.c | 55 Bool unflip; member in struct:radeon_present_vblank_event 334 if (event->unflip) 418 event->unflip = TRUE; 458 .unflip = radeon_present_unflip,
|
| /xsrc/external/mit/xorg-server/dist/present/ |
| H A D | present.h | 111 /* "unflip" back to the regular screen scanout buffer 113 * present_event_notify should be called with 'event_id' when the unflip occurs. 137 present_unflip_ptr unflip; member in struct:present_screen_info
|
| H A D | present_scmd.c | 293 * Only do this the first time for a particular unflip operation, or 331 (*screen_priv->info->unflip) (screen, screen_priv->unflip_event_id); 549 DebugPresent(("\tr %" PRIu64 " %p (pending %p unflip %" PRIu64 ")\n", 828 /* Drop reference to any pending flip or unflip pixmaps. */
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_present.c | 394 .unflip = intel_present_unflip,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_present.c | 367 "present unflip failed\n"); 383 .unflip = intel_present_unflip,
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nouveau_present.c | 306 present->info.unflip = nouveau_present_flip_stop;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_present.c | 461 .unflip = sna_present_unflip,
|
Completed in 12 milliseconds