summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_fifo.c
diff options
context:
space:
mode:
authorMatthieu Castet <mat@mat-pc.(none)>2007-01-12 20:30:14 +0100
committerMatthieu Castet <mat@mat-pc.(none)>2007-01-12 20:31:18 +0100
commit1bad7e0d02ff82227c34b853e06ca25a80193347 (patch)
tree5b36b092ac85971c72589abb6a42ef84de1cc8e6 /shared-core/nouveau_fifo.c
parent9d3deddc4a8f12b9493858a529570e77f8362ad1 (diff)
nouveau : remove useless init : we clear RAMIN before
Diffstat (limited to 'shared-core/nouveau_fifo.c')
-rw-r--r--shared-core/nouveau_fifo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shared-core/nouveau_fifo.c b/shared-core/nouveau_fifo.c
index d41972b2..98a1344e 100644
--- a/shared-core/nouveau_fifo.c
+++ b/shared-core/nouveau_fifo.c
@@ -329,9 +329,6 @@ static void nouveau_nv10_context_init(drm_device_t *dev,
NV_PFIFO_CACH1_DMAF_SIZE_128_BYTES |
NV_PFIFO_CACH1_DMAF_MAX_REQS_4);
#endif
-
- RAMFC_WR(DMA_SUBROUTINE, 0);
-
}
static void nouveau_nv30_context_init(drm_device_t *dev,