From 2577764a5069ca9276e90154915797bcf873adab Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Tue, 17 Nov 2009 20:07:48 +0000 Subject: drm/i915: add GETPARAM request for page flipping --- shared-core/i915_drm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'shared-core/i915_drm.h') 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; -- cgit v1.2.3