Searched refs:flip_window (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_scmd.c261 present_pixmap_idle(screen_priv->flip_pixmap, screen_priv->flip_window,
267 screen_priv->flip_window = NULL;
280 WindowPtr flip_window; local in function:present_restore_screen_pixmap
283 flip_window = screen_priv->flip_pending->window;
286 flip_window = screen_priv->flip_window;
302 if (flip_window)
303 present_set_tree_pixmap(flip_window, flip_pixmap, screen_pixmap);
353 screen_priv->flip_window = vblank->window;
449 if (window == screen_priv->flip_window) {
[all...]
H A Dpresent_priv.h162 WindowPtr flip_window; member in struct:present_screen_priv
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Dpresent.c326 ms->flip_window = window;
350 if (!ms_present_check_flip(crtc, ms->flip_window, pixmap, sync_flip, NULL))
370 ms_window_has_variable_refresh(ms, ms->flip_window)) {
H A Ddriver.h137 WindowPtr flip_window; member in struct:_modesettingRec
H A Ddriver.c779 if (ms->flip_window == window && ms->drmmode.present_flipping)
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_present.c313 info->flip_window = window;
360 if (!amdgpu_present_check_flip(crtc, info->flip_window, pixmap, sync_flip))
376 amdgpu_window_has_variable_refresh(info->flip_window))
H A Damdgpu_drv.h308 WindowPtr flip_window; member in struct:__anon164a9d390308
H A Damdgpu_kms.c111 if (info->flip_window == window &&

Completed in 10 milliseconds