diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-03-31 22:50:55 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-05-15 20:48:24 -0400 |
commit | d11db279014e881da9f5259c963501b33a413929 (patch) | |
tree | 4b89fb5f75249e0dbdd2a2134c571d5385d149a3 /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | a0b1de84fed49a055a3ecbfab67ff9cdea81aa6f (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.h | 7 |
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, | |||
1155 | extern struct nouveau_bitfield nv04_graph_nsource[]; | 1155 | extern struct nouveau_bitfield nv04_graph_nsource[]; |
1156 | 1156 | ||
1157 | /* nv10_graph.c */ | 1157 | /* nv10_graph.c */ |
1158 | extern int nv10_graph_init(struct drm_device *); | 1158 | extern int nv10_graph_create(struct drm_device *); |
1159 | extern void nv10_graph_takedown(struct drm_device *); | ||
1160 | extern struct nouveau_channel *nv10_graph_channel(struct drm_device *); | 1159 | extern struct nouveau_channel *nv10_graph_channel(struct drm_device *); |
1161 | extern int nv10_graph_create_context(struct nouveau_channel *); | ||
1162 | extern void nv10_graph_destroy_context(struct nouveau_channel *); | ||
1163 | extern int nv10_graph_load_context(struct nouveau_channel *); | ||
1164 | extern int nv10_graph_unload_context(struct drm_device *); | ||
1165 | extern void nv10_graph_set_tile_region(struct drm_device *dev, int i); | 1160 | extern void nv10_graph_set_tile_region(struct drm_device *dev, int i); |
1166 | extern struct nouveau_bitfield nv10_graph_intr[]; | 1161 | extern struct nouveau_bitfield nv10_graph_intr[]; |
1167 | extern struct nouveau_bitfield nv10_graph_nstatus[]; | 1162 | extern struct nouveau_bitfield nv10_graph_nstatus[]; |