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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/channel.h b/drivers/gpu/nvgpu/common/linux/channel.h
index a4df75d6..35be425a 100644
--- a/drivers/gpu/nvgpu/common/linux/channel.h
+++ b/drivers/gpu/nvgpu/common/linux/channel.h
@@ -17,6 +17,7 @@
17#define __NVGPU_CHANNEL_H__ 17#define __NVGPU_CHANNEL_H__
18 18
19#include <linux/workqueue.h> 19#include <linux/workqueue.h>
20#include <linux/dma-buf.h>
20 21
21#include <nvgpu/types.h> 22#include <nvgpu/types.h>
22 23
@@ -56,6 +57,8 @@ struct nvgpu_channel_linux {
56 57
57 struct nvgpu_channel_completion_cb completion_cb; 58 struct nvgpu_channel_completion_cb completion_cb;
58 struct nvgpu_error_notifier error_notifier; 59 struct nvgpu_error_notifier error_notifier;
60
61 struct dma_buf *cyclestate_buffer_handler;
59}; 62};
60 63
61int nvgpu_init_channel_support_linux(struct nvgpu_os_linux *l); 64int nvgpu_init_channel_support_linux(struct nvgpu_os_linux *l);