drm/i915: Invalidate the to-ring, flush the old-ring when updating domains
[pandora-kernel.git] / drivers / gpu / drm / drm_fops.c
index 3a652a6..b744dad 100644 (file)
@@ -41,6 +41,7 @@
 
 /* from BKL pushdown: note that nothing else serializes idr_find() */
 DEFINE_MUTEX(drm_global_mutex);
+EXPORT_SYMBOL(drm_global_mutex);
 
 static int drm_open_helper(struct inode *inode, struct file *filp,
                           struct drm_device * dev);