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, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.h b/drivers/gpu/nvgpu/vgpu/vgpu.h
index e64b31b4..098c7dbd 100644
--- a/drivers/gpu/nvgpu/vgpu/vgpu.h
+++ b/drivers/gpu/nvgpu/vgpu/vgpu.h
@@ -103,6 +103,9 @@ int vgpu_gk20a_init_hal(struct gk20a *g);
103int vgpu_gm20b_init_hal(struct gk20a *g); 103int vgpu_gm20b_init_hal(struct gk20a *g);
104 104
105void vgpu_init_dbg_session_ops(struct gpu_ops *gops); 105void vgpu_init_dbg_session_ops(struct gpu_ops *gops);
106
107void vgpu_create_sysfs(struct device *dev);
108void vgpu_remove_sysfs(struct device *dev);
106#else 109#else
107static inline int vgpu_pm_prepare_poweroff(struct device *dev) 110static inline int vgpu_pm_prepare_poweroff(struct device *dev)
108{ 111{