aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 7dd344a597a8..87619a94fa42 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -1286,13 +1286,15 @@ extern int nv20_graph_create(struct drm_device *);
1286 1286
1287/* nv40_graph.c */ 1287/* nv40_graph.c */
1288extern int nv40_graph_create(struct drm_device *); 1288extern int nv40_graph_create(struct drm_device *);
1289extern void nv40_grctx_init(struct nouveau_grctx *); 1289extern void nv40_grctx_init(struct drm_device *, u32 *size);
1290extern void nv40_grctx_fill(struct drm_device *, struct nouveau_gpuobj *);
1290 1291
1291/* nv50_graph.c */ 1292/* nv50_graph.c */
1292extern int nv50_graph_create(struct drm_device *); 1293extern int nv50_graph_create(struct drm_device *);
1293extern int nv50_grctx_init(struct nouveau_grctx *);
1294extern struct nouveau_enum nv50_data_error_names[]; 1294extern struct nouveau_enum nv50_data_error_names[];
1295extern int nv50_graph_isr_chid(struct drm_device *dev, u64 inst); 1295extern int nv50_graph_isr_chid(struct drm_device *dev, u64 inst);
1296extern int nv50_grctx_init(struct drm_device *, u32 *, u32, u32 *, u32 *);
1297extern void nv50_grctx_fill(struct drm_device *, struct nouveau_gpuobj *);
1296 1298
1297/* nvc0_graph.c */ 1299/* nvc0_graph.c */
1298extern int nvc0_graph_create(struct drm_device *); 1300extern int nvc0_graph_create(struct drm_device *);