aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm.h')
-rw-r--r--include/drm/drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm.h b/include/drm/drm.h
index 3919a4f792ae..309d0a5ed68d 100644
--- a/include/drm/drm.h
+++ b/include/drm/drm.h
@@ -718,6 +718,7 @@ struct drm_event {
718}; 718};
719 719
720#define DRM_EVENT_VBLANK 0x01 720#define DRM_EVENT_VBLANK 0x01
721#define DRM_EVENT_FLIP_COMPLETE 0x02
721 722
722struct drm_event_vblank { 723struct drm_event_vblank {
723 struct drm_event base; 724 struct drm_event base;