summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h b/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h
index 8d1464d4..8c306ea0 100644
--- a/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h
+++ b/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h
@@ -103,6 +103,7 @@ int vgpu_comm_sendrecv(struct tegra_vgpu_cmd_msg *msg, size_t size_in,
103 size_t size_out); 103 size_t size_out);
104 104
105int vgpu_gp10b_init_hal(struct gk20a *g); 105int vgpu_gp10b_init_hal(struct gk20a *g);
106int vgpu_gv11b_init_hal(struct gk20a *g);
106 107
107int vgpu_init_gpu_characteristics(struct gk20a *g); 108int vgpu_init_gpu_characteristics(struct gk20a *g);
108 109