diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2007-08-10 13:54:26 +1000 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2007-08-10 14:22:50 +1000 |
commit | a46104674f129e873b8dfa29cf8aac9c67bd77be (patch) | |
tree | ed284fb9021638c61ceae0651b8ac6af3ab8be03 /shared-core/nouveau_drv.h | |
parent | 39907f613b6c84499c34c9a6ece5f5dde64788c0 (diff) |
nouveau/nv50: demagic instmem setup.
Diffstat (limited to 'shared-core/nouveau_drv.h')
-rw-r--r-- | shared-core/nouveau_drv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-core/nouveau_drv.h b/shared-core/nouveau_drv.h index 4d5c7f7e..e3d0ff4c 100644 --- a/shared-core/nouveau_drv.h +++ b/shared-core/nouveau_drv.h @@ -393,7 +393,8 @@ extern int nouveau_gpuobj_new_ref(struct drm_device *, struct nouveau_channel *ref_chan, uint32_t handle, int size, int align, uint32_t flags, struct nouveau_gpuobj_ref **); -extern int nouveau_gpuobj_new_fake(struct drm_device *, uint32_t offset, +extern int nouveau_gpuobj_new_fake(struct drm_device *, + uint32_t p_offset, uint32_t b_offset, uint32_t size, uint32_t flags, struct nouveau_gpuobj **, struct nouveau_gpuobj_ref**); |