summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_drv.h
diff options
context:
space:
mode:
authorMatthieu Castet <mat@mat-pc.(none)>2007-01-05 19:40:11 +0100
committerMatthieu Castet <mat@mat-pc.(none)>2007-01-05 19:40:11 +0100
commit9d167f1f4bc89b784248d22bc95dfc15a72d0244 (patch)
treed3e0c0eb319c464f6d4bb43b97652dab0d7f2d25 /shared-core/nouveau_drv.h
parent4fe2858f53c6ea542cd81961ebdad118acfc8f32 (diff)
Add basic pgraph context for nv10.
It only fake a context switch : pgraph state are not save/restored.
Diffstat (limited to 'shared-core/nouveau_drv.h')
-rw-r--r--shared-core/nouveau_drv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared-core/nouveau_drv.h b/shared-core/nouveau_drv.h
index 6e998f3a..44479d70 100644
--- a/shared-core/nouveau_drv.h
+++ b/shared-core/nouveau_drv.h
@@ -89,6 +89,9 @@ struct nouveau_fifo
struct mem_block *ramin_grctx;
/* objects belonging to this fifo */
struct nouveau_object *objs;
+
+ /* XXX move this in PGRAPH struct */
+ uint32_t pgraph_ctx_user;
};
struct nouveau_config {