summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pci/drm/drm_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/drm_drv.c b/sys/dev/pci/drm/drm_drv.c
index 928f0a38d0c..ce21f383d5a 100644
--- a/sys/dev/pci/drm/drm_drv.c
+++ b/sys/dev/pci/drm/drm_drv.c
@@ -202,7 +202,7 @@ drm_attach(struct device *parent, struct device *kdev,
dev->pci_device = PCI_PRODUCT(dev->pa.pa_id);
rw_init(&dev->dev_lock, "drmdevlk");
- mtx_init(&dev->drw_lock, IPL_BIO);
+ mtx_init(&dev->drw_lock, IPL_NONE);
mtx_init(&dev->tsk_lock, IPL_BIO);
mtx_init(&dev->lock.spinlock, IPL_NONE);