Searched refs:DRM_CRTC_SEQUENCE_NEXT_ON_MISS (Results 1 – 12 of 12) sorted by relevance
778 #define DRM_CRTC_SEQUENCE_NEXT_ON_MISS 0x00000002 /* Use next sequence if we've missed */ macro
763 #define DRM_CRTC_SEQUENCE_NEXT_ON_MISS 0x00000002 /* Use next sequence if we've missed */ macro
803 #define DRM_CRTC_SEQUENCE_NEXT_ON_MISS 0x00000002 /* Use next sequence if we've missed */ macro
935 #define DRM_CRTC_SEQUENCE_NEXT_ON_MISS 0x00000002 /* Use next sequence if we've missed */ macro
796 #define DRM_CRTC_SEQUENCE_NEXT_ON_MISS 0x00000002 /* Use next sequence if we've missed */ macro
797 #define DRM_CRTC_SEQUENCE_NEXT_ON_MISS 0x00000002 /* Use next sequence if we've missed */ macro
2090 DRM_CRTC_SEQUENCE_NEXT_ON_MISS)) in drm_crtc_queue_sequence_ioctl()2115 if ((flags & DRM_CRTC_SEQUENCE_NEXT_ON_MISS) && drm_vblank_passed(seq, req_seq)) in drm_crtc_queue_sequence_ioctl()
381 drm_flags |= DRM_CRTC_SEQUENCE_NEXT_ON_MISS; in ms_queue_vblank()