aboutsummaryrefslogtreecommitdiff
path: root/shared-core/nouveau_fifo.c
diff options
context:
space:
mode:
authorPatrice Mandin <patrice@manoir.racoon.city>2007-07-14 18:32:11 +0200
committerPatrice Mandin <patrice@manoir.racoon.city>2007-07-14 18:32:11 +0200
commitbc7d6c76fab2ff4d2f11b6bd84ca8b8f124729fd (patch)
treec7459855fe51e7fd368cfac854f05203d9719fbb /shared-core/nouveau_fifo.c
parentaa6d9199fa7b0cbe04a936312db7be75bb53bdc8 (diff)
nouveau: nv10 and nv11/15 are different
Diffstat (limited to 'shared-core/nouveau_fifo.c')
-rw-r--r--shared-core/nouveau_fifo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/nouveau_fifo.c b/shared-core/nouveau_fifo.c
index c769f58f..236dd4a1 100644
--- a/shared-core/nouveau_fifo.c
+++ b/shared-core/nouveau_fifo.c
@@ -99,6 +99,7 @@ static int nouveau_fifo_instmem_configure(struct drm_device *dev)
(1 << 16) /* 64 Bytes entry*/);
/* XXX nvidia blob set bit 18, 21,23 for nv20 & nv30 */
break;
+ case NV_11:
case NV_10:
case NV_04:
case NV_03: