Home
last modified time | relevance | path

Searched refs:check_flip (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_vblank.c116 … screen_priv->check_flip (target_crtc, window, pixmap, TRUE, valid, x_off, y_off, &reason)) in present_vblank_create()
121 … screen_priv->check_flip (target_crtc, window, pixmap, FALSE, valid, x_off, y_off, &reason)) in present_vblank_create()
H A Dpresent.h135 present_check_flip_ptr check_flip; member
H A Dpresent_scmd.c139 } else if (screen_priv->info->check_flip) { in present_check_flip()
140 if (!(*screen_priv->info->check_flip) (crtc, window, pixmap, sync_flip)) { in present_check_flip()
823 screen_priv->check_flip = &present_check_flip; in present_scmd_init_mode_hooks()
H A Dpresent_priv.h172 present_priv_check_flip_ptr check_flip; member
H A Dpresent_wnmd.c709 screen_priv->check_flip = &present_wnmd_check_flip; in present_wnmd_init_mode_hooks()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dpresent.c417 .check_flip = NULL,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog9112 v2: No longer need to implement 'check_flip'
9219 v3: Only require one of 'check_flip' or 'check_flip2' to be
27093 currently, however using the current check_flip callback isn't possible