Skip to content

Commit

Permalink
drm/i915: be less verbose when handling gmbus/aux irqs
Browse files Browse the repository at this point in the history
Having 9500 lines repeated on dmesg does not help me at all.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Paulo Zanoni authored and Daniel Vetter committed Dec 6, 2012
1 parent 6ef6a45 commit 36dacf5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions 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 36dacf5

Please sign in to comment.