Lines Matching refs:drmmode
168 if (ms->drmmode.glamor) in ms_present_flush()
189 ms->drmmode.present_flipping = FALSE; in ms_present_flip_handler()
229 if (!ms->drmmode.pageflip) in ms_present_check_unflip()
232 if (ms->drmmode.dri2_flipping) in ms_present_check_unflip()
257 pixmap->devKind != drmmode_bo_get_pitch(&ms->drmmode.front_bo)) in ms_present_check_unflip()
260 if (ms->drmmode.exa) in ms_present_check_unflip()
263 if (!ms->drmmode.glamor) in ms_present_check_unflip()
304 if (ms->drmmode.sprites_visible > 0) in ms_present_check_flip()
347 ms->drmmode.present_flipping = TRUE; in ms_present_flip()
390 if (drmmode_crtc->drmmode->fb_id) { in ms_present_unflip()
391 drmModeRmFB(drmmode_crtc->drmmode->fd, in ms_present_unflip()
392 drmmode_crtc->drmmode->fb_id); in ms_present_unflip()
393 drmmode_crtc->drmmode->fb_id = 0; in ms_present_unflip()
404 ms->drmmode.present_flipping = FALSE; in ms_present_unflip()