summaryrefslogtreecommitdiff
path: root/linux/drm.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2003-01-26 07:43:50 +0000
committerIan Romanick <idr@us.ibm.com>2003-01-26 07:43:50 +0000
commit3163f74b8eddf97bc9a71f01dfa02d2d33091b62 (patch)
treecf0741bf2f3dabe273f2dfaf698891ea19a4c2bc /linux/drm.h
parenta790687c9a4b369094a2a56e29a8240db573a54a (diff)
Diffstat (limited to 'linux/drm.h')
-rw-r--r--linux/drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drm.h b/linux/drm.h
index d3c9f158..d1d66943 100644
--- a/linux/drm.h
+++ b/linux/drm.h
@@ -348,7 +348,7 @@ typedef struct drm_irq_busid {
typedef enum {
_DRM_VBLANK_ABSOLUTE = 0x0, /* Wait for specific vblank sequence number */
_DRM_VBLANK_RELATIVE = 0x1, /* Wait for given number of vblanks */
- _DRM_VBLANK_SIGNAL = 0x80000000 /* Send signal instead of blocking */
+ _DRM_VBLANK_SIGNAL = 0x40000000 /* Send signal instead of blocking */
} drm_vblank_seq_type_t;
#define _DRM_VBLANK_FLAGS_MASK _DRM_VBLANK_SIGNAL