Lines Matching refs:present
37 #include <present.h>
66 info = sna->present.freed_info;
68 sna->present.freed_info = NULL;
79 if (sna->present.freed_info)
80 free(sna->present.freed_info);
82 sna->present.freed_info = info;
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);
884 DBG(("%s: disabling TearFree (was %s) in favour of Present flips\n",
938 assert(sna->present.unflip == 0);
939 sna->present.unflip = event_id;
951 DBG(("%s: %s TearFree after Present flips\n",
977 if (sna->present.unflip) {
981 present_event_notify(sna->present.unflip,
984 sna->present.unflip = 0;
1011 list_init(&sna->present.vblank_queue);