Searched refs:DRM_IOCTL_WAIT_VBLANK (Results 1 – 12 of 12) sorted by relevance
60 DRM_IOCTL_WAIT_VBLANK = 3222823994
60 DRM_IOCTL_WAIT_VBLANK = 3222299706
61 ioctl$DRM_IOCTL_WAIT_VBLANK(fd fd_dri, cmd const[DRM_IOCTL_WAIT_VBLANK], arg ptr[in, drm_wait_vblan…
433 #ifdef DRM_IOCTL_WAIT_VBLANK434 # undef DRM_IOCTL_WAIT_VBLANK435 # define DRM_IOCTL_WAIT_VBLANK 0xc010643a macro
497 #ifdef DRM_IOCTL_WAIT_VBLANK498 # undef DRM_IOCTL_WAIT_VBLANK499 # define DRM_IOCTL_WAIT_VBLANK 0xc010643a macro
836 #define DRM_IOCTL_WAIT_VBLANK DRM_IOWR(0x3a, union drm_wait_vblank) macro
858 #define DRM_IOCTL_WAIT_VBLANK DRM_IOWR(0x3a, union drm_wait_vblank) macro
2157 ret = ioctl(fd, DRM_IOCTL_WAIT_VBLANK, vbl); in drmWaitVBlank()