浏览代码

drm/nvc0: nuke left-over debug messages

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Ben Skeggs 14 年之前
父节点
当前提交
93d0cd7b9e
共有 2 个文件被更改,包括 0 次插入3 次删除
  1. 0 2
      drivers/gpu/drm/nouveau/nvc0_fbcon.c
  2. 0 1
      drivers/gpu/drm/nouveau/nvc0_graph.c

+ 0 - 2
drivers/gpu/drm/nouveau/nvc0_fbcon.c

@@ -200,8 +200,6 @@ nvc0_fbcon_accel_init(struct fb_info *info)
 		return ret;
 	}
 
-	printk(KERN_ERR "fb vma 0x%010llx\n", nvbo->vma.offset);
-
 	BEGIN_NVC0(chan, 2, NvSub2D, 0x0000, 1);
 	OUT_RING  (chan, 0x0000902d);
 	BEGIN_NVC0(chan, 2, NvSub2D, 0x0104, 2);

+ 0 - 1
drivers/gpu/drm/nouveau/nvc0_graph.c

@@ -244,7 +244,6 @@ nvc0_graph_load_context(struct nouveau_channel *chan)
 	if (!nv_wait(dev, 0x409800, 0x00000010, 0x00000010))
 		NV_ERROR(dev, "PGRAPH: load_ctx timeout\n");
 
-	printk(KERN_ERR "load_ctx 0x%08x\n", nv_rd32(dev, 0x409b00));
 	return 0;
 }