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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.h b/drivers/gpu/nvgpu/vgpu/vgpu.h
index ffb863cd..32f4b110 100644
--- a/drivers/gpu/nvgpu/vgpu/vgpu.h
+++ b/drivers/gpu/nvgpu/vgpu/vgpu.h
@@ -58,6 +58,8 @@ int vgpu_comm_sendrecv(struct tegra_vgpu_cmd_msg *msg, size_t size_in,
58void vgpu_init_hal_common(struct gk20a *g); 58void vgpu_init_hal_common(struct gk20a *g);
59int vgpu_gk20a_init_hal(struct gk20a *g); 59int vgpu_gk20a_init_hal(struct gk20a *g);
60int vgpu_gm20b_init_hal(struct gk20a *g); 60int vgpu_gm20b_init_hal(struct gk20a *g);
61
62void vgpu_dbg_init(void);
61#else 63#else
62static inline int vgpu_pm_prepare_poweroff(struct device *dev) 64static inline int vgpu_pm_prepare_poweroff(struct device *dev)
63{ 65{