Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent.h138 present_check_flip2_ptr check_flip2; member
151 present_check_flip2_ptr check_flip2; member
H A Dpresent_wnmd.c312 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()
H A Dpresent_scmd.c134 if (screen_priv->info->version >= 1 && screen_priv->info->check_flip2) { in present_check_flip()
135 if (!(*screen_priv->info->check_flip2) (crtc, window, pixmap, sync_flip, reason)) { in present_check_flip()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dpresent.c418 .check_flip2 = ms_present_check_flip,
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-present.c559 .check_flip2 = xwl_present_check_flip2,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog9108 Add support for 'check_flip2' so that the present core can know
9210 Add 'check_flip2' hook for driver to let know the core
9217 before using 'check_flip2'.
9219 v3: Only require one of 'check_flip' or 'check_flip2' to be