OSDN Git Service

Remove some extraneous debug messages.
authorIan Romanick <idr@us.ibm.com>
Sun, 22 Jul 2007 04:37:45 +0000 (21:37 -0700)
committerIan Romanick <idr@us.ibm.com>
Sun, 22 Jul 2007 04:37:45 +0000 (21:37 -0700)
linux-core/xgi_cmdlist.c

index 53bada5..98d80ef 100644 (file)
@@ -97,8 +97,6 @@ static void xgi_submit_cmdlist(struct xgi_info * info,
 
                /* Enable PCI Trigger Mode
                 */
-               DRM_INFO("Enable PCI Trigger Mode \n");
-
                dwWriteReg(info->mmio_map,
                           BASE_3D_ENG + M2REG_AUTO_LINK_SETTING_ADDRESS,
                           (M2REG_AUTO_LINK_SETTING_ADDRESS << 22) |
@@ -113,9 +111,6 @@ static void xgi_submit_cmdlist(struct xgi_info * info,
 
                /* Send PCI begin command
                 */
-               DRM_INFO("portOffset=%d, beginPort=%d\n",
-                        portOffset, cmd << 2);
-
                dwWriteReg(info->mmio_map, portOffset,      begin[0]);
                dwWriteReg(info->mmio_map, portOffset +  4, begin[1]);
                dwWriteReg(info->mmio_map, portOffset +  8, begin[2]);