summaryrefslogtreecommitdiff
path: root/libdrm
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2006-08-31 18:32:08 +0200
committerMichel Dänzer <michel@tungstengraphics.com>2006-09-29 12:55:08 +0200
commit316e73676861c0e019d52ec7bf7b7b1451eaed97 (patch)
treecd782d0617b41c70e853ea7cbe7221e3913bfda4 /libdrm
parent4a3d270862f6dbc52ca3e16ba66fdb24667b2aa2 (diff)
Add definition of DRM_VBLANK_SECONDARY.
(cherry picked from 84b38b63f05e04ade8b1ddfb770047fd86de0d64 commit)
Diffstat (limited to 'libdrm')
-rw-r--r--libdrm/xf86drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdrm/xf86drm.h b/libdrm/xf86drm.h
index d39974de..07178ec3 100644
--- a/libdrm/xf86drm.h
+++ b/libdrm/xf86drm.h
@@ -252,6 +252,7 @@ typedef struct _drmTextureRegion {
typedef enum {
DRM_VBLANK_ABSOLUTE = 0x0, /**< Wait for specific vblank sequence number */
DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */
+ DRM_VBLANK_SECONDARY = 0x20000000, /**< Secondary display controller */
DRM_VBLANK_SIGNAL = 0x40000000 /* Send signal instead of blocking */
} drmVBlankSeqType;