diff options
| author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-08-30 21:51:53 +0200 | 
|---|---|---|
| committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-08-31 01:40:00 +0200 | 
| commit | 69b11f44f0a0cfe0806e18dae2f360bc1ed8e005 (patch) | |
| tree | 470dcc704aafe11136c3d6f2d1258dcca2129cbc /shared-core/nouveau_fifo.c | |
| parent | c78e610fa42c8122ed6bc504222ef650f5693d22 (diff) | |
nouveau: give nv03 the last cut.
Diffstat (limited to 'shared-core/nouveau_fifo.c')
| -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 1aa724f1..437c84f2 100644 --- a/shared-core/nouveau_fifo.c +++ b/shared-core/nouveau_fifo.c @@ -34,8 +34,6 @@ int nouveau_fifo_number(struct drm_device *dev)  	struct drm_nouveau_private *dev_priv=dev->dev_private;  	switch(dev_priv->card_type)  	{ -		case NV_03: -			return 8;  		case NV_04:  		case NV_05:  			return 16; @@ -109,7 +107,6 @@ static int nouveau_fifo_instmem_configure(struct drm_device *dev)  		case NV_11:  		case NV_10:  		case NV_04: -		case NV_03:  			NV_WRITE(NV03_PFIFO_RAMFC, dev_priv->ramfc_offset>>8);  			break;  	}  | 
