[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20100113053859.GA3090@darkstar>
Date: Wed, 13 Jan 2010 13:38:59 +0800
From: Dave Young <hidave.darkstar@...il.com>
To: Dave Airlie <airlied@...hat.com>, linux-kernel@...r.kernel.org
Subject: [PATCH] change drm set mode messages as DRM_DEBUG
Following drm info repeat 207 times during one hour, it's quite annoying
[ 1266.286747] [drm] TV-19: set mode NTSC 480i 0
Change from DRM_INFO to DRM_DEBUG
Signed-off-by: Dave Young <hidave.darkstar@...il.com>
---
drivers/gpu/drm/drm_crtc_helper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.orig/drivers/gpu/drm/drm_crtc_helper.c 2010-01-12 13:34:36.000000000 +0800
+++ linux-2.6/drivers/gpu/drm/drm_crtc_helper.c 2010-01-13 10:16:44.000000000 +0800
@@ -702,7 +702,7 @@ bool drm_crtc_helper_set_mode(struct drm
if (encoder->crtc != crtc)
continue;
- DRM_INFO("%s: set mode %s %x\n", drm_get_encoder_name(encoder),
+ DRM_DEBUG("%s: set mode %s %x\n", drm_get_encoder_name(encoder),
mode->name, mode->base.id);
encoder_funcs = encoder->helper_private;
encoder_funcs->mode_set(encoder, mode, adjusted_mode);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists