summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_drv.h
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2007-02-03 05:25:36 +0100
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2007-02-03 05:25:36 +0100
commitd69902db3b1f82dd35f5bbb3327bdf836961850c (patch)
tree681749cc2c9f91025c7e94584165acf7635274aa /shared-core/nouveau_drv.h
parent5a072f32c8f941d1ef301811881e8c89c8d8a5f1 (diff)
nouveau: fix nv04 graph routines for new register names.
Diffstat (limited to 'shared-core/nouveau_drv.h')
-rw-r--r--shared-core/nouveau_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nouveau_drv.h b/shared-core/nouveau_drv.h
index 41ea9a54..39fe1317 100644
--- a/shared-core/nouveau_drv.h
+++ b/shared-core/nouveau_drv.h
@@ -91,7 +91,7 @@ struct nouveau_fifo
struct nouveau_object *objs;
/* XXX dynamic alloc ? */
- uint32_t nv10_pgraph_ctx [340];
+ uint32_t pgraph_ctx [340];
};
struct nouveau_config {