diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2007-08-08 16:37:55 +1000 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2007-08-08 16:37:55 +1000 |
commit | 05633ca3708f48cfbbb77518da4e791d7e1613c2 (patch) | |
tree | 3a9a660bedc37a7056c0089790efc942c05e7e1c /shared-core/nouveau_drv.h | |
parent | 40f21563564332786ca2b9ffc7d7ba9c7e6f7f1a (diff) |
nouveau: Always allocate drm's push buffer in VRAM
Fixes #11868
Diffstat (limited to 'shared-core/nouveau_drv.h')
-rw-r--r-- | shared-core/nouveau_drv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/nouveau_drv.h b/shared-core/nouveau_drv.h index 10f9149e..572df46e 100644 --- a/shared-core/nouveau_drv.h +++ b/shared-core/nouveau_drv.h @@ -365,6 +365,7 @@ extern int nouveau_fifo_owner(struct drm_device *, struct drm_file *, extern int nouveau_fifo_alloc(struct drm_device *dev, struct nouveau_channel **chan, struct drm_file *file_priv, + struct mem_block *pushbuf, uint32_t fb_ctxdma, uint32_t tt_ctxdma); extern void nouveau_fifo_free(struct nouveau_channel *); |