Home
last modified time | relevance | path

Searched refs:wnmd_info (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_wnmd.c53 return (*screen_priv->wnmd_info->queue_vblank) (window, crtc, event_id, msc); in present_wnmd_queue_vblank()
65 return screen_priv->wnmd_info->capabilities; in present_wnmd_query_capabilities()
71 return (*screen_priv->wnmd_info->get_crtc)(window); in present_wnmd_get_crtc()
78 return (*screen_priv->wnmd_info->get_ust_msc)(window, ust, msc); in present_wnmd_get_ust_msc()
171 (*screen_priv->wnmd_info->flips_stop) (window); in present_wnmd_flips_stop()
280 if (!screen_priv->wnmd_info) in present_wnmd_check_flip()
287 if (!screen_priv->wnmd_info->flip) in present_wnmd_check_flip()
312 if (screen_priv->wnmd_info->check_flip2) { in present_wnmd_check_flip()
313 if (!(*screen_priv->wnmd_info->check_flip2) (crtc, window, pixmap, sync_flip, reason)) { in present_wnmd_check_flip()
378 return (*screen_priv->wnmd_info->flip) (window, in present_wnmd_flip()
[all …]
H A Dpresent_screen.c152 if (screen_priv->wnmd_info) in present_destroy_window()
253 screen_priv->wnmd_info = info; in present_wnmd_screen_init()
H A Dpresent_priv.h166 present_wnmd_info_ptr wnmd_info; member