summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2013-11-26 03:48:52 +0000
committerjsg <jsg@openbsd.org>2013-11-26 03:48:52 +0000
commit8c17772e2a0adaa32fef7cff2f6a43cadd8b4792 (patch)
tree3747d154dd115ff4ce1dddc4f000353f4f8981b0
parentReplace _texth CIRCLEQ with TAILQ. One down, five to go. (diff)
downloadwireguard-openbsd-8c17772e2a0adaa32fef7cff2f6a43cadd8b4792.tar.xz
wireguard-openbsd-8c17772e2a0adaa32fef7cff2f6a43cadd8b4792.zip
claim to support relaxed fencing
ok kettenis@
-rw-r--r--sys/dev/pci/drm/i915/i915_dma.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/drm/i915/i915_dma.c b/sys/dev/pci/drm/i915/i915_dma.c
index b202a0a09ae..55fb710e32c 100644
--- a/sys/dev/pci/drm/i915/i915_dma.c
+++ b/sys/dev/pci/drm/i915/i915_dma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i915_dma.c,v 1.11 2013/11/19 19:14:09 kettenis Exp $ */
+/* $OpenBSD: i915_dma.c,v 1.12 2013/11/26 03:48:52 jsg Exp $ */
/* i915_dma.c -- DMA support for the I915 -*- linux-c -*-
*/
/*
@@ -105,11 +105,7 @@ i915_getparam(struct drm_device *dev, void *data, struct drm_file *file_priv)
value = intel_ring_initialized(&dev_priv->ring[BCS]);
break;
case I915_PARAM_HAS_RELAXED_FENCING:
-#ifdef notyet
value = 1;
-#else
- return -EINVAL;
-#endif
break;
case I915_PARAM_HAS_COHERENT_RINGS:
value = 1;