summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2007-08-10 13:53:10 +1000
committerBen Skeggs <skeggsb@gmail.com>2007-08-10 13:53:10 +1000
commit39907f613b6c84499c34c9a6ece5f5dde64788c0 (patch)
tree6056d3cc52bf0999746a5d6817e586154fc4b42b /shared-core/nouveau_drv.h
parent7784e8c6e74b93ffb39d82e3385bd3268a55507c (diff)
nouveau: Allow creation of gpuobjs before any other init has taken place.
Diffstat (limited to 'shared-core/nouveau_drv.h')
-rw-r--r--shared-core/nouveau_drv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/nouveau_drv.h b/shared-core/nouveau_drv.h
index 572df46e..4d5c7f7e 100644
--- a/shared-core/nouveau_drv.h
+++ b/shared-core/nouveau_drv.h
@@ -370,8 +370,10 @@ extern int nouveau_fifo_alloc(struct drm_device *dev,
extern void nouveau_fifo_free(struct nouveau_channel *);
/* nouveau_object.c */
+extern int nouveau_gpuobj_early_init(struct drm_device *);
extern int nouveau_gpuobj_init(struct drm_device *);
extern void nouveau_gpuobj_takedown(struct drm_device *);
+extern void nouveau_gpuobj_late_takedown(struct drm_device *);
extern int nouveau_gpuobj_channel_init(struct nouveau_channel *,
uint32_t vram_h, uint32_t tt_h);
extern void nouveau_gpuobj_channel_takedown(struct nouveau_channel *);