Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93d0cd7b authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nvc0: nuke left-over debug messages



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent b1cd916a
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -200,8 +200,6 @@ nvc0_fbcon_accel_init(struct fb_info *info)
		return ret;
		return ret;
	}
	}


	printk(KERN_ERR "fb vma 0x%010llx\n", nvbo->vma.offset);

	BEGIN_NVC0(chan, 2, NvSub2D, 0x0000, 1);
	BEGIN_NVC0(chan, 2, NvSub2D, 0x0000, 1);
	OUT_RING  (chan, 0x0000902d);
	OUT_RING  (chan, 0x0000902d);
	BEGIN_NVC0(chan, 2, NvSub2D, 0x0104, 2);
	BEGIN_NVC0(chan, 2, NvSub2D, 0x0104, 2);
+0 −1
Original line number Original line Diff line number Diff line
@@ -244,7 +244,6 @@ nvc0_graph_load_context(struct nouveau_channel *chan)
	if (!nv_wait(dev, 0x409800, 0x00000010, 0x00000010))
	if (!nv_wait(dev, 0x409800, 0x00000010, 0x00000010))
		NV_ERROR(dev, "PGRAPH: load_ctx timeout\n");
		NV_ERROR(dev, "PGRAPH: load_ctx timeout\n");


	printk(KERN_ERR "load_ctx 0x%08x\n", nv_rd32(dev, 0x409b00));
	return 0;
	return 0;
}
}