[Intel-gfx] [PATCH 6/8] drm/i915: silence message about the DDI buffers

Paulo Zanoni przanoni at gmail.com
Mon Jul 29 22:48:25 CEST 2013


From: Paulo Zanoni <paulo.r.zanoni at intel.com>

This message is not really useful since it's very easy to check which
mode is used for each port, and if you allow/disallow PC8+ many times
it will eat your dmesg buffers.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
---
 drivers/gpu/drm/i915/intel_ddi.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/gpu/drm/i915/intel_ddi.c b/drivers/gpu/drm/i915/intel_ddi.c
index 9e77e32..cb82c8d 100644
--- a/drivers/gpu/drm/i915/intel_ddi.c
+++ b/drivers/gpu/drm/i915/intel_ddi.c
@@ -94,10 +94,6 @@ static void intel_prepare_ddi_buffers(struct drm_device *dev, enum port port,
 		hsw_ddi_translations_fdi :
 		hsw_ddi_translations_dp);
 
-	DRM_DEBUG_DRIVER("Initializing DDI buffers for port %c in %s mode\n",
-			port_name(port),
-			use_fdi_mode ? "FDI" : "DP");
-
 	WARN((use_fdi_mode && (port != PORT_E)),
 		"Programming port %c in FDI mode, this probably will not work.\n",
 		port_name(port));
-- 
1.8.1.2




More information about the Intel-gfx mailing list