aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-12-05 05:43:39 -0500
committerChris Wilson <chris@chris-wilson.co.uk>2010-12-05 05:43:39 -0500
commit5aa7d52aebfc11760bbc5b081ed621227bb77981 (patch)
tree1bb2542ff9f8f58599325a68f3861f80be27bf26 /include/drm
parent382ab78c0e4866eb9a812e9ba20d0f876d9634d6 (diff)
parentbbf0c6b3620b3872929ef7d3c392ce436889110f (diff)
Merge branch 'drm-intel-fixes' into drm-intel-next
Immediate merge for the conflicting introduction of HAS_COHERENT_RINGS. Conflicts: drivers/gpu/drm/i915/i915_dma.c include/drm/i915_drm.h
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/i915_drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h
index b20dbb2d7174..a2776e2807a4 100644
--- a/include/drm/i915_drm.h
+++ b/include/drm/i915_drm.h
@@ -288,6 +288,7 @@ typedef struct drm_i915_irq_wait {
288#define I915_PARAM_HAS_BSD 10 288#define I915_PARAM_HAS_BSD 10
289#define I915_PARAM_HAS_BLT 11 289#define I915_PARAM_HAS_BLT 11
290#define I915_PARAM_HAS_RELAXED_FENCING 12 290#define I915_PARAM_HAS_RELAXED_FENCING 12
291#define I915_PARAM_HAS_COHERENT_RINGS 13
291 292
292typedef struct drm_i915_getparam { 293typedef struct drm_i915_getparam {
293 int param; 294 int param;