Home
last modified time | relevance | path

Searched refs:queue_vblank (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_execute.c55 screen_priv->queue_vblank(screen, window, vblank->crtc, vblank->event_id, in present_execute_wait()
77 Success == screen_priv->queue_vblank(screen, in present_execute_copy()
H A Dpresent.h131 present_queue_vblank_ptr queue_vblank; member
147 present_wnmd_queue_vblank_ptr queue_vblank; member
H A Dpresent_wnmd.c53 return (*screen_priv->wnmd_info->queue_vblank) (window, crtc, event_id, msc); in present_wnmd_queue_vblank()
715 screen_priv->queue_vblank = &present_wnmd_queue_vblank; in present_wnmd_init_mode_hooks()
H A Dpresent_scmd.c220 ret = (*screen_priv->info->queue_vblank) (crtc, event_id, msc); in present_queue_vblank()
830 screen_priv->queue_vblank = &present_queue_vblank; in present_scmd_init_mode_hooks()
H A Dpresent_priv.h179 present_priv_queue_vblank_ptr queue_vblank; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dpresent.c412 .queue_vblank = ms_present_queue_vblank,
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-present.c553 .queue_vblank = xwl_present_queue_vblank,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog8254 Add 'queue_vblank', 'flush' and 're_execute' hooks, that