aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-03-31 22:50:55 -0400
committerBen Skeggs <bskeggs@redhat.com>2011-05-15 20:48:24 -0400
commitd11db279014e881da9f5259c963501b33a413929 (patch)
tree4b89fb5f75249e0dbdd2a2134c571d5385d149a3 /drivers/gpu/drm/nouveau/nouveau_drv.h
parenta0b1de84fed49a055a3ecbfab67ff9cdea81aa6f (diff)
drm/nv10/gr: move to exec engine interfaces
Like nv20-nv50, needs cleanup. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 5641d2e40d29..11e40b5b1f06 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -1155,13 +1155,8 @@ extern int nv04_graph_mthd_page_flip(struct nouveau_channel *chan,
1155extern struct nouveau_bitfield nv04_graph_nsource[]; 1155extern struct nouveau_bitfield nv04_graph_nsource[];
1156 1156
1157/* nv10_graph.c */ 1157/* nv10_graph.c */
1158extern int nv10_graph_init(struct drm_device *); 1158extern int nv10_graph_create(struct drm_device *);
1159extern void nv10_graph_takedown(struct drm_device *);
1160extern struct nouveau_channel *nv10_graph_channel(struct drm_device *); 1159extern struct nouveau_channel *nv10_graph_channel(struct drm_device *);
1161extern int nv10_graph_create_context(struct nouveau_channel *);
1162extern void nv10_graph_destroy_context(struct nouveau_channel *);
1163extern int nv10_graph_load_context(struct nouveau_channel *);
1164extern int nv10_graph_unload_context(struct drm_device *);
1165extern void nv10_graph_set_tile_region(struct drm_device *dev, int i); 1160extern void nv10_graph_set_tile_region(struct drm_device *dev, int i);
1166extern struct nouveau_bitfield nv10_graph_intr[]; 1161extern struct nouveau_bitfield nv10_graph_intr[];
1167extern struct nouveau_bitfield nv10_graph_nstatus[]; 1162extern struct nouveau_bitfield nv10_graph_nstatus[];