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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.h b/drivers/gpu/nvgpu/vgpu/vgpu.h
index 972c2107..4677b36c 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, 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,
@@ -31,6 +31,7 @@ void vgpu_init_fifo_ops(struct gpu_ops *gops);
31void vgpu_init_gr_ops(struct gpu_ops *gops); 31void vgpu_init_gr_ops(struct gpu_ops *gops);
32void vgpu_init_ltc_ops(struct gpu_ops *gops); 32void vgpu_init_ltc_ops(struct gpu_ops *gops);
33void vgpu_init_mm_ops(struct gpu_ops *gops); 33void vgpu_init_mm_ops(struct gpu_ops *gops);
34void vgpu_init_debug_ops(struct gpu_ops *gops);
34int vgpu_init_mm_support(struct gk20a *g); 35int vgpu_init_mm_support(struct gk20a *g);
35int vgpu_init_gr_support(struct gk20a *g); 36int vgpu_init_gr_support(struct gk20a *g);
36int vgpu_init_fifo_support(struct gk20a *g); 37int vgpu_init_fifo_support(struct gk20a *g);
@@ -75,6 +76,9 @@ static inline void vgpu_init_ltc_ops(struct gpu_ops *gops)
75static inline void vgpu_init_mm_ops(struct gpu_ops *gops) 76static inline void vgpu_init_mm_ops(struct gpu_ops *gops)
76{ 77{
77} 78}
79static inline void vgpu_init_debug_ops(struct gpu_ops *gops)
80{
81}
78static inline int vgpu_init_mm_support(struct gk20a *g) 82static inline int vgpu_init_mm_support(struct gk20a *g)
79{ 83{
80 return -ENOSYS; 84 return -ENOSYS;