Searched refs:check_flip (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_vblank.c | 116 … 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 D | present.h | 135 present_check_flip_ptr check_flip; member
|
| H A D | present_scmd.c | 139 } 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 D | present_priv.h | 172 present_priv_check_flip_ptr check_flip; member
|
| H A D | present_wnmd.c | 709 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 D | present.c | 417 .check_flip = NULL,
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 9112 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
|