summaryrefslogtreecommitdiff
path: root/shared-core/nv20_graph.c
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2007-12-15 10:23:30 +0100
committerPatrice Mandin <pmandin@caramail.com>2007-12-15 10:25:13 +0100
commit449a3b19ff6e5bd054e7da3086e2d16604fae7ed (patch)
tree7ffdbf450796bcccd6422da1dba1bdfca3d6fe0d /shared-core/nv20_graph.c
parent35a8b61317b57fcaaf5f7df06b0e2b532eddb9cb (diff)
Revert "nouveau: nv30: missing ramin init, does it brake other hw?"
This reverts commit 46235ea4595152d8dd5f016c18c6845a77db30b0.
Diffstat (limited to 'shared-core/nv20_graph.c')
-rw-r--r--shared-core/nv20_graph.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/shared-core/nv20_graph.c b/shared-core/nv20_graph.c
index 81501ed7..a21fde71 100644
--- a/shared-core/nv20_graph.c
+++ b/shared-core/nv20_graph.c
@@ -432,19 +432,6 @@ static void nv30_31_graph_context_init(struct drm_device *dev,
INSTANCE_WR(ctx, 0x385c/4, 0x3f800000);
INSTANCE_WR(ctx, 0x3864/4, 0xbf800000);
INSTANCE_WR(ctx, 0x386c/4, 0xbf800000);
-
- /* nv30gl stuff */
- for (i=0; i<8; i++) {
- INSTANCE_WR(ctx, (0x4dfc/4)+i, 0x001c527d);
- }
- INSTANCE_WR(ctx, 0x4e3c/4, 0x001c527c);
-/* these ones make dma fifo hang
- INSTANCE_WR(ctx, 0x567c/4, 0x000a0000);
- INSTANCE_WR(ctx, 0x0878/4, 0x01000000);
- INSTANCE_WR(ctx, 0x02f4/4, 0x0001ffff);
-
- INSTANCE_WR(ctx, 0x0028/4, INSTANCE_RD(ctx, 0x0028/4) | 1);
-*/
}
static void nv34_graph_context_init(struct drm_device *dev,