summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/tsg_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/tsg_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/tsg_gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/tsg_gk20a.h b/drivers/gpu/nvgpu/gk20a/tsg_gk20a.h
index 4ad02996..fde33863 100644
--- a/drivers/gpu/nvgpu/gk20a/tsg_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/tsg_gk20a.h
@@ -22,6 +22,7 @@ bool gk20a_is_channel_marked_as_tsg(struct channel_gk20a *ch);
22 22
23int gk20a_tsg_dev_release(struct inode *inode, struct file *filp); 23int gk20a_tsg_dev_release(struct inode *inode, struct file *filp);
24int gk20a_tsg_dev_open(struct inode *inode, struct file *filp); 24int gk20a_tsg_dev_open(struct inode *inode, struct file *filp);
25int gk20a_tsg_open(struct gk20a *g, struct file *filp);
25long gk20a_tsg_dev_ioctl(struct file *filp, 26long gk20a_tsg_dev_ioctl(struct file *filp,
26 unsigned int cmd, unsigned long arg); 27 unsigned int cmd, unsigned long arg);
27 28