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-28 15:41:36 +0200 |
commit | 84b38b63f05e04ade8b1ddfb770047fd86de0d64 (patch) | |
tree | c0ab4cdef3d6461901b83172edf41475c8588124 /libdrm | |
parent | 87c57cba1a70221fc570b253bf3b24682ef6b894 (diff) |
Add definition of DRM_VBLANK_SECONDARY.
Diffstat (limited to 'libdrm')
-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 9e71eb65..cda570de 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; |