summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/vgpu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.c b/drivers/gpu/nvgpu/vgpu/vgpu.c
index 25dcd8bb..36d65ee8 100644
--- a/drivers/gpu/nvgpu/vgpu/vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/vgpu.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Virtualized GPU 2 * Virtualized GPU
3 * 3 *
4 * Copyright (c) 2014 NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2014-2015 NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -247,6 +247,7 @@ static int vgpu_init_hal(struct gk20a *g)
247 vgpu_init_gr_ops(&g->ops); 247 vgpu_init_gr_ops(&g->ops);
248 vgpu_init_ltc_ops(&g->ops); 248 vgpu_init_ltc_ops(&g->ops);
249 vgpu_init_mm_ops(&g->ops); 249 vgpu_init_mm_ops(&g->ops);
250 vgpu_init_debug_ops(&g->ops);
250 break; 251 break;
251 default: 252 default:
252 gk20a_err(&g->dev->dev, "no support for %x", ver); 253 gk20a_err(&g->dev->dev, "no support for %x", ver);