Home
last modified time | relevance | path

Searched refs:present_queue_vblank (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_scmd.c207 present_queue_vblank(ScreenPtr screen, in present_queue_vblank() function
761 ret = present_queue_vblank(screen, window, target_crtc, vblank->event_id, vblank->exec_msc); in present_scmd_pixmap()
830 screen_priv->queue_vblank = &present_queue_vblank; in present_scmd_init_mode_hooks()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog28376 While present_pixmap decrements target_msc by 1 for present_queue_vblank,
37880 present: If present_queue_vblank() fails, do present_execute().
37882 Previously, if present_queue_vblank() failed, we simply dropped the
37888 This patch falls back to present_execute if present_queue_vblank fails.
37894 v2: Don't do present_queue_vblank() /and/ present_execute() (a bug that