summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@jbarnes-desktop.localdomain>2009-11-17 20:07:48 +0000
committerJesse Barnes <jbarnes@jbarnes-desktop.localdomain>2009-11-17 20:07:48 +0000
commit2577764a5069ca9276e90154915797bcf873adab (patch)
tree5e55f4d967e2398211fdc3150f47888c65f2ff15
parentc20706ffe56cc658a4814f89e391c14f6065ec57 (diff)
drm/i915: add GETPARAM request for page flipping
-rw-r--r--shared-core/i915_drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/i915_drm.h b/shared-core/i915_drm.h
index 0132e55e..2151a7f9 100644
--- a/shared-core/i915_drm.h
+++ b/shared-core/i915_drm.h
@@ -306,6 +306,7 @@ typedef struct drm_i915_irq_wait {
#define I915_PARAM_HAS_GEM 5
#define I915_PARAM_NUM_FENCES_AVAIL 6
#define I915_PARAM_HAS_OVERLAY 7
+#define I915_PARAM_HAS_PAGEFLIPPING 8
typedef struct drm_i915_getparam {
int param;