From 9d167f1f4bc89b784248d22bc95dfc15a72d0244 Mon Sep 17 00:00:00 2001 From: Matthieu Castet Date: Fri, 5 Jan 2007 19:40:11 +0100 Subject: Add basic pgraph context for nv10. It only fake a context switch : pgraph state are not save/restored. --- shared-core/nouveau_drv.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shared-core/nouveau_drv.h') 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 { -- cgit v1.2.3