summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_drm.h
diff options
context:
space:
mode:
authorMatthieu Castet <castet.matthieu@free.fr>2007-05-08 21:18:02 +0200
committerMatthieu Castet <castet.matthieu@free.fr>2007-05-08 21:20:25 +0200
commit59784116bf7d18cfbbb7236fbdd601476207b9dc (patch)
treed68eb355044b3a9e236c9f485b147966103513ce /shared-core/nouveau_drm.h
parent963ed9910ab59af23c66f4a8fafb7879f5140d97 (diff)
nouveau : fix fifo context size for nv10
Diffstat (limited to 'shared-core/nouveau_drm.h')
-rw-r--r--shared-core/nouveau_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nouveau_drm.h b/shared-core/nouveau_drm.h
index 3ba7e961..1e7322e0 100644
--- a/shared-core/nouveau_drm.h
+++ b/shared-core/nouveau_drm.h
@@ -114,7 +114,7 @@ enum nouveau_card_type {
NV_10 =10,
NV_11 =10,
NV_15 =10,
- NV_17 =10,
+ NV_17 =17,
NV_20 =20,
NV_25 =20,
NV_30 =30,