diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvc0_graph.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvc0_graph.c | 6 |
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 | ||
273 | int | ||
274 | nvc0_graph_object_new(struct nouveau_channel *chan, u32 handle, u16 class) | ||
275 | { | ||
276 | return 0; | ||
277 | } | ||
278 | |||
273 | static void | 279 | static void |
274 | nvc0_graph_destroy(struct drm_device *dev) | 280 | nvc0_graph_destroy(struct drm_device *dev) |
275 | { | 281 | { |