From 1bad7e0d02ff82227c34b853e06ca25a80193347 Mon Sep 17 00:00:00 2001 From: Matthieu Castet Date: Fri, 12 Jan 2007 20:30:14 +0100 Subject: nouveau : remove useless init : we clear RAMIN before --- shared-core/nouveau_fifo.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'shared-core') 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, -- cgit v1.2.3