diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2006-08-31 18:32:08 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2006-09-29 12:55:08 +0200 |
commit | 316e73676861c0e019d52ec7bf7b7b1451eaed97 (patch) | |
tree | cd782d0617b41c70e853ea7cbe7221e3913bfda4 /libdrm/xf86drm.h | |
parent | 4a3d270862f6dbc52ca3e16ba66fdb24667b2aa2 (diff) |
Add definition of DRM_VBLANK_SECONDARY.
(cherry picked from 84b38b63f05e04ade8b1ddfb770047fd86de0d64 commit)
Diffstat (limited to 'libdrm/xf86drm.h')
-rw-r--r-- | libdrm/xf86drm.h | 1 |
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; |