summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <darktama@iinet.net.au>2006-12-26 23:30:26 +1100
committerBen Skeggs <darktama@iinet.net.au>2006-12-26 23:30:26 +1100
commit9e019df75764a7ce79266ceb058307336ddf00ef (patch)
tree7beaba0a3f2d84ef7fbd119bb7bbf85dc1ae01b6 /shared-core/nouveau_drv.h
parent72cb361c5cbf4f0aeae25312369087b8a234bc5a (diff)
nouveau: Alloc cmdbuf for each channel individually
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 4dff0c59..42397c32 100644
--- a/shared-core/nouveau_drv.h
+++ b/shared-core/nouveau_drv.h
@@ -73,6 +73,7 @@ struct nouveau_fifo
/* mapping of the regs controling the fifo */
drm_local_map_t *regs;
/* dma object for the command buffer itself */
+ struct mem_block *cmdbuf_mem;
struct nouveau_object *cmdbuf_obj;
/* objects belonging to this fifo */
struct nouveau_object *objs;