diff options
author | Matthieu Castet <mat@mat-pc.(none)> | 2007-01-12 20:30:14 +0100 |
---|---|---|
committer | Matthieu Castet <mat@mat-pc.(none)> | 2007-01-12 20:31:18 +0100 |
commit | 1bad7e0d02ff82227c34b853e06ca25a80193347 (patch) | |
tree | 5b36b092ac85971c72589abb6a42ef84de1cc8e6 | |
parent | 9d3deddc4a8f12b9493858a529570e77f8362ad1 (diff) |
nouveau : remove useless init : we clear RAMIN before
-rw-r--r-- | shared-core/nouveau_fifo.c | 3 |
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, |