summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
index eb777f09..e4cce101 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -348,14 +348,6 @@ void gk20a_channel_deterministic_unidle(struct gk20a *g);
348int nvgpu_channel_worker_init(struct gk20a *g); 348int nvgpu_channel_worker_init(struct gk20a *g);
349void nvgpu_channel_worker_deinit(struct gk20a *g); 349void nvgpu_channel_worker_deinit(struct gk20a *g);
350 350
351/* Channel file operations */
352int gk20a_channel_open(struct inode *inode, struct file *filp);
353int gk20a_channel_open_ioctl(struct gk20a *g,
354 struct nvgpu_channel_open_args *args);
355long gk20a_channel_ioctl(struct file *filp,
356 unsigned int cmd,
357 unsigned long arg);
358int gk20a_channel_release(struct inode *inode, struct file *filp);
359struct channel_gk20a *gk20a_get_channel_from_file(int fd); 351struct channel_gk20a *gk20a_get_channel_from_file(int fd);
360void gk20a_channel_update(struct channel_gk20a *c); 352void gk20a_channel_update(struct channel_gk20a *c);
361 353