aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvc0_graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvc0_graph.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvc0_graph.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvc0_graph.c b/drivers/gpu/drm/nouveau/nvc0_graph.c
index 68f5c3f70f54..d1f2d56b1279 100644
--- a/drivers/gpu/drm/nouveau/nvc0_graph.c
+++ b/drivers/gpu/drm/nouveau/nvc0_graph.c
@@ -270,6 +270,12 @@ nvc0_graph_unload_context(struct drm_device *dev)
270 return nvc0_graph_unload_context_to(dev, inst); 270 return nvc0_graph_unload_context_to(dev, inst);
271} 271}
272 272
273int
274nvc0_graph_object_new(struct nouveau_channel *chan, u32 handle, u16 class)
275{
276 return 0;
277}
278
273static void 279static void
274nvc0_graph_destroy(struct drm_device *dev) 280nvc0_graph_destroy(struct drm_device *dev)
275{ 281{