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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.h b/drivers/gpu/nvgpu/vgpu/vgpu.h
index c5e57efa..437dec46 100644
--- a/drivers/gpu/nvgpu/vgpu/vgpu.h
+++ b/drivers/gpu/nvgpu/vgpu/vgpu.h
@@ -108,6 +108,7 @@ int vgpu_gm20b_init_hal(struct gk20a *g);
108int vgpu_gp10b_init_hal(struct gk20a *g); 108int vgpu_gp10b_init_hal(struct gk20a *g);
109 109
110void vgpu_init_dbg_session_ops(struct gpu_ops *gops); 110void vgpu_init_dbg_session_ops(struct gpu_ops *gops);
111int vgpu_init_gpu_characteristics(struct gk20a *g);
111 112
112void vgpu_create_sysfs(struct device *dev); 113void vgpu_create_sysfs(struct device *dev);
113void vgpu_remove_sysfs(struct device *dev); 114void vgpu_remove_sysfs(struct device *dev);