Testers with Intel graphics will probably also be interested in the
diff below.
Index: i915_drv.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/drm/i915_drv.c,v
retrieving revision 1.93
diff -u -p -r1.93 i915_drv.c
--- i915_drv.c 6 Sep 2010 15:02:49 -0000 1.93
+++ i915_drv.c 21 Sep 2010 04:52:16 -0000
@@ -1399,7 +1399,6 @@ i915_gem_gtt_map_ioctl(struct drm_device
done:
if (ret != 0)
drm_unref(&obj->uobj);
- DRM_UNLOCK();
if (ret == 0)
args->addr_ptr = (uint64_t) addr + (args->offset & PAGE_MASK);