Home
last modified time | relevance | path

Searched refs:DRM_CRTC_SEQUENCE_NEXT_ON_MISS (Results 1 – 2 of 2) sorted by relevance

/linux/tools/include/uapi/drm/
H A Ddrm.h1018 #define DRM_CRTC_SEQUENCE_NEXT_ON_MISS 0x00000002 /* Use next sequence if we've missed */ macro
/linux/drivers/gpu/drm/
H A Ddrm_vblank.c2089 DRM_CRTC_SEQUENCE_NEXT_ON_MISS)) in drm_crtc_queue_sequence_ioctl()
2114 if ((flags & DRM_CRTC_SEQUENCE_NEXT_ON_MISS) && drm_vblank_passed(seq, req_seq)) in drm_crtc_queue_sequence_ioctl()