aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-12-05 10:43:39 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2010-12-05 10:43:39 +0000
commit5aa7d52aebfc11760bbc5b081ed621227bb77981 (patch)
tree1bb2542ff9f8f58599325a68f3861f80be27bf26 /include/drm
parentMerge branch 'drm-intel-fixes' into drm-intel-next (diff)
parentdrm/i915: announce to userspace that the bsd ring is coherent (diff)
downloadlinux-dev-5aa7d52aebfc11760bbc5b081ed621227bb77981.tar.xz
linux-dev-5aa7d52aebfc11760bbc5b081ed621227bb77981.zip
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 {
#define I915_PARAM_HAS_BSD 10
#define I915_PARAM_HAS_BLT 11
#define I915_PARAM_HAS_RELAXED_FENCING 12
+#define I915_PARAM_HAS_COHERENT_RINGS 13
typedef struct drm_i915_getparam {
int param;