drm/i915: be less verbose when handling gmbus/aux irqs

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>
This commit is contained in:
Paulo Zanoni 2012-12-06 09:44:52 -02:00 committed by Daniel Vetter
parent 6ef6a450b9
commit 36dacf5b8b
1 changed files with 0 additions and 4 deletions

View File

@ -529,8 +529,6 @@ 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);
}
@ -538,8 +536,6 @@ 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);
}