summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_dma.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-09-25 10:07:55 +0200
committerTakashi Iwai <tiwai@suse.de>2015-09-25 10:07:55 +0200
commit010cf269a4e27252c029f10e1ccaa9ad4bd6a000 (patch)
tree50bdeafd598711b49e0cb21f074b3ff1b0033b50 /drivers/gpu/drm/i915/i915_dma.c
parent0b2c8c12f92996debdd7a2c2aebb33242e30922a (diff)
parent7e8275c2f2bbb384e18af37066b8b2f32b7d092f (diff)
Merge branch 'topic/drm-sync-audio-rate' into for-next
Diffstat (limited to 'drivers/gpu/drm/i915/i915_dma.c')
-rw-r--r--drivers/gpu/drm/i915/i915_dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c
index ab37d1121be8..990f656e6ab0 100644
--- a/drivers/gpu/drm/i915/i915_dma.c
+++ b/drivers/gpu/drm/i915/i915_dma.c
@@ -832,6 +832,7 @@ int i915_driver_load(struct drm_device *dev, unsigned long flags)
mutex_init(&dev_priv->sb_lock);
mutex_init(&dev_priv->modeset_restore_lock);
mutex_init(&dev_priv->csr_lock);
+ mutex_init(&dev_priv->av_mutex);
intel_pm_setup(dev);