Searched refs:check_flip2 (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present.h | 138 present_check_flip2_ptr check_flip2; member 151 present_check_flip2_ptr check_flip2; member
|
| H A D | present_wnmd.c | 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()
|
| H A D | present_scmd.c | 134 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 D | present.c | 418 .check_flip2 = ms_present_check_flip,
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-present.c | 559 .check_flip2 = xwl_present_check_flip2,
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 9108 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
|