summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/vgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/vgpu.h')
-rw-r--r--drivers/gpu/nvgpu/vgpu/vgpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.h b/drivers/gpu/nvgpu/vgpu/vgpu.h
index 32f4b110..fdd0a54c 100644
--- a/drivers/gpu/nvgpu/vgpu/vgpu.h
+++ b/drivers/gpu/nvgpu/vgpu/vgpu.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * Virtualized GPU Interfaces 2 * Virtualized GPU Interfaces
3 * 3 *
4 * Copyright (c) 2014-2015, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2014-2016, 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,
@@ -47,6 +47,7 @@ void vgpu_init_gr_ops(struct gpu_ops *gops);
47void vgpu_init_ltc_ops(struct gpu_ops *gops); 47void vgpu_init_ltc_ops(struct gpu_ops *gops);
48void vgpu_init_mm_ops(struct gpu_ops *gops); 48void vgpu_init_mm_ops(struct gpu_ops *gops);
49void vgpu_init_debug_ops(struct gpu_ops *gops); 49void vgpu_init_debug_ops(struct gpu_ops *gops);
50void vgpu_init_tsg_ops(struct gpu_ops *gops);
50int vgpu_init_mm_support(struct gk20a *g); 51int vgpu_init_mm_support(struct gk20a *g);
51int vgpu_init_gr_support(struct gk20a *g); 52int vgpu_init_gr_support(struct gk20a *g);
52int vgpu_init_fifo_support(struct gk20a *g); 53int vgpu_init_fifo_support(struct gk20a *g);