aboutsummaryrefslogtreecommitdiff
path: root/shared-core/i915_drm.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-07-30 14:10:36 -0700
committerEric Anholt <eric@anholt.net>2008-07-30 14:10:36 -0700
commitccbaad52f79162a77d98d0dde00681b1dbf14165 (patch)
tree4ce1e4a8206d60a617deef6b3002087380999d18 /shared-core/i915_drm.h
parent689548b5270a0049cfaf844013ef61ad4c9eaeea (diff)
intel-gem: Replace version bump signalling GEM with I915_PARAM_HAS_GEM.
Diffstat (limited to 'shared-core/i915_drm.h')
-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 9feffeb5..2801687c 100644
--- a/shared-core/i915_drm.h
+++ b/shared-core/i915_drm.h
@@ -280,6 +280,7 @@ typedef struct drm_i915_irq_wait {
#define I915_PARAM_ALLOW_BATCHBUFFER 2
#define I915_PARAM_LAST_DISPATCH 3
#define I915_PARAM_CHIPSET_ID 4
+#define I915_PARAM_HAS_GEM 5
typedef struct drm_i915_getparam {
int param;