Home
last modified time | relevance | path

Searched refs:window_list (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_notify.c43 xorg_list_for_each_entry(notify, &window_priv->notifies, window_list) { in present_clear_window_notifies()
55 xorg_list_del(&notify->window_list); in present_free_window_notify()
71 xorg_list_add(&notify->window_list, &window_priv->notifies); in present_add_window_notify()
H A Dpresent_vblank.c73 xorg_list_append(&vblank->window_list, &window_priv->vblank); in present_vblank_create()
174 xorg_list_del(&vblank->window_list); in present_vblank_destroy()
H A Dpresent_wnmd.c356 xorg_list_for_each_entry(vblank, &window_priv->vblank, window_list) { in present_wnmd_check_flip_window()
457 xorg_list_del(&vblank->window_list); in present_wnmd_execute()
526 xorg_list_append(&vblank->window_list, &window_priv->vblank); in present_wnmd_execute()
609 xorg_list_for_each_entry_safe(vblank, tmp, &window_priv->vblank, window_list) { in present_wnmd_pixmap()
H A Dpresent_scmd.c480 xorg_list_for_each_entry(vblank, &window_priv->vblank, window_list) { in present_check_flip_window()
561 xorg_list_del(&vblank->window_list); in present_execute()
633 xorg_list_append(&vblank->window_list, in present_execute()
707 xorg_list_for_each_entry_safe(vblank, tmp, &window_priv->vblank, window_list) { in present_scmd_pixmap()
H A Dpresent_priv.h54 struct xorg_list window_list; member
60 struct xorg_list window_list; member
H A Dpresent_screen.c86 xorg_list_for_each_entry_safe(vblank, tmp, &window_priv->vblank, window_list) { in present_free_window_vblank()