summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/channel.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/channel.h b/drivers/gpu/nvgpu/common/linux/channel.h
index 6026e259..d4cb6d55 100644
--- a/drivers/gpu/nvgpu/common/linux/channel.h
+++ b/drivers/gpu/nvgpu/common/linux/channel.h
@@ -61,6 +61,7 @@ struct nvgpu_channel_linux {
61 struct dma_buf *cyclestate_buffer_handler; 61 struct dma_buf *cyclestate_buffer_handler;
62}; 62};
63 63
64u32 nvgpu_submit_gpfifo_user_flags_to_common_flags(u32 user_flags);
64int nvgpu_init_channel_support_linux(struct nvgpu_os_linux *l); 65int nvgpu_init_channel_support_linux(struct nvgpu_os_linux *l);
65void nvgpu_remove_channel_support_linux(struct nvgpu_os_linux *l); 66void nvgpu_remove_channel_support_linux(struct nvgpu_os_linux *l);
66 67