Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357900
b: refs/heads/master
c: 36dacf5
h: refs/heads/master
v: v3
  • Loading branch information
Paulo Zanoni authored and Daniel Vetter committed Dec 6, 2012
1 parent 66ea156 commit 66a26b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6ef6a450b9a4c8851d63e58aa62ee6a34c01c156
refs/heads/master: 36dacf5b8b3c0bab7010943c34d2dbcc09a0d6f3
4 changes: 0 additions & 4 deletions trunk/drivers/gpu/drm/i915/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,17 +529,13 @@ static void gmbus_irq_handler(struct drm_device *dev)
{
struct drm_i915_private *dev_priv = (drm_i915_private_t *) dev->dev_private;

DRM_DEBUG_DRIVER("GMBUS interrupt\n");

wake_up_all(&dev_priv->gmbus_wait_queue);
}

static void dp_aux_irq_handler(struct drm_device *dev)
{
struct drm_i915_private *dev_priv = (drm_i915_private_t *) dev->dev_private;

DRM_DEBUG_DRIVER("AUX channel interrupt\n");

wake_up_all(&dev_priv->gmbus_wait_queue);
}

Expand Down

0 comments on commit 66a26b8

Please sign in to comment.