aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-03-31 22:32:03 -0400
committerBen Skeggs <bskeggs@redhat.com>2011-05-15 20:48:18 -0400
commita0b1de84fed49a055a3ecbfab67ff9cdea81aa6f (patch)
tree53d4e1014066beefca115d3567cb28708700c975 /drivers/gpu/drm/nouveau/nouveau_drv.h
parent39c8d368273bca9b5f309f9feadfc8575c9fd993 (diff)
drm/nv20-nv30/gr: move to exec engine interface
A bit of cleanup done along the way, but, like nv40/nv50, needs more. 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.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index a20e49d36209..5641d2e40d29 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -1167,13 +1167,7 @@ extern struct nouveau_bitfield nv10_graph_intr[];
1167extern struct nouveau_bitfield nv10_graph_nstatus[]; 1167extern struct nouveau_bitfield nv10_graph_nstatus[];
1168 1168
1169/* nv20_graph.c */ 1169/* nv20_graph.c */
1170extern int nv20_graph_create_context(struct nouveau_channel *); 1170extern int nv20_graph_create(struct drm_device *);
1171extern void nv20_graph_destroy_context(struct nouveau_channel *);
1172extern int nv20_graph_load_context(struct nouveau_channel *);
1173extern int nv20_graph_unload_context(struct drm_device *);
1174extern int nv20_graph_init(struct drm_device *);
1175extern void nv20_graph_takedown(struct drm_device *);
1176extern int nv30_graph_init(struct drm_device *);
1177extern void nv20_graph_set_tile_region(struct drm_device *dev, int i); 1171extern void nv20_graph_set_tile_region(struct drm_device *dev, int i);
1178 1172
1179/* nv40_graph.c */ 1173/* nv40_graph.c */