summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ctxsw_trace_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/ctxsw_trace_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ctxsw_trace_gk20a.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ctxsw_trace_gk20a.h b/drivers/gpu/nvgpu/gk20a/ctxsw_trace_gk20a.h
index 7a2f4aeb..dacc0b50 100644
--- a/drivers/gpu/nvgpu/gk20a/ctxsw_trace_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/ctxsw_trace_gk20a.h
@@ -23,6 +23,7 @@ struct channel_gk20a;
23struct channel_ctx_gk20a; 23struct channel_ctx_gk20a;
24struct gk20a_ctxsw_dev; 24struct gk20a_ctxsw_dev;
25struct gk20a_fecs_trace; 25struct gk20a_fecs_trace;
26struct tsg_gk20a;
26 27
27 28
28int gk20a_ctxsw_dev_release(struct inode *inode, struct file *filp); 29int gk20a_ctxsw_dev_release(struct inode *inode, struct file *filp);
@@ -40,4 +41,8 @@ int gk20a_ctxsw_trace_write(struct gk20a *, struct nvgpu_ctxsw_trace_entry *);
40void gk20a_ctxsw_trace_wake_up(struct gk20a *g, int vmid); 41void gk20a_ctxsw_trace_wake_up(struct gk20a *g, int vmid);
41void gk20a_ctxsw_trace_init_ops(struct gpu_ops *ops); 42void gk20a_ctxsw_trace_init_ops(struct gpu_ops *ops);
42 43
44void gk20a_ctxsw_trace_channel_reset(struct gk20a *g, struct channel_gk20a *ch);
45void gk20a_ctxsw_trace_tsg_reset(struct gk20a *g, struct tsg_gk20a *tsg);
46
47
43#endif /* __CTXSW_TRACE_GK20A_H */ 48#endif /* __CTXSW_TRACE_GK20A_H */