summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/vgpu/gr_vgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/vgpu/gr_vgpu.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/vgpu/gr_vgpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/gr_vgpu.h b/drivers/gpu/nvgpu/common/linux/vgpu/gr_vgpu.h
index 16aa92a9..4b81da91 100644
--- a/drivers/gpu/nvgpu/common/linux/vgpu/gr_vgpu.h
+++ b/drivers/gpu/nvgpu/common/linux/vgpu/gr_vgpu.h
@@ -29,6 +29,7 @@ struct dbg_session_gk20a;
29 29
30void vgpu_gr_detect_sm_arch(struct gk20a *g); 30void vgpu_gr_detect_sm_arch(struct gk20a *g);
31void vgpu_gr_free_channel_ctx(struct channel_gk20a *c, bool is_tsg); 31void vgpu_gr_free_channel_ctx(struct channel_gk20a *c, bool is_tsg);
32void vgpu_gr_free_tsg_ctx(struct tsg_gk20a *tsg);
32int vgpu_gr_alloc_obj_ctx(struct channel_gk20a *c, u32 class_num, u32 flags); 33int vgpu_gr_alloc_obj_ctx(struct channel_gk20a *c, u32 class_num, u32 flags);
33int vgpu_gr_bind_ctxsw_zcull(struct gk20a *g, struct gr_gk20a *gr, 34int vgpu_gr_bind_ctxsw_zcull(struct gk20a *g, struct gr_gk20a *gr,
34 struct channel_gk20a *c, u64 zcull_va, 35 struct channel_gk20a *c, u64 zcull_va,