diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-03-01 16:01:53 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-03-01 16:02:29 +0000 |
commit | 0209428b3918c4336018da9293cdcbf7f8fedfb6 (patch) | |
tree | 2ed9dc06f3a2ba35bc0536e180ec71f7a74ae38b /include | |
parent | e6018c25ca63fa6066d8fa6e57373030d07b0392 (diff) |
intel: Add I915_PARAM_HAS_RELAXED_DELTA
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/i915_drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h index 98e15978..adc23926 100644 --- a/include/drm/i915_drm.h +++ b/include/drm/i915_drm.h @@ -281,6 +281,7 @@ typedef struct drm_i915_irq_wait { #define I915_PARAM_HAS_RELAXED_FENCING 12 #define I915_PARAM_HAS_COHERENT_RINGS 13 #define I915_PARAM_HAS_EXEC_CONSTANTS 14 +#define I915_PARAM_HAS_RELAXED_DELTA 15 typedef struct drm_i915_getparam { int param; |