summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2007-06-24 18:55:06 +1000
committerBen Skeggs <skeggsb@gmail.com>2007-06-24 18:55:06 +1000
commit9dbf322d26642f9e671f144b34e7cd7d295e9b8e (patch)
tree2ca99074b0d9522ce6dda41542ea03311356cc87 /shared-core/nouveau_drv.h
parent24b71c318a00dfbb18b2bbf6652e3b781175c430 (diff)
nouveau: (mostly) hook up put_base again
Diffstat (limited to 'shared-core/nouveau_drv.h')
-rw-r--r--shared-core/nouveau_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/nouveau_drv.h b/shared-core/nouveau_drv.h
index 093a93c5..da604d37 100644
--- a/shared-core/nouveau_drv.h
+++ b/shared-core/nouveau_drv.h
@@ -83,6 +83,7 @@ struct nouveau_fifo
/* dma object for the command buffer itself */
struct mem_block *cmdbuf_mem;
struct nouveau_object *cmdbuf_obj;
+ uint32_t pushbuf_base;
/* PGRAPH context, for cards that keep it in RAMIN */
struct mem_block *ramin_grctx;
/* objects belonging to this fifo */