public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] change drm set mode messages as DRM_DEBUG
@ 2010-01-13  5:38 Dave Young
  0 siblings, 0 replies; only message in thread
From: Dave Young @ 2010-01-13  5:38 UTC (permalink / raw)
  To: Dave Airlie, linux-kernel

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@gmail.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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-13  5:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-13  5:38 [PATCH] change drm set mode messages as DRM_DEBUG Dave Young

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox