Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228842
b: refs/heads/master
c: 93d0cd7
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed Dec 29, 2010
1 parent f5fee74 commit 47c0949
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b1cd916ab96e5fcd16e2009410af2e8edfae2962
refs/heads/master: 93d0cd7b9e4855c12b3bb5c9367872476c78fef9
2 changes: 0 additions & 2 deletions trunk/drivers/gpu/drm/nouveau/nvc0_fbcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/gpu/drm/nouveau/nvc0_graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 47c0949

Please sign in to comment.