Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_wnmd.c158 if (!window_priv->flip_pending->abort_flip) { in present_wnmd_set_abort_flip()
159 window_priv->flip_pending->abort_flip = TRUE; in present_wnmd_set_abort_flip()
205 if (vblank->abort_flip) in present_wnmd_flip_notify()
H A Dpresent_scmd.c337 if (!screen_priv->flip_pending->abort_flip) { in present_set_abort_flip()
339 screen_priv->flip_pending->abort_flip = TRUE; in present_set_abort_flip()
388 if (vblank->abort_flip) in present_flip_notify()
H A Dpresent_priv.h85 Bool abort_flip; /* aborting this flip */ member