diff options
-rw-r--r-- | drivers/gpu/drm/nouveau/nvc0_fbcon.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/nouveau/nvc0_graph.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/nouveau/nvc0_fbcon.c b/drivers/gpu/drm/nouveau/nvc0_fbcon.c index cbb4a1ae20b1..fa5d4c234383 100644 --- a/drivers/gpu/drm/nouveau/nvc0_fbcon.c +++ b/drivers/gpu/drm/nouveau/nvc0_fbcon.c | |||
@@ -200,8 +200,6 @@ nvc0_fbcon_accel_init(struct fb_info *info) | |||
200 | return ret; | 200 | return ret; |
201 | } | 201 | } |
202 | 202 | ||
203 | printk(KERN_ERR "fb vma 0x%010llx\n", nvbo->vma.offset); | ||
204 | |||
205 | BEGIN_NVC0(chan, 2, NvSub2D, 0x0000, 1); | 203 | BEGIN_NVC0(chan, 2, NvSub2D, 0x0000, 1); |
206 | OUT_RING (chan, 0x0000902d); | 204 | OUT_RING (chan, 0x0000902d); |
207 | BEGIN_NVC0(chan, 2, NvSub2D, 0x0104, 2); | 205 | BEGIN_NVC0(chan, 2, NvSub2D, 0x0104, 2); |
diff --git a/drivers/gpu/drm/nouveau/nvc0_graph.c b/drivers/gpu/drm/nouveau/nvc0_graph.c index f03c17a10ab9..c28bc7b04d27 100644 --- a/drivers/gpu/drm/nouveau/nvc0_graph.c +++ b/drivers/gpu/drm/nouveau/nvc0_graph.c | |||
@@ -244,7 +244,6 @@ nvc0_graph_load_context(struct nouveau_channel *chan) | |||
244 | if (!nv_wait(dev, 0x409800, 0x00000010, 0x00000010)) | 244 | if (!nv_wait(dev, 0x409800, 0x00000010, 0x00000010)) |
245 | NV_ERROR(dev, "PGRAPH: load_ctx timeout\n"); | 245 | NV_ERROR(dev, "PGRAPH: load_ctx timeout\n"); |
246 | 246 | ||
247 | printk(KERN_ERR "load_ctx 0x%08x\n", nv_rd32(dev, 0x409b00)); | ||
248 | return 0; | 247 | return 0; |
249 | } | 248 | } |
250 | 249 | ||