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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.h b/drivers/gpu/nvgpu/vgpu/vgpu.h
index d577f32e..f1590593 100644
--- a/drivers/gpu/nvgpu/vgpu/vgpu.h
+++ b/drivers/gpu/nvgpu/vgpu/vgpu.h
@@ -46,6 +46,10 @@ int vgpu_init_fifo_support(struct gk20a *g);
46int vgpu_get_attribute(u64 handle, u32 attrib, u32 *value); 46int vgpu_get_attribute(u64 handle, u32 attrib, u32 *value);
47int vgpu_comm_sendrecv(struct tegra_vgpu_cmd_msg *msg, size_t size_in, 47int vgpu_comm_sendrecv(struct tegra_vgpu_cmd_msg *msg, size_t size_in,
48 size_t size_out); 48 size_t size_out);
49
50void vgpu_init_hal_common(struct gk20a *g);
51int vgpu_gk20a_init_hal(struct gk20a *g);
52int vgpu_gm20b_init_hal(struct gk20a *g);
49#else 53#else
50static inline int vgpu_pm_prepare_poweroff(struct device *dev) 54static inline int vgpu_pm_prepare_poweroff(struct device *dev)
51{ 55{