summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/i915/i915_dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/drm2/i915/i915_dma.c')
-rw-r--r--sys/dev/drm2/i915/i915_dma.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/drm2/i915/i915_dma.c b/sys/dev/drm2/i915/i915_dma.c
index 2265ac0..dddc03e 100644
--- a/sys/dev/drm2/i915/i915_dma.c
+++ b/sys/dev/drm2/i915/i915_dma.c
@@ -1452,6 +1452,8 @@ int i915_driver_load(struct drm_device *dev, unsigned long flags)
}
}
+ pci_enable_busmaster(dev->dev);
+
intel_opregion_init(dev);
callout_init(&dev_priv->hangcheck_timer, 1);
OpenPOWER on IntegriCloud